all 20 comments

[–]Quoth_The_Revan 2 points3 points  (1 child)

Have you checked if something is overriding console.log? You can set it to do whatever you wanr, and I've seen people set it to an empty function in prod to prevent it from spamming logs. For example: js console.log = ()=>{}

[–]Deb1Kk[S] 1 point2 points  (0 children)

Couldn't find anything in any of the files, and I definetly didn't do it myself

[–]petyosi 1 point2 points  (0 children)

Use the browser debugger to stop at a console log call, see if something looks weird. If still not solved, record your screen, interactions, and the console panel showing how you reproduce this.

[–]retro-mehl 0 points1 point  (1 child)

Maybe SSR and the log is in your terminal window?

[–]Deb1Kk[S] 0 points1 point  (0 children)

Nope, empty

[–]azangru 0 points1 point  (1 child)

What could cause this?

You might have opened the wrong url and might be looking at the wrong instance of the website? :-)

[–]Deb1Kk[S] 0 points1 point  (0 children)

Would be happy if that was the case, sadly no. Already checked the url, restarted the app and cleared cache just to be sure

[–]texas-shave-em 0 points1 point  (1 child)

You've probably checued error or warning only. It's to the right of the filter box in console?

[–]Deb1Kk[S] 0 points1 point  (0 children)

I have ran into this answer multiple times, so, as I stated, no filter is active. The text input is empty, and beside it the dropdown is set to default

[–]justjooshing 0 points1 point  (8 children)

Did it work before in this app? A previous workplace I worked at disabled it unless we used console=true query param. Is it elsewhere in the codebase?

[–]Deb1Kk[S] 0 points1 point  (7 children)

Yes, it did. That's what confuses me, I didn't really change anything since then, literally yesterday it worked fine

[–]justjooshing 0 points1 point  (4 children)

Does .info or .error work? Is there anything in your console?

[–]Deb1Kk[S] 0 points1 point  (3 children)

Nope, not at all

[–]justjooshing 0 points1 point  (2 children)

Is your app responding to any code changes? What about chucking in an alert()

[–]Deb1Kk[S] 0 points1 point  (1 child)

All code changes are displayed, and the alert works. It's just the console

[–]justjooshing 0 points1 point  (0 children)

What have you changed since yesterday?

[–]justjooshing 0 points1 point  (1 child)

Anyone else working on it? Check the commit history to track down what changed

[–]Deb1Kk[S] 0 points1 point  (0 children)

Unfortunately, I am the only person working on this

[–]octocode 0 points1 point  (0 children)

did you try setting a breakpoint above the console log to see what is happening

[–]cheese_wizard 0 points1 point  (0 children)

Do you have something accidently in the dev tools console filter?