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
I'm not sure if this is the correct repo as I'm confused if this is at the serverless level or the components-v1 level but:
The CLI was failing silently when there is configuration issues
Running serverless or components-v1 just failed with no output
serverless
components-v1
I tried with the latest serverless version and 2.72.2 according to advice here: serverless-nextjs/serverless-next.js#2320 (comment)
Both versions just failed silently which was very confusing
The config in question below:
notice the missing trailing "
"
nextApplication: component: "@sls-next/[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I'm not sure if this is the correct repo as I'm confused if this is at the serverless level or the components-v1 level but:
The CLI was failing silently when there is configuration issues
Running
serverless
orcomponents-v1
just failed with no outputAdditional Data
I tried with the latest serverless version and 2.72.2 according to advice here: serverless-nextjs/serverless-next.js#2320 (comment)
Both versions just failed silently which was very confusing
The config in question below:
notice the missing trailing
"
The text was updated successfully, but these errors were encountered: