Next.js Discord

Discord Forum

Module not found when using loading.tsx

Answered
Sharp-shinned Hawk posted this in #help-forum
Open in Discord
Sharp-shinned HawkOP
When I added loading.tsx file to my project my site started erroring out and giving me the error
Module not found: Can't resolve '..\app\loading.tsx'

here is my loading.tsx file just in case:
export default function LoadingData() {
    return <div>Loading Data...</div>
}
Answered by Sharp-shinned Hawk
Uh nvm found a fix, just delete the .next folder.
View full answer

1 Reply

Sharp-shinned HawkOP
Uh nvm found a fix, just delete the .next folder.
Answer