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

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

About this issue

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

Commits related to this issue

Most upvoted 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 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.