Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord webhook posts links to arcomm.co/hub/ instead of arcomm.co.uk/hub/ for new missions #138

Open
Freddo3000 opened this issue Mar 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Freddo3000
Copy link
Member

No description provided.

@Freddo3000 Freddo3000 added the bug Something isn't working label Mar 8, 2022
@puzzleddev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants