Nuxt 3 Server API on Azure Function App doesn't receive JSON body #18222
Unanswered
jeremeevans
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed a Server API that takes a POST (in an attempt to get around my earlier issue with an Azure Function App deploy stripping the URL of the request). On my development box, it works. Once deployed to the Azure Function App, it is not so happy... it doesn't have the JSON body anymore.
Is there a configuration change I need to make on the Azure Function App, or is this something I should be configuring in Nuxt? I'm trying to use the built-in server folder to keep things as simple as possible. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions