-
SummaryRight now, I am having issues with building a NextJS app with mikroORM - it has got to do with namespace mangling messing up database name. I've tried looking at all different options - including .swrc, and nothing seems to be working. Additional informationOperating System:
Platform: linux
Arch: x64
Version: #1 SMP PREEMPT_DYNAMIC 1
Available memory (MB): 15877
Available CPU cores: 8
Binaries:
Node: 22.12.0
npm: 10.9.0
Yarn: N/A
pnpm: N/A
Relevant Packages:
next: 15.3.0 // Latest available version is detected (15.3.0).
eslint-config-next: 15.3.0
react: 19.1.0
react-dom: 19.1.0
typescript: 5.8.3
Next.js Config:
output: N/A ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Use |
Beta Was this translation helpful? Give feedback.
-
Could you try disabling, experimental: {
serverMinification: false
}, |
Beta Was this translation helpful? Give feedback.
Could you try disabling,
serverMinification
it is an experimental feature: