nerfstudio
nerfstudio copied to clipboard
Viewer Localhost
I edited the viewer's code and used yarn to develop App. However, I got a blank page when I go to "http://localhost:4000". Anything I missed?
Weird. Can you show the logs from both your browser and terminal where you are running the app?
Weird. Can you show the logs from both your browser and terminal where you are running the app?
terminal logs:
Browser have logs?
You can look at developer tools and check the console in the browser. Maybe your edited code leads to this blank page?
You can look at developer tools and check the console in the browser. Maybe your edited code leads to this blank page?
I try it on my local machine and it works, but on the remote machine I have the above problem.
When you use a remote machine, are you port forwarding the port the the website is served (4000 in the example above)
Closing due to inactivity, feel free to reopen if you are still experiencing this issue.