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

Internal Server Error on Heroku #38

Open
aquilesC opened this issue Oct 14, 2020 · 0 comments
Open

Internal Server Error on Heroku #38

aquilesC opened this issue Oct 14, 2020 · 0 comments

Comments

@aquilesC
Copy link

aquilesC commented Oct 14, 2020

The deployment to Heroku worked fine, but when I tried to submit the SMTP credentials I got a 500 Internal Server Error. The log says this:

ValueError: Missing staticfiles manifest entry for 'vendor/bootstrap-4.1.3/css/bootstrap.min.css'

This is very strange, because it happens only after I try to update the values, but the template used for both GET and POST requests is the same.

Update:
I get the error only when setting the port to 465, if I use 25 or 587 there are no issues. This points me into the direction of the form verification used to validate data (this). I'l need to debug it further to understand what is happening and why the error is with the staticfiles manifest

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

No branches or pull requests

1 participant