Closed juanjlunar closed 10 months ago
Hi @juanjlunar, Bugfender is for front-end applications, so you can't run it on a Node.js server.
I managed to make it work just fine using NextJS, but I think you should add the support for NextJS, this is a frontend app.
What kind of support is missing? How did you make it work?
Hi there, this error happens when we try to init the library on a NextJS app using React Native Web on the _app.tsx entry point.
We tried transpiling the modules using the next.config.js but it didn't work either.
Or
Transpiling the packages in the next.config.js.
Without transpiling the '@bugfender/rn-bugfender' module.
Using a react app using webpack it works fine, apparently, something is happening with the NextJS config.