Replies: 3 comments 6 replies
-
I tried both the examples and v3 branch cases and got the following errors: {
"error": "Dev server is unavailable.",
"hint": "Please reload the page and check the console for errors if the issue persists."
} |
Beta Was this translation helpful? Give feedback.
-
Additionally, I’m a bit confused about what’s happening. All the use cases I’ve seen consistently use the following pattern: export default {
fetch: (req: Request): Response | Promise<Response> => {
...
},
}; Do I need to handle all requests here? This seems inconvenient and not concise enough. How is this different from file-based routing? |
Beta Was this translation helpful? Give feedback.
-
I tried vue-ssr app at https://github.com/nitrojs/vite-examples/tree/main/examples/vue-ssr. When I built the app (npm run build), and served it as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 Nitro v3 is becoming "just" a Vite plugin!
This discussion aims to gather early feedback and ideas from the community before wide adoption, API is not final an open to any changes!
In case of issues, feel free to report them as a bug or here with some reproduction and env info by running:
Links
Beta Was this translation helpful? Give feedback.
All reactions