Lesson 10: Fleek deployment node version error #5542
-
I am trying to deploy my code on fleek but I am facing this error: My code: https://github.com/Jatinkkalra/nextjs-smartcontract-lottery-npx When I use Not sure why fleek is saying |
Beta Was this translation helpful? Give feedback.
Answered by
Jatinkkalra
Jun 6, 2023
Replies: 1 comment 2 replies
-
@Jatinkkalra Check out this link, hope it will help! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the solution from fleek's discord. For anyone else who faces this in near future:
Change the "docker image name" to :
node:lts
in fleek (notfleek/next-js:node-16
)Hope this helps. 💯