On submitting the form in https://dannychild.com/contact , the form does not successfully send, leading to a Netlify 404 page. Selecting the “back to our site” link will return to the original webpage, but with a trailing slash “/” in the URI. Submitting a form with the trailing slash in the URI will successfully submit the form.
Site is built on elegant-shannon-4716f9.netlify.app
I am using Awake Template for my theme.
Here is the contact webpage code
Here is the contact form code
I have followed [Support Guide] Form problems, form debugging, 404 when submitting and also How to Integrate Netlify’s Form Handling in a React App in relation to the theme, though I don’t understand why this is occurring. I would think that since the trailing slash changes the expected outcome that this could be beyond what the from is doing. Notably, select media and other blog posts are not generated when the trailing slash is present.