504 gateway time-out on lava-sand

project: lava-sand

accessing the project home page gives a 504, and this appears in the console:

node: --inspect=localhost:9200 is not allowed in NODE_OPTIONS

:beetle: The debugger could not be started. See https://glitch.com/faq#debugger

I’m not sure whether or not you meant to be in the debugger or not, but the debugger is running on your project and it’s causing your project not to respond at its public address. You can resolve this by stopping the debugger by clicking the stopsign-ladybug button:

image

That should get your project responding again!

Running. btw I don’t recall I turned the debugger on at any point in time, god knows how it went like this.

Thanks anyway