Next.js Discord

Discord Forum

module not found

Answered
Persian posted this in #help-forum
Open in Discord
PersianOP
module not found even tho that file exists!
Answered by Sun bear
please don't name files and folders with space. different systems treat space differently.

// instead of
Auto Roles Page

// do
auto-roles-page
// or
AutoRolesPage
View full answer

4 Replies

Sun bear
please don't name files and folders with space. different systems treat space differently.

// instead of
Auto Roles Page

// do
auto-roles-page
// or
AutoRolesPage
Answer
Sun bear
did this fix the issue?
@Sun bear did this fix the issue?
PersianOP
Yes thanks!