Skip to content
Discussion options

You must be logged in to vote

I am going to close this disccusion as I found my culprit for the error.
As I was trying to find solutions I had put these code on my next.config.js file, also had I had a component that was getting information from a remote server and every time that the server fetched data it would create a conflict with the translation as that was constant.

webpackFinal: async (config, { configType }) => { // config.resolve.fallback = { // ...config.resolve.fallback, // fs: false, // <------ // path: false // <----- // }; // return config; // },

TLDR;

  1. Do not create conflicts between const and dynamic components
  2. Check your next.config.js file
  3. Check for typos... I had many.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lertsoft
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
bug Issue was opened via the bug report template.
3 participants
Converted from issue

This discussion was converted from issue #35704 on March 30, 2022 03:13.