You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug & Expected behavior
While importing the arrows inside a Flowershow application, that uses NextJS + contentlayer, it works normally within dev environment (npm run dev), but when we build and start the application (npm run build && npm run start) we get this error: Next.js Application error: a client-side exception has occurred (see the browser console for more information)
To Reproduce
You only need to import the library inside a normal jsx file inside of the application, and it fails to npm build && npm run start, bringing this error.
Describe the bug & Expected behavior
While importing the arrows inside a Flowershow application, that uses NextJS + contentlayer, it works normally within dev environment (npm run dev), but when we build and start the application (npm run build && npm run start) we get this error: Next.js Application error: a client-side exception has occurred (see the browser console for more information)
To Reproduce
You only need to import the library inside a normal jsx file inside of the application, and it fails to npm build && npm run start, bringing this error.
or
both giving me the same error.
The text was updated successfully, but these errors were encountered: