-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Handle errors when loading next.config.js
#79
Labels
type: bug
code to address defects in shipped code
Comments
Other example here:
|
This bug was fixed in #99 for: However, the configuration is loaded also here: We should use a similar |
First part at #114 |
Fixed by #124. |
serhalp
pushed a commit
that referenced
this issue
Apr 5, 2024
…m the blob store (#79) * fix: fixes an issue where the static pages could not be retrieved from the blob store * chore: update * chore: update * chore: update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are many reasons why loading
next.config.js
might fail such as:Those errors are currently reported as plugin bugs. We should report those as user errors instead by adding a
try
/catch
+utils.build.failBuild()
block.The text was updated successfully, but these errors were encountered: