My application is running on Azure, but I get a csrf error on the login page. And yet:
In addition, you have to know that the same code (besides the migration required by the PostgreSQL usage) is running on another Azure instance with sqlite and is working correctly.
As I am a newbie in Azure and web developmeent, any hint is welcome.
Best regards
I got it! I simply forgotten to update the CSRF_TRUSTED_ORIGINS value in the settings.py for the new instance!