Next.js Discord

Discord Forum

nextjs app router doesnt send request until next one comes

Answered
English Spot posted this in #help-forum
Open in Discord
Avatar
English SpotOP
I have an app where a form that makes a post request to update a row in airtable. the request is sent from vercel but nothing happens in airtable. i send another request from the same form and the first payload appears in airtable but the second one stays in limbo 🙂 i send a third one, the second one appears in airtable.

if i use the same code from localhost to make the post requests the airtable is updated as it should. once per each request.

any ideas?
thanks,
Cezar
Answered by English Spot
nvm, turned out to be something else.
View full answer

1 Reply

Avatar
English SpotOP
nvm, turned out to be something else.
Answer