Open mirko314 opened 4 months ago
Hey @mirko314, I've just tried the reproduction and it does error out on the SWC binary, but after bumping next
from 14.2.4
to 14.2.5
it passes through. I know that the Next team was making some adjustments to how SWC is treated, so looks like this might have been fixed upstream. Can you confirm if this works for you?
Describe the bug
The following error occurs when opening the stackblitz:
Link to the blitz that caused the error
https://stackblitz.com/edit/imgly-cesdk-web-examples-sgnxde?file=src%2Fcomponents%2Fcase%2FCaseComponent.jsx&title=IMG.LY%20CE.SDK:%20Background%20Removal%20Plugin
Steps to reproduce
yarn install && npx next dev
fails with the error specified above.Expected behavior
I expect that the NextJS app boots up normally
Parity with Local
Screenshots
No response
Platform
Additional context
No response