Hi,
I’m experiencing a few issues with a form on a nuxt 3 static site.
The form sends a request to the serverless function and just forwards the data and response onto a CMS, the function has auth environment variables as not to expose these on the frontend.
I’m finding if I send a request it’s intermittently working, usually the first request I make returns a 404 then if i submit the form again it returns a 200. No data has changed between sending the first and second.
I’m wondering if I supply the submission request ID if this can be looked at.
A failing submission ID: 01HG5XHNFAY8FABYSCP9222QV3
A working submission ID: 01HG5XJ25E4XQDTKGKWNJ77PPP
Both sent within 30 seconds of each other and both with identical data.
Thanks