Open olliejames-xtz opened 6 months ago
Hi @olliejames-xtz, we opened the following issue to the Soild team: #2175
we are struggling with exactly the same problem 😠its pretty intense
we might have found a "workaround". we will further test this next week. for now i created a PR that shows what changes we've done to work around all the errors:
https://github.com/olliejames-xtz/beacon-nextjs/pull/1
happy to hear any thoughts on this :-)
Hey all 👋
In our kanvas projects and newer nextjs projects across the board we are often running into issues with beacon, the latest of which can be seen in this bare minimum project here:
https://github.com/olliejames-xtz/beacon-nextjs
When running yarn dev my server console is flooded with errors such as:
The connection does still seem to work in dev mode However I've seen cases where such errors occur in production which has lead to my pages 500 erroring
Most of the time when running yarn build Its fails with this error:
Historically we've had a fair few issues with beacon, it would be great to have a working NextJS example on a new version of NextJS, I think it would help a lot of people seeing as its the most popular web framework Feel free to fork my project above or I'd be happy to add anyone as a collaborator if you know how we can resolve this!