The CSRF token could not be verified

The CSRF token could not be verified

The error “The CSRF token could not be verified” usually appears when you submit a form that contains a file upload field, and you select a file that is larger than the allowed file size for uploading on your server.

AppMail has no control over this behavior, the upload file size is dictated by your web server and your PHP settings.

Since this is a server-side change, you might need to get in touch with your hosting to help you or hire a system administrator to do the changes for you.
    • Related Articles

    • While importing, I get this error - The CRSF token could not be verfied

      This error happens when you try to upload a larger file than your PHP configuration allows. In order to fix this issue, you need to edit your server php.ini file, usually located in /etc/ and increase the upload limit. The 3 directives that you have ...
    • Use 2FA in AppMail

      Two-factor authentication (2FA), sometimes referred to as two-step verification or dual-factor authentication, is a security process in which users provide two different authentication factors to verify themselves. This process is done to better ...