CSRF Verification Failed on One Computer

Hi,
I am writing a Django project and deployed that to a web domain. And there’s one 403 error CSRF verification failed.
But I am not getting this error on other computers.
I am not sure what is the issue. I can definitely provide some code for html and Django templates if needed.

Best,
Ziyue

Is the website accessed via multiple domains? If so, then you need to add all domains to the CSRF_TRUSTED_ORIGINS config.
Otherwise, please show the view/templates that are being affected.

Hi,
I think I added the {DOMAIN}, but i didn’t add www.{DOMAIN}, so that may be the issue.

Ziyue