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
Describe the bug
In my Nextjs project, I want to pull data using dynamic data instead of static data in the json or js files we import in my client.ts and server.ts files. Even though I do this, the error I get is frustrating and I still can't solve it.
Error Message:
The generated code contains 'async/await' because this module is using "topLevelAwait".
However, your target environment does not appear to support 'async/await'.
As a result, the code may not run as expected or may cause runtime errors.
Import trace for requested module:
./src/i18n/tr.ts
./src/i18n/client.ts
Expected behavior
pull data dynamically using fetch
Screenshots
About (please complete the following information):
next-international version 1.3.0
Next.js version 15.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
In my Nextjs project, I want to pull data using dynamic data instead of static data in the json or js files we import in my client.ts and server.ts files. Even though I do this, the error I get is frustrating and I still can't solve it.
Error Message:
Expected behavior
pull data dynamically using fetch
Screenshots
About (please complete the following information):
The text was updated successfully, but these errors were encountered: