TheDanniCraft

Results 6 comments of TheDanniCraft

They are coorectly mounted, I have also tried to copy the .env file completely new from github and only adjust the ports, unfortunately did not help

+1 Would be interested in support for SAPUI5 aswell

@anish-devgit thanks. I'm completly stuck with it and couldn't find an issue.

@anish-devgit > I have submitted a fix in [#87244](https://github.com/vercel/next.js/pull/87244). I was able to reproduce the 500 error locally and confirmed that this PR resolves it in standalone mode. Thanks. Hope...

@gltched-usr @mengqing @wingkwong I found a temporary fix for this problem. Just add `--webpack` behind the dev and build command: ```bash next dev --webpack ``` Next.js v16 uses turbopack by...