fix(apps): repair saleor storefront graphql origin

This commit is contained in:
archipelago
2026-05-21 00:30:22 -04:00
parent 4da6e3b43c
commit 8eb03d106e
2 changed files with 14 additions and 5 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## v1.7.80-alpha (2026-05-21)
- Saleor storefront proxying now falls back to the direct request scheme when no forwarded protocol header is present, fixing direct `http://node:9011` launches that could generate an invalid same-origin GraphQL URL.
- The Saleor storefront release path keeps public proxy support intact by still honoring forwarded HTTPS headers for Nginx Proxy Manager domains while repairing local/direct port launches.
- Validation passed with `cargo fmt --check` and `cargo check` for the Archipelago backend before release staging.
## v1.7.79-alpha (2026-05-20)
- Saleor now installs the official Saleor Storefront as part of the stack, built from the pinned `saleor/storefront` source and served as the customer-facing shop on port `9011`.