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
I got this error on my Next.js 14.0.4 app when I call logger like logger.info("Hello World");
./node_modules/@napi-rs/snappy-win32-x64-msvc/snappy.win32-x64-msvc.node
Module parse failed: Unexpected character '�' (1:2)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
I got this error on my Next.js 14.0.4 app when I call logger like
logger.info("Hello World");
Here is my
logger.ts
file.The text was updated successfully, but these errors were encountered: