We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the latest adapter-node (with "@sveltejs/adapter-node": "next") causes the prod server to hang on the first request.
"@sveltejs/adapter-node": "next"
For now, this can be avoided by specifying a prior version in the package.json ("@sveltejs/adapter-node": "1.0.0-next.77").
package.json
"@sveltejs/adapter-node": "1.0.0-next.77"
Follow this issue to reinstate the "next" package when fixed: sveltejs/kit#5431
"next"
The adapter should serve the app as expected...
No response
Serious (but can be worked around)
The text was updated successfully, but these errors were encountered:
817d201
No branches or pull requests
Current Behavior
Using the latest adapter-node (with
"@sveltejs/adapter-node": "next"
) causes the prod server to hang on the first request.For now, this can be avoided by specifying a prior version in the
package.json
("@sveltejs/adapter-node": "1.0.0-next.77"
).Follow this issue to reinstate the
"next"
package when fixed: sveltejs/kit#5431Expected Behavior
The adapter should serve the app as expected...
Reproduction
"@sveltejs/adapter-node": "next"
System Info
No response
Relevant logs
No response
Severity
Serious (but can be worked around)
Additional Information
No response
The text was updated successfully, but these errors were encountered: