Open afaeid opened 11 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.
I'm having problem launching any react app i've built on the app.
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.
@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.
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?