I made a dynamic portfolio website where I can update my website through django aldmin panel
But after after deployment when I’m trying to login into to admin panel it shows csrf verification failed. Request anorted
I made a dynamic portfolio website where I can update my website through django aldmin panel
But after after deployment when I’m trying to login into to admin panel it shows csrf verification failed. Request anorted
Have you set CSRF_TRUSTED_ORIGINS
on your settings? from the docs.