If you try to run migrations for the Virtual Expo, it fails because of dependency issues. The app tries to load data from tables before it can be created, causing the issue. The fault lies in forms.py, in the ReportFilterForm. We need to find a better way for creating the options in this form.
Steps To Reproduce
Run docker compose up --build
What browsers are you seeing the problem on?
Firefox, Chrome, Brave, Opera/Opera GX, Vivaldi, Safari, Microsoft Edge
Is there an existing issue for this?
What happened?
If you try to run migrations for the Virtual Expo, it fails because of dependency issues. The app tries to load data from tables before it can be created, causing the issue. The fault lies in
forms.py
, in the ReportFilterForm. We need to find a better way for creating the options in this form.Steps To Reproduce
Run docker compose up --build
What browsers are you seeing the problem on?
Firefox, Chrome, Brave, Opera/Opera GX, Vivaldi, Safari, Microsoft Edge
Anything else?
No response