spckio / spck-issues

Spck Editor Issues
https://spck.io
77 stars 15 forks source link

SPCK NodeJS. Can't open eruda console #681

Open afaeid opened 11 months ago

afaeid commented 11 months ago

In SPCK NodeJS, I built many servers. But though I can open the server in SPCK Web View, but I can't open the eruda console for the server. Why? How can I feed my desire?

waynemwashuma commented 8 months ago

The logs of your server is usually placed in the terminal,of which is part of your backend. The eruda console is used to debug the front end of your code.

Check the terminal where you started the server to get the logs of the back end.

Onitoheeb commented 6 months ago

I'm having problem launching any react app i've built on the app.

afaeid commented 4 months ago

The logs of your server is usually placed in the terminal,of which is part of your backend. The eruda console is used to debug the front end of your code.

Check the terminal where you started the server to get the logs of the back end.

@waynemwashuma I know that. But I'm developing a client-side rendered web app where I need to see the website's logs. And the web app is being hosted on a different port number. So when I want to look at the front-end, there I can't open eruda console on spck web view.

waynemwashuma commented 3 months ago

@afaeid Maybe you turned off the eruda console when you run on your landing page? Check "Console" on the three dot menu(top right) after you have run your webpage.