You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the AfHER project in a production instance using either python manage.py build_production or yarn build_production causes a lot of front end issues:
The most severe issue is that the UI for the majority of workflows are broken and look like the following
The workflows and other front end issues are fixed when running build_development instead, suggesting this issue relates to the minification process of build_production.
The text was updated successfully, but these errors were encountered:
Running the AfHER project in a production instance using either
python manage.py build_production
oryarn build_production
causes a lot of front end issues:The most severe issue is that the UI for the majority of workflows are broken and look like the following
The workflows and other front end issues are fixed when running
build_development
instead, suggesting this issue relates to the minification process of build_production.The text was updated successfully, but these errors were encountered: