We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.25
Requires Deno 2
deno upgrade deno upgrade rc
Repro: https://github.com/cotyhamilton/deno-honox
deno install deno task dev
Vist http://localhost:5173/form and submit form
Additionally you can follow the instructions in the README and create form route to reproduce manually
The form is submitted successfully
The server errors with the message Missing content type in console and Internal Server Error 500 response returned to the client
Missing content type
This only happens when running the dev server. If you build and serve the output the form submits successfully
deno task build # deno run -A npm:vite build deno task preview # (cd dist && deno serve -R index.js)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of HonoX are you using?
0.1.25
What steps can reproduce the bug?
Requires Deno 2
Repro: https://github.com/cotyhamilton/deno-honox
Vist http://localhost:5173/form and submit form
Additionally you can follow the instructions in the README and create form route to reproduce manually
What is the expected behavior?
The form is submitted successfully
What do you see instead?
The server errors with the message
Missing content type
in console and Internal Server Error 500 response returned to the clientAdditional information
This only happens when running the dev server. If you build and serve the output the form submits successfully
The text was updated successfully, but these errors were encountered: