403 CSRF verification failed. Request aborted.

My local everything is working properly, but when I moved to live using CPanel, the configuration was good and the login screen appeared. However, when I clicked the login button, CSRF verification failed, and the request was aborted.

Hello! Have you added {% csrf_token %} inside your HTML form elements?