-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Console Ninja is waiting for runtime events. Console ninja does not display inline logging next to my console logs. #282
Comments
We've made some changes to Console Ninja that we think may fix your problem. Can you please update to Console Ninja |
I am having the exact same issue FYI, and I'm on version 1.0.307 of console ninja. |
Are you running your dev script with the |
Have had this same issue since the last few weeks. The console ninja has stopped catching events. There are no logs or trace points for the console. I use a NestJS app running in PM2 together with a React UI running on Vite. Now, I don't see any logs from the backend or the UI. Currently i'm downgrading to v1.0.290 what works fine |
@zalewskigrzegorz - you mentioned that you've had the problem for the last few weeks. The version you have downgraded to ( Can you please try bisecting versions to help us identify the version where it stopped working for you? For example, you're on v290 and the latest is v328, try v309. If v309 works for you, then try half-way between v309 and v328, etc. Also, if you're able, please provide a sample repo that has the same problem so we can attempt to reproduce the problem for ourselves. |
I am facing the same issue. CN is fine working only with the backend which is the node and express, But when it comes to the frontend which is react configured by vite, At the moment when starts the react CN is not working. Shows Console Ninja is waiting for runtime events. CN version: v1.0.364 |
I tried several versions of CN, and now I think this problem is resolved when the version is v1.0.290. The v1.0.291 also worked for one time but when I tried again the error again appeared. |
@thomasantony12 - we'd like to be able to help you get this working on the latest version. Can you please do the following:
|
|
Ran into the same issue in 1.0.364 |
@thomasantony12 - Console Ninja doesn't use the language mode at all (it only uses your files on disk). It's possible that your dev tools, or some other extension is interfering with Console Ninja operating without the Language Mode set correctly. Are you able to provide us with a sample repo and a set of instructions for reproducing the not working vs. working behavior? |
Somehow it worked for me; maybe it will work for others too. I have already shared the log file above, so you can examine what's wrong. |
What happened?
When running my next.js application console ninja is turned on and displays the message "Console Ninja is waiting for runtime events. Console Ninja has started with next.js and is now waiting for some runtime logs or errors." But does not display results from any log in my project. When running the app I can see the logs in the console so I know the event is being triggered.
Version
v1.0.297
Steps to reproduce (or sample repo)
Log output
The text was updated successfully, but these errors were encountered: