if a user cancels the oauth, he gets 500, instead of being redirected to error urls defined in settings according to this http://psa.matiasaguirre.net/docs/configuration/settings.html#urls-options.
should i override social:complete to handle errors? or is there some other setting i'm missing?
what is the best way to catch/handle those errors?
After browsing a bit, i found this issue omab/django-social-auth#445, tho its in python-social-oauth predecessor, but looks like the issue persists here as well.
if a user cancels the oauth, he gets 500, instead of being redirected to error urls defined in settings according to this http://psa.matiasaguirre.net/docs/configuration/settings.html#urls-options.
should i override
social:completeto handle errors? or is there some other setting i'm missing?what is the best way to catch/handle those errors?
After browsing a bit, i found this issue omab/django-social-auth#445, tho its in python-social-oauth predecessor, but looks like the issue persists here as well.