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 the frontend is hardcoded to use the api.classclock.app domain name for fetching schedule data.
this is a problem for people that want to host the app themselves on their own domain.
Implementation ideas: possibly use an env var or superadmin setting (future) or something
Can ClassClock run without a domain? if so what should the default configuration be (maybe assume the API is on a specific port at the same location as the frontend)?
What are the CORS rules? does the backend need to be on the same domain? The backend probably needs this too in order to give the right CORS exception data
The text was updated successfully, but these errors were encountered:
currently the frontend is hardcoded to use the api.classclock.app domain name for fetching schedule data.
this is a problem for people that want to host the app themselves on their own domain.
Implementation ideas: possibly use an env var or superadmin setting (future) or something
The text was updated successfully, but these errors were encountered: