pds
pds copied to clipboard
Using official install script on Digital Oceans to deploy. Works, but creating a custom feed via Skyfeed causes 500 HTTP Status
Problem Description:
I used the official install scripts from this repro via the Digital Oceans Marketplace. Everything works as expected and was able to register 2 accounts.
Both accounts are using different domain names (custom handles) different from the PDS's domain name.
I used skyfeed.app to generate a custom feed. The Feed appears to be created as expected. Looking at the logs from the PDS docker container, it appears that the getFeedGenerator request returns a 200 status response.
But the getFeed request for the custom feed produces a 500 Status code response.
Setup:
- Ubuntu 22.04
- Official install scripts
- Custom domain handles different from the domain of the PDS
- Custom feed generated via SkyFeed.app
- 500 response to getFeed GET request.