Replies: 1 comment
-
Thanks for mentioning this, @Lure5134 . I think this would be a great addition to the recipe! Without checking to confirm, I'm guessing that we did update the requirement to not say "you need I think what's necessary here is to add that line to every code snippet that shows
And then that fits nicely to be shown in the very short code snippet in step one, and it will just carry throughout the rest of the recipe. I will create an issue from this discussion and label it "help wanted" so anyone can pick this up and make this great improvement! 🙌 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a form similar to this example: https://docs.astro.build/en/recipes/build-forms/
After that I was getting the error:
Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded"
Stackoverflow helped me to fix this issue: https://stackoverflow.com/questions/78375098/content-type-was-not-one-of-multipart-form-data-or-application-x-www-form-url
I think it would be helpful to add a help comment similar to: https://docs.astro.build/en/guides/on-demand-rendering/#cookies
export const prerender = false; // Not needed in 'server' mode
Beta Was this translation helpful? Give feedback.
All reactions