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
This comes down to Missions.php:235 which is the source for all mission URLs. It uses the Laravel url function, which uses the current request's schema, and hostname.
I am not sure what other parts of this codebase use this function, but if a canonical hostname is desired it should probably be implemented globally. This is, seemingly, not supported by Laravel and would, as such, require a number of individual changes.
No description provided.
The text was updated successfully, but these errors were encountered: