Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS doesn't work on actual deployments #40

Open
rozbb opened this issue Sep 11, 2023 · 1 comment
Open

RSS doesn't work on actual deployments #40

rozbb opened this issue Sep 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@rozbb
Copy link
Owner

rozbb commented Sep 11, 2023

The RSS feed in server/src/list_articles.rs has a localhost URL. This makes it unusable in deployments.

The solution should be to have a new server flag --hostname that gives the hostname of the server (default localhost). Then the RSS fead can use that as the base of the URL path.

@rozbb rozbb added the bug Something isn't working label Sep 11, 2023
@degan6
Copy link

degan6 commented Jun 24, 2024

I belive I've hit this bug as well. I get a 404 on the api routes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants