aliceisjustplaying / labeler-starter-kit-bsky

Use this repository to get started with your own Bluesky Labeler.
https://bsky.sh
MIT License
109 stars 10 forks source link

GET /xrpc/com.atproto.label.subscribeLabels returns 404 #1

Closed Sobsz closed 4 weeks ago

Sobsz commented 1 month ago

My labeler is at https://bsky.app/profile/namako-pona.bsky.social, with the domain being https://namako-pona.69.mu/. /xrpc/com.atproto.label.queryLabels works fine, but the nginx logs show recurring requests to /xrpc/com.atproto.label.subscribeLabels, which returns a 404, which I assume is responsible for the labels not showing up on Bluesky. Nothing of note shows up in the labeler's logs.

Sobsz commented 4 weeks ago

Turns out nginx requires special configuration for WebSockets. This StackOverflow answer seems to have done it for me.