bluesky-social / feed-generator

ATProto Feed Generator Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yarn publishFeed successful, unable to see feed in client

jabyrd3 opened this issue · comments

I've got this running on my server and can verify that it's reachable at the domain i'm providing in the .env file. Posts are being indexed properly and its basically operating almost exactly like the whats-alf feed does.

I'm able to successfully run yarn publishFeed, and if i log the return from agent.api.com.atproto.repo.putRecord at the end of the script, I can see it was successful? Unfortunately, I think I'm doing something wrong, though; I can't see my feed in the web or ios clients.

Any pointers would be appreciated.

Ah, nevermind. I figured out where to find it in the UI, the instructions could be a bit more-thorough.

I'm now seeing an internal server error when the client queries:

https://bsky.social/xrpc/app.bsky.feed.getFeedGenerator?feed=at%3A%2F%2Fdid%3Aplc%3Ayv6gvhnalg56qtfxh26d5dou%2Fapp.bsky.feed.generator%2Fkabuki-friends

Hey, dealing with the same issues here. Using Railway.

Having the same issue!

Looks like you have the service running on port 3000

Feed Generator needs to serve content over HTTPS on port 443

Ah, thank you, I can get a cert tomorrow and get this cleared up.

It's probably worth mentioning in the docs that bsky expects this server to serve tls over 443.

Yup I added it in 👍

Ah, thank you, I can get a cert tomorrow and get this cleared up.

It's probably worth mentioning in the docs that bsky expects this server to serve tls over 443.

Hello, just to clarify, was this the issue you faced?
image