860 B
860 B
Issues
Sandbox Demo Endpoint Down
- The demo endpoint
https://api-devna.dev-sagex3.com/demo/service/X3CLOUDV2_SEED/apireturns "Votre mot de passe a expiré" (password expired) - This means unauthenticated sandbox queries currently fail with 401
- This is an EXTERNAL issue — the Sage X3 demo server's credentials expired
- Impact: Integration tests against sandbox will fail, but code logic is correct
- Workaround: Tests should handle this gracefully — skip or expect 401 from demo endpoint
- The code/tools are correct — the endpoint issue is outside our control
GraphQL Client URL Fix
- Original code appended
config.endpointto the URL path — INCORRECT - The
endpointvalue (e.g., REPOSX3_REPOSX3) goes in thex-xtrem-endpointHEADER, not the URL - Fixed: client.ts now uses
config.urldirectly, auth module handles the header