Replies: 2 comments 1 reply
-
Hi, have you tried the solutions to other similar issues? #1860, #1451 |
Beta Was this translation helpful? Give feedback.
1 reply
-
You don't have loader for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project is Next.js version 15, and I encounter the following error during deployment.
./src/locales/pseudo.po
Module parse failed: Unexpected token (1:6)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
Import trace for requested module:
./src/locales/pseudo.po
./src/locales/ lazy ^./.*$ referencedExports: messages chunkName: translations namespace object
./src/appRouterI18n.ts
./src/app/[lang]/layout.tsx
Beta Was this translation helpful? Give feedback.
All reactions