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

Resolve favicon not found #94

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Resolve favicon not found #94

merged 1 commit into from
Jan 18, 2024

Conversation

ljdelight
Copy link
Collaborator

@ljdelight ljdelight commented Jan 18, 2024

When some browsers load maproulette, the '/assets' route is sent to the API and results in the favicon not being found (http 404). The deployment scripts shouldn't be sending '/assets' to the API and should instead get the assets from the frontend container.

This resolves the missing favicon. See maproulette/maproulette3#2202

Sample requests before and after the fix, the favicon is found 😎
image

When some browsers load maproulette, the '/assets' route is sent to the API and results in the favicon not being found (http 404).
The deployment scripts shouldn't be sending '/assets' to the API and
should instead get the assets from the frontend container.

This resolves the missing favicon.
@ljdelight ljdelight merged commit 79c329f into main Jan 18, 2024
4 checks passed
@ljdelight ljdelight deleted the ljdelight/fixFavicon404 branch January 18, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant