I have customers unable to sign up to our newsletter . They receive an error 404 - does anyone know why and how they can help??
Thanks
I have customers unable to sign up to our newsletter . They receive an error 404 - does anyone know why and how they can help??
Thanks
Hello @amy1992 ,
To better understand the issue and assist you effectively, could you please share the URL of your Shopify store?
Hello there Amy @amy1992
I think it’ll be really helpful to share your store URL link for us to have a look at and test it ourselves. In the meantime, you can check out these two articles on how to deal with error 404 codes on Shopify https://www.shopify.com/nz/blog/404-error and https://www.notfoundbot.com/blog/how-to-fix-a-404-error-in-shopify-step-by-step-guide/
Hello! URL is https://fatcatcoffeeroasters.com/
I did look at a few articles but none assisted with solutions - thanks! https://fatcatcoffeeroasters.com/
Hi @amy1992
Upon checking your site, there is possibility that the form action=“#” causing this issue. When a form is submitted, the action attribute tells the browser where to send the form data. If the action=“#” is used:
If you’re using Shopify’s built-in newsletter, the action URL should point to the correct endpoint that handles email submissions. For this, check your theme documentation or use a valid form action URL.
If you’re using a third-party email service (e.g., Mailchimp or Klaviyo), find the proper form action URL provided by the service and replace “#” with it.
Hope this can help you address the issue!
Best regards,
Daisy