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
i have upgraded next version from v13.4.1 to v13.4.12 and next-int was working fine in the previous version but in the latest version of next it always bringing up this error message n [Error]: MISSING_MESSAGE at g (C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:2895) at C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:8922 at Object.Sf [as useMemo] (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:105:241) at exports.useMemo (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-experimental\cjs\react.production.min.js:31:125) at C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:8895 at exports.useTranslations (C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:9183) at DialogComponent (C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\8189.js:68:63) at pg (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:118:273) at Z (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:125:91) at qg (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:128:155) { code: 'MISSING_MESSAGE', originalMessage: undefined }
Mandatory reproduction URL (CodeSandbox or GitHub repository)
N/A
Reproduction description
Steps to reproduce:
Open reproduction
Click on …
See error: …
Expected behaviour
i expect it not to give me this error message since it was working fine in previous version
The text was updated successfully, but these errors were encountered:
Unfortunately, the reproduction is missing or incomplete, and as such we cannot investigate this issue. Please add a reproduction to the issue, otherwise it will be closed automatically.
To help us resolve the issue quickly, please simplify the reproduction as much as possible by removing any unnecessary code, files, and dependencies that are not directly related to the problem. The easier it is for us to see the issue, the faster we can help you.
Apart from the reproduction, make sure to include the precise steps on how to reproduce the issue, e.g.:
Open reproduction
Click on …
See error: …
Thank you for your understanding!
FAQ
"I've included a reproduction, what is missing?"
This comment might have been added because your reproduction doesn't point to either a CodeSandbox or a public GitHub repository where the issue can be reproduced.
Please make sure:
If you've linked to a CodeSandbox, make sure to save the latest changes.
If you've linked to a GitHub repository, make sure that you've committed and pushed the latest changes.
Linking to other resources, e.g. to the docs, unfortunately doesn't help to reproduce your issue.
This issue has been automatically closed because it is missing a reproduction and there hasn't been any activity for 7 days. If the problem persists, please create a new bug report.
Description
i have upgraded next version from v13.4.1 to v13.4.12 and next-int was working fine in the previous version but in the latest version of next it always bringing up this error message
n [Error]: MISSING_MESSAGE at g (C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:2895) at C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:8922 at Object.Sf [as useMemo] (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:105:241) at exports.useMemo (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-experimental\cjs\react.production.min.js:31:125) at C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:8895 at exports.useTranslations (C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\145.js:92697:9183) at DialogComponent (C:\Users\Mahdi Khavari\Desktop\Front\.next\server\chunks\8189.js:68:63) at pg (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:118:273) at Z (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:125:91) at qg (C:\Users\Mahdi Khavari\Desktop\Front\node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected]\node_modules\next\dist\compiled\react-dom-experimental\cjs\react-dom-server.edge.production.min.js:128:155) { code: 'MISSING_MESSAGE', originalMessage: undefined }
Mandatory reproduction URL (CodeSandbox or GitHub repository)
N/A
Reproduction description
Steps to reproduce:
Expected behaviour
i expect it not to give me this error message since it was working fine in previous version
The text was updated successfully, but these errors were encountered: