Closed jabyrd3 closed 1 year ago
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
Its running here, I'll keep plinking at it:
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?
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 fromagent.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.