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
Add an Arches Application to your project (pip installing the app, and then adding the references to INSTALLED_APPS and ARCHES_APPLICATIONS in settings.py)
Yarn build and run the project
Remove the references in settings.py
Yarn build
Notice that the build breaks
Only pip uninstalling the app (which you shouldn't have to do) fixes the issue.
The text was updated successfully, but these errors were encountered:
To reproduce this issue:
INSTALLED_APPS
andARCHES_APPLICATIONS
in settings.py)Only pip uninstalling the app (which you shouldn't have to do) fixes the issue.
The text was updated successfully, but these errors were encountered: