Closed saeta-eth closed 4 years ago
That is a problem with Next.js. You should open an issue there instead.
@slorenzo that's usually an issue with trying to server-side render native modules. Make sure your code is being run only in the "Main" process.
Thanks @lacymorrow. I found out a workaround here. But another error appears, so I decided not to use this package in the renderer process.
No problem @slorenzo. If you're looking for a solution to build Electron with a statically-rendered React + Next.js app I can suggest Nextron.
Hi.
I can't use this library with Next.js. I see this error:
Is there any workaround? Thanks!