-
-
Notifications
You must be signed in to change notification settings - Fork 769
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Environment
// vite.config.ts
import { nitro } from 'nitro/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [nitro()],
});// nitro.config.ts
export default defineNitroConfig({
serverDir: 'server',
});Reproduction
Describe the bug
When using Vite and a custom server.ts with fetch, if the fetch returns a 404 Response, it is discarded and the request is handled by the frontend
coderabbitai
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation