SvelteKitJS POST 405 Method Not Allowed with Azure Static Web Apps CLI
I’m running into an issue where if I have a form on a page with method="POST"
then I’m getting a 405 Method Not Allowed response. I’ve tried issuing a POST request even with Insomnia but I don’t see that request in the Azure CLI logs when I run with swa start
. What could be the issue here?