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
Hi out there,
currently working on an project where i run into the following error which doesn't appear when i run the next server locally.
Only when i deploy it to aws (via npm run serverless --stage production) i get the following error:
Failed to compile.
./node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js 32:34
Module parse failed: Unexpected token (32:34)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| runtime: "node",
| defaultsMode,
> bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
| credentialDefaultProvider: config?.credentialDefaultProvider ?? (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider),
| defaultUserAgentProvider: config?.defaultUserAgentProvider ??
> Build error occurred
Error: > Build failed because of webpack errors
Any ideas or hints are much appreciated!
The text was updated successfully, but these errors were encountered:
Hi out there,
currently working on an project where i run into the following error which doesn't appear when i run the next server locally.
Only when i deploy it to aws (via
npm run serverless --stage production
) i get the following error:Any ideas or hints are much appreciated!
The text was updated successfully, but these errors were encountered: