-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Describe the bug
Prerendered pages deployed to Heroku with the @sveltejs/adapter-node
gives 416 error:
Reproduction
To reproduce this issue, I created this repo.
it's deployed to this Heroku app.
Try to use the LinkedIn post inspector for the about pre-rendered route, and you get the HTTP 416 error.
Logs
The heroku app just give the following logs:
2023-03-28T19:12:10.014096+00:00 heroku[router]: at=info method=GET path="/about" host=linkedin-test.herokuapp.com request_id=14a69318-d80d-43f7-993d-e05739f7554b fwd="108.174.5.113" dyno=web.1 connect=0ms service=1ms status=416 bytes=165 protocol=https
### System Info
```Shell
System:
OS: macOS 13.2.1
CPU: (10) arm64 Apple M1 Max
Memory: 22.07 GB / 64.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.17.0 - ~/.nvm/versions/node/v16.17.0/bin/node
npm: 9.4.2 - ~/.nvm/versions/node/v16.17.0/bin/npm
Browsers:
Chrome: 111.0.5563.146
Safari: 16.3
npmPackages:
@sveltejs/adapter-node: ^1.2.3 => 1.2.3
@sveltejs/kit: ^1.5.0 => 1.14.0
svelte: ^3.54.0 => 3.57.0
vite: ^4.2.0 => 4.2.1
Severity
blocking an upgrade
Additional Information
No response