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
Currently, if an end user (developer) wants to change the server settings for allowed site origins, they have to insert it into the server_settings table on sqllite if they are running it in dev locally
Goal: End users and contributors have a way to set cors without needing to manipulate the database.
Expose an environment variable like CORS_ALLOW_ORIGINS to assist in updating the server settings.
Lesson learned: Do NOT try to use a seed file to make it happen