Application URL disappeared in dashboard after deployment of backend server app
I deployed an app with tRPC that hosts express server on localhost and i can't find URL of deployed app
14 Replies
Project ID:
f0227bf8-3c5c-448c-87bb-de18965cc302
You might find these helpful:
- Getting error after deploying express-node app
- How to deploy Next.js app with tRPC and websockets?
- Can't access deployed express/node app
⚠️ experimental feature
f0227bf8-3c5c-448c-87bb-de18965cc302
u can create it in settings
in settings of project?
can't see 😦
In "General"
bro scroll up
Expand the section
also u should deploy on 0.0.0.0 not localhost
Yes. Big thank to you guys. My bad sorry.
Generated the URL.
it won't work in localhost?
it might run into problems
No; localhost and 127.0.0.1 both restrict access to the local computer, but 0.0.0.0 allows outside connections.
okay
but it works
maybe i'm wrong and my app is running in 0.0.0.0
anyway thank you again
i think problem solved