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'm experiencing an issue when trying to use the @getbrevo/brevo package in a Next.js (14.2.15) project. The error occurs during the build process and seems to be related to how the package is resolving its internal dependencies.
Error Message:
./node_modules/@getbrevo/brevo/src/index.js
Module not found: Can't resolve 'ApiClient'
Did you mean './ApiClient'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules).
The text was updated successfully, but these errors were encountered:
I'm experiencing an issue when trying to use the
@getbrevo/brevo
package in a Next.js (14.2.15) project. The error occurs during the build process and seems to be related to how the package is resolving its internal dependencies.Error Message:
./node_modules/@getbrevo/brevo/src/index.js
Module not found: Can't resolve 'ApiClient'
Did you mean './ApiClient'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules).
The text was updated successfully, but these errors were encountered: