SameSite error in my website

I am getting cross-site error mentioned below when i am trying to submit form in my website.

A cookie associated with a cross-site resource at https://infinityfree.net/errors/404/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at Chrome Platform Status

domain is thehandicraftzone.com

The form.php file isn’t present on that path. Please make sure you upload all the files, not just the index, otherwise the form won’t work.

4 Likes

owo

Consider to upload ajax-loader.gif file, although the error (warning actually)is ignorable as long as it isn’t a fatal error.

4 Likes

Ok. I have fixed that but now i am getting below error when i am trying to submit the form.

ross-Origin Read Blocking (CORB) blocked cross-origin response https://infinityfree.net/errors/404/ with MIME type text/html. See Chrome Platform Status for more details.

ok will do that. thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.