question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Login found——Error: Request failed with status code 500

See original GitHub issue

step1: run: docker-compose -f docker-compose.prod.yml up image

step2: login username:admin password:password image

then remind me status code 500. image

terminate response. image

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. image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Hironsancommented, Jan 14, 2021

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 replace DEBUG: False with DEBUG: True in docker-compose.prod.yml, the header won’t be empty. But it’s not a good solution for a production environment.

0reactions
Hironsancommented, Jan 18, 2021

I found the cause. We need to remove image property from Project models and serializers.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found