doccano: Login found——Error: Request failed with status code 500
step1:
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.

About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 2
- Comments: 17 (5 by maintainers)
Commits related to this issue
- Remove image property from Project models and serializers, fix #713 — committed to doccano/doccano by Hironsan 3 years ago
- Merge pull request #1161 from doccano/fix/#713 Fix 500 error after project creation — committed to doccano/doccano by Hironsan 3 years ago
I found the difference between 500 errors and no errors. When we meet the 500 error, The
Allowheader in the response is empty. If we replaceDEBUG: FalsewithDEBUG: Trueindocker-compose.prod.yml, the header won’t be empty. But it’s not a good solution for a production environment.