Hi David, thank you for your response and assisted information.
For context, the "Unknown experiment assignment table error" typically indicates an issue with the database setup or configuration in GrowthBook.
Here are a few things you can check:
*Database Connection*: Ensure that your database is correctly set up and that GrowthBook is able to connect to it. If you're using a MongoDB instance, for example, make sure that the connection string is correct and that the database is accessible from your GrowthBook instance.
*Database Schema*: Check if the database schema is correctly set up. GrowthBook requires certain tables (or collections, in the case of MongoDB) to be present in the database. If the "experiment assignment" table (or collection) is missing, you might encounter this error.
*Database Permissions*: Make sure that the database user used by GrowthBook has the necessary permissions to read from and write to the "experiment assignment" table.
Please, can you review the above debugging steps to debug this error and keep us posted on how you get on?