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 weird thing is that it should not do anything if the route is pages/api/*, I guess it's for the wrong character... I'll take a look! Thanks to report it! 🙏
@aralroca
Oh sorry, it doesn't happen on canary.8, next-translate was declared using ^1.0.0 in package.json, and npm thinks 1.0.0-experimental.20 > 1.0.0-canary.8. Specifying 1.0.0-canary.8 fixes it.
I encountered the following when running
next build
Using next-translate 1.0.0-canary8 on Windows.
This problem came up after migrating to 1.0.0, and reverting the changes fixed it.
The text was updated successfully, but these errors were encountered: