Next.js Discord

Discord Forum

Website is working perfectly in my local host, but in vercel i get " module not found" error?!

Answered
Barry posted this in #help-forum
Open in Discord
Making a website (next.js) that i want to host on vercel, but somehow i am getting a error in vercel saying the the module can not be found: "Module not found: Can't resolve './components/Revieuws'" Even tho its perfectly fine? anyone that can help me out here?
Answered by Netherland Dwarf
Is that the full path- could be a typo
View full answer

3 Replies

Netherland Dwarf
Is that the full path- could be a typo
Answer
@Netherland Dwarf Is that the full path- could be a typo
seems indeed to be the path, i had no types but renaming the component helped! thx for the tip!