Musashi-Sakamoto
Musashi-Sakamoto
I found out that this issue only happens when you are using onesignal module too
@rollbar-bborsits Thank you for getting back to me quickly. The document seems a bit outdated. I doubt Next13 works with things like `getInitialProps`, `_error.js`.
@waltjones It doesn't provide any useful error with `--debug` option. Also, I tested with a new project created with `create-next-app` with tailwindcss option and it still happens. I am using...
yeah, but that means you can't report error on server side components
yeah, in that case, error.js component will be shown. For some cases, we want to catch errors on the server side components and do nothing but report errors...
I was able to install rollbar and use it on server component. not sure why it worked this time..