You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π The bug
When I use useStatic, "ENOENT: no such file or directory '.../.nuxt/static-json/foo-bar.json'" error occurs at first access or reload in dev mode.
This error does not cause any other problems, only shows error log.
π οΈ To reproduce
Steps to reproduce the behavior:
Access the localhost:3000, browser console shows this error at Nuxt SSR.
Reload page, this error is too.
π Expected behaviour
This error doesn't shown at in dev mode.
βΉοΈ Additional context
This error fixed by manually adding the "static-json" folder at .nuxt folder.
The problem caused by not making the folder at dev mode, I think.
Thanks.
The text was updated successfully, but these errors were encountered:
π The bug
When I use useStatic, "ENOENT: no such file or directory '.../.nuxt/static-json/foo-bar.json'" error occurs at first access or reload in dev mode.
This error does not cause any other problems, only shows error log.
π οΈ To reproduce
Steps to reproduce the behavior:
π Expected behaviour
This error doesn't shown at in dev mode.
βΉοΈ Additional context
This error fixed by manually adding the "static-json" folder at .nuxt folder.
The problem caused by not making the folder at dev mode, I think.
Thanks.
The text was updated successfully, but these errors were encountered: