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
Setting APPLICATION_URL should set the defined value as the base for all urls used in Movary. This way Movary can be hosted under a specific url path.
Actual behavior:
Only a few selected places really use the APPLICATION_URL (mostly in the backend). Nearly all frontend requests use the current request domain as the base and ignore the APPLICATION_URL completely.
Todos:
adjust frontend to respect the APPLICATION_URL
The text was updated successfully, but these errors were encountered:
leepeuker
changed the title
"Appliction url" not fully supported
"APPLICATION_URL" not fully supported
Dec 8, 2024
Expected behavior:
Setting
APPLICATION_URL
should set the defined value as the base for all urls used in Movary. This way Movary can be hosted under a specific url path.Actual behavior:
Only a few selected places really use the
APPLICATION_URL
(mostly in the backend). Nearly all frontend requests use the current request domain as the base and ignore theAPPLICATION_URL
completely.Todos:
APPLICATION_URL
The text was updated successfully, but these errors were encountered: