Skip to content

fix(web): proxy RSS feed API requests - #29

Merged
technowizard merged 2 commits into
mainfrom
fix/feeds-nginx-proxy
Aug 3, 2026
Merged

fix(web): proxy RSS feed API requests#29
technowizard merged 2 commits into
mainfrom
fix/feeds-nginx-proxy

Conversation

@technowizard

Copy link
Copy Markdown
Owner

Summary

  • Add /feeds to the production nginx API proxy allowlist.
  • Prevent RSS subscription requests from falling through to the SPA.
  • Document the production fix under CHANGELOG.md → Unreleased.

Why

Production nginx was serving the web app for /feeds/* requests because the route prefix was omitted from the proxy location. GET requests returned index.html, while POST /feeds/subscriptions returned nginx 405 Not Allowed. Local development bypassed nginx through the Vite API configuration, so the issue only appeared in production.

Verification

  • Reproduced the production 405 before the fix.
  • Rendered the template with the production nginx:alpine image and passed nginx -t.
  • Confirmed the rendered API proxy location includes feeds.
  • git diff --check passed.
  • CHANGELOG.md formatting passed.

Risk

This changes only the web container's nginx route allowlist; no application API behavior changes.

@technowizard technowizard self-assigned this Aug 3, 2026
@technowizard
technowizard merged commit 730bfd8 into main Aug 3, 2026
2 checks passed
@technowizard
technowizard deleted the fix/feeds-nginx-proxy branch August 3, 2026 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant