I got this error after clicking "Create simulation" when trying to access a simulation after setting up WebCM on my machine:
In the terminal, I could see "Internal Server Error: /api/createnewsimulation" and "sqlite3.OperationalError: no such table: cloudserver_simulationentry".
Upon further investigation, it appears that the migration files are missing from the cloudserver folder.
I resolved this issue on my PC by running “python manage.py makemigrations cloudserver” and “python manage.py migrate”.
I got this error after clicking "Create simulation" when trying to access a simulation after setting up WebCM on my machine:
In the terminal, I could see "Internal Server Error: /api/createnewsimulation" and "sqlite3.OperationalError: no such table: cloudserver_simulationentry".
Upon further investigation, it appears that the migration files are missing from the cloudserver folder.
I resolved this issue on my PC by running “python manage.py makemigrations cloudserver” and “python manage.py migrate”.