You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The RSS feed in
server/src/list_articles.rs
has alocalhost
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 (defaultlocalhost
). Then the RSS fead can use that as the base of the URL path.The text was updated successfully, but these errors were encountered: