This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Description
When I configure CDN to be enabled, with a subscription endpoint specified - I'm getting a 404 error with the loading of subscriptions-transport-ws-browser-client.js - it appears to be defaulting to being served locally, which I think is down to this:
|
replacements.put("subscriptionsTransportWsBrowserClientUrl", joinStaticPath(staticBasePath, |
|
"subscriptions-transport-ws-browser-client.js")); |
The app is hosted in k8s, so I don't want to have to put in complex ingress rules for this. I have another app without a subscription and that works fine.
I am using graphiql-spring-boot-starter:7.1.0 and my application.yaml has:
graphiql:
mapping: /graphiql
cdn:
enabled: true
version: 0.17.5
endpoint:
graphql: /graphql
subscriptions: /subscriptions