Functions - potential cold start issues?

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

I’m unable to check this. Nothing happens when I click “get quote” on your website (even after filling the form)

Thats weird, it’s most definitely working. We are getting submissions through it.

Is there a way we can speak in private message rather than discussing whats not currently working on a public forum and i can show you the steps to recreate the issue?

Are you able to look up the request ID’s provided?

Feel free to start a DM with @support.

I checked the provided IDs, and that shows the request size was same, but nothing useful more than that.