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
the route set on serveRoot will return 404
https://github.com/ianzone/lambda-nestify/tree/serve-static
return the static site
3.0.1
9.3.9
v18.12.0
No response
The text was updated successfully, but these errors were encountered:
I also encountered this problem, and I used https://github.com/fastify/fastify-static solve
Sorry, something went wrong.
that's included in my reproduction repo
@ianzone I think what @yiqia meant is that they use that package directly rather than via this nest module.
No branches or pull requests
Is there an existing issue for this?
Current behavior
the route set on serveRoot will return 404
Minimum reproduction code
https://github.com/ianzone/lambda-nestify/tree/serve-static
Steps to reproduce
Expected behavior
return the static site
Package version
3.0.1
NestJS version
9.3.9
Node.js version
v18.12.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: