ndk icon indicating copy to clipboard operation
ndk copied to clipboard

NDK 2.10.1 causing the app to crash in production

Open mostafa-khaldi opened this issue 1 year ago • 3 comments

I have an app that uses ReactJS as a framework, when building the project, it builds normally, however, when deployed, it causes the app to crash, reverting to 2.10.0 seems to fix the problem tho, it seems when the app gets bundled the NDK might have a loose end somehow that causes the bundled files to crash in production.

mostafa-khaldi avatar Oct 06 '24 06:10 mostafa-khaldi

I have the similar problem with 2.10.1 when I build the project with Next.js framework.

error: ReferenceError: _NDKNutzap is not defined

I try use 2.10.0 but the problem persists.

rapax00 avatar Oct 11 '24 18:10 rapax00

Same issue here in my next.js app

purrgrammer avatar Jan 03 '25 14:01 purrgrammer

fyi this seems to be fixed in 2.12.0

codevski avatar Feb 24 '25 12:02 codevski