akx
Urgent: Workspace Disconnected
Hey,
I have a pod running with some data. Suddenly, the workspace has got disconnected and I am not able to connect back to it.
If I'll stop the pod, the data will be lost.
How to get the data? I'm running on secure cloud
When I try to connect juypter notebook / web terminal: No web page was found for the web address:....
5 replies
TCP Port Not Working
I started a runpod instance and specifed TCP port, I got something like this
Public IP: <iphere>
Internal: 22 External: 35292
Internal: 35293 External: 35293
Internal: 35294 External: 35294
I create a simple app to test out
Now curl http://127.0.0.1:35293/hello is working
but if I change local host with public ip and same port 35293 it gets connection refused
20 replies