You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In testing a brand new app, get Internal Server Error. The LambdaServerHandler logs show
{
"errorType": "ReferenceError",
"errorMessage": "Request is not defined",
"stack": [
"ReferenceError: Request is not defined",
" at Runtime.handler (/var/task/index.js:4572:9)"
]
}
To Reproduce
Steps to reproduce the behavior:
npm create svelte@latest
npm install
npm add -D aws-cdk sveltekit-adapter-aws
npm run build
Expected behavior
I expect to see Welcome to SvelteKit on the cloudfront distribution endpoint
Desktop (please complete the following information):
OS: Ubuntu 23.10 - inside WSL2 (Windows 11)
Browser: Chrome 120
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
In testing a brand new app, get Internal Server Error. The LambdaServerHandler logs show
To Reproduce
Steps to reproduce the behavior:
npm create svelte@latest
npm install
npm add -D aws-cdk sveltekit-adapter-aws
npm run build
Expected behavior
I expect to see
Welcome to SvelteKit
on the cloudfront distribution endpointDesktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: