Invalid Next configuration with latest refine Next generated app
Why I have this error when I launch the refine project just after the generation from "npm create refine-app@latest myapp" ?
9 Replies
correct-apricot•2y ago
Hey @krysalist sorry for the trouble. Looks like the
next-compose-plugins
package has some issues with the latest Next.js and its next.config.js
file. We'll resolve this warning as soon as possible by replacing the package 🤔
For you to get rid of the warning, you can try removing the next-compose-plugins
🙏genetic-orangeOP•2y ago
Hello @aliemirs ok, thanks for this details and the future patch 🙂 So, how I can use a plugin, like i18n ?
genetic-orangeOP•2y ago
GitHub
Incompatible with next.js 12.2.0: "Invalid next.config.js options d...
When compiling with next.js 12.2.0, this warning is shown, even when an empty array is passed for the plugins parameter: warn - Invalid next.config.js options detected: [ { "instancePath&a...
genetic-orangeOP•2y ago
I can't test Refine for my admin panel :/
I need Next
correct-apricot•2y ago
Can you show me your
next.config.js
file?genetic-orangeOP•2y ago
correct-apricot•2y ago
Yeah, just update this to;
i18n doesn't need a plugin anyways 🤣
genetic-orangeOP•2y ago
working 🙂
thx
correct-apricot•2y ago
I'll update the starter file today btw