Replies: 1 comment 1 reply
-
Hey @sig9 can you report this in our issue tracker. We will investigate it. Thank you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running into an issue where I see 405 errors when I run swa in front of nuxt using the content module.
With silly debugging turned on I see the method POST is not allowed to a path starting with /_content/ . Presumably because this does not start with /api.
Can there be more than one apiPrefix for a dev server setup?
I've experimented unsuccessfully with adding a route in staticwebapp.config.json.
{
"route": "/_content/*",
"allowedRoles": ["anonymous","authenticated"]
}
Beta Was this translation helpful? Give feedback.
All reactions