The two fields had been flipped, pointing API calls at the origin host (platform.savefamily.app) and sending the Origin header as the gateway host (api-platform.savefamily.app). Restore the intended wiring: gateway handles /api, and Origin is the platform domain.
6 lines
201 B
JSON
6 lines
201 B
JSON
{
|
|
"env": "production",
|
|
"apiBaseUrl": "https://api-platform.savefamily.app/gateway/api/",
|
|
"apiOrigin": "https://platform.savefamily.app",
|
|
"wsUrl": "wss://api-platform.savefamily.app/websocket"
|
|
} |