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

Fix HTTP 500 Error when accessing the favicon #159

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

Leeingnyo
Copy link
Member

@Leeingnyo Leeingnyo commented Feb 6, 2021

Fix #158

The server returns HTTP 500 error when requested '/favion.ico'
The handler worked fine, but send_file has failed with the error Missing MIME type for extension ".ico"
so I register mime type for .ico file

The server returns 500 error when requested '/favion.ico'
The handler worked fine, but send_file has failed with
- Missing MIME type for extension ".ico"
so I register mime type for .ico file
@Leeingnyo Leeingnyo requested a review from hkalexling February 6, 2021 08:07
@hkalexling hkalexling merged commit 171125e into getmango:dev Feb 6, 2021
@hkalexling
Copy link
Member

Great! Thanks a lot for fixing this :D

@hkalexling hkalexling linked an issue Feb 6, 2021 that may be closed by this pull request
@Leeingnyo Leeingnyo deleted the fix/favicon-500-error branch February 8, 2021 09:00
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.

[Bug Report] HTTP 500 when accessing the favicon in Docker
2 participants