Login found——Error: Request failed with status code 500
See original GitHub issuestep1:
run: docker-compose -f docker-compose.prod.yml up
step2: login username:admin password:password
then remind me status code 500.
terminate response.
Then can create dataset and operate other. but can’t annotation, i see Home->step5. annotate the dataset, but now i try annotate found not operate.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:17 (5 by maintainers)
Top Results From Across the Web
Login Failed Error: Request failed with status code 500
I receive a Login Failed. Error: Request failed with status code 500. I tried a factory reset, I tried logging in via ssh,...
Read more >Axios POST request fails with error status code 500
Most of the time it happens because of using wrong content type header. Open postman and see "Body" tab. There you can find...
Read more >What Is a "500 Internal Server Error" and How Do I Fix It?
They indicate that the server failed to complete the request because server encountered an error. How to fix the HTTP error code 500...
Read more >500 Internal Server Error - HTTP - MDN Web Docs - Mozilla
This error response is a generic "catch-all" response. Usually, this indicates the server cannot find a better 5xx error code to response.
Read more >How to Fix a 500 Internal Server Error on Your WordPress Site
The 500 Internal Server Error status code occurs when the server encounters an error that prevents it from fulfilling the request.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I found the difference between 500 errors and no errors. When we meet the 500 error, The
Allow
header in the response is empty. If we replaceDEBUG: False
withDEBUG: True
indocker-compose.prod.yml
, the header won’t be empty. But it’s not a good solution for a production environment.I found the cause. We need to remove
image
property from Project models and serializers.