Open
Description
Describe the bug
In a route, I have a +page.svelte
and +server.ts
file, and in the +server.ts
file I only have a POST
method and export const prerender = false
. When I build, it fails, but when I add an empty GET
method, build runs perfectly fine.
Reproduction
Logs
Error: 405 /about (linked from /)
To suppress or handle this error, implement `handleHttpError` in https://kit.svelte.dev/docs/configuration#prerender
System Info
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
Binaries:
Node: 16.20.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 9.4.2 - /usr/local/bin/npm
pnpm: 8.6.10 - /usr/local/bin/pnpm
npmPackages:
@sveltejs/adapter-auto: ^2.0.0 => 2.1.0
@sveltejs/kit: ^1.20.4 => 1.25.0
svelte: ^4.0.5 => 4.2.0
vite: ^4.4.2 => 4.4.9
Severity
annoyance
Additional Information
No response