Build error occurred: fetch is not found globally and no fetcher passed #13786
Answered
by
jamesmosier
arimendelow
asked this question in
Help
-
I have this issue specifically when attempting to deploy on Heroku - when deploying on Vercel, it works as expected. This can be replicated by trying to deploy the below on Heroku: Originally posted by @arimendelow in #12794 (comment) |
Beta Was this translation helpful? Give feedback.
Answered by
jamesmosier
Jun 5, 2020
Replies: 1 comment 1 reply
-
Hi @arimendelow. Could you try upgrading Next to the latest stable version ( The fix mentioned in the issue you linked came out after the initial |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arimendelow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @arimendelow. Could you try upgrading Next to the latest stable version (
9.4.4
)The fix mentioned in the issue you linked came out after the initial
9.4.0
release which you have in yourpackage.json
in your project.