Running the backend for atproto locally - pnpm start is successful, but I do not see any UI on browser #3289
Unanswered
parvinsingh
asked this question in
How to do it?
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the steps here
https://github.com/bluesky-social/social-app/blob/main/docs/build.md#running-the-backend-locally
the output of 'pnpm start' is this:
`
WARN[0000] /Users/parvin.panesar/socialApp/atproto/packages/dev-infra/docker-compose.yaml: the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusionWARN[0000] /Users/parvin.panesar/socialApp/atproto/packages/dev-infra/docker-compose.yaml: the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusion[+] Running 2/2
✔ Container dev-infra-redis_test-1 Healthy 1.3s
✔ Container dev-infra-db_test-1 Healthy 2.3s
██████╗
██╔═══██╗
██║██╗██║
██║██║██║
╚█║████╔╝
╚╝╚═══╝ protocol
[ created by Bluesky ]
🔍 Dev-env introspection server started http://localhost:2581
👤 DID Placeholder server started http://localhost:2582
🌞 Personal Data server started http://localhost:2583
🗼 Ozone server started http://localhost:2587
🗼 Ozone service DID did:plc:6itbc3pzzbhhth54td37kxeb
🌅 Bsky Appview started http://localhost:2584
🤖 Feed Generator started http://localhost:58789
🤖 Feed Generator started http://localhost:58790
`
After this when I hit the URL endpoints mentioned above - I do not see anything. This is what I see for the first URL:
{ "plc": { "url": "http://localhost:2582" }, "pds": { "url": "http://localhost:2583", "did": "did:web:localhost" }, "bsky": { "url": "http://localhost:2584", "did": "did:plc:zwwgexp3qn6j37swp26ajfum" }, "ozone": { "url": "http://localhost:2587", "did": "did:plc:6itbc3pzzbhhth54td37kxeb" }, "db": { "url": "postgresql://pg:[email protected]:5433/postgres" } }
For the remaining end points I get this:
Cannot GET /
Any ideas or suggestions to look around?
I was expecting for this to present a UI on my local.
Beta Was this translation helpful? Give feedback.
All reactions