Skip to content

Login failures don't show in logs #4053

@flodolo

Description

@flodolo

We broke the allauth plugin by removing the socialapps table on stage. This resulted in internal server error, but nothing was showing up in logs.

The only way for me to find the issue was to run this and get a traceback.

python manage.py shell -c "from django.test import Client; c=Client(HTTP_HOST='pontoon.allizom.org'); r=c.get('/', follow=True); print('final status:', r.status_code); print('redirect chain:', r.redirect_chain); print(r.content[:1000])"

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2We want to ship it soon, possibly in the current quarterdays

    Type

    No fields configured for Task.

    Projects

    Status

    🔖 Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions