'CSRF verification failed for Django-admin

I recently installed Django==4.0.4 and tried to login to Django-admin panel, It is working fine in local. But got this CSRF exception in production

Request aborted(403)

CSRF verification failed. Request aborted.

any ideas ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source