-
|
Hi. The env vars for Mercure service are: On the client side, we subscribe to topics with: Now, porting this to staging on Google Cloud returns 401. The Troubleshooting page says the log should explain why such a response is given, but I'm unable to find such a statement. Even adding We have the following variables assigned to the container:
Mercure is served through a Load Balancer service, proxying I checked the client request on the browser's console, the JWT token is provided. I checked with jtw.io, the token is valid, and the signature matches the secret. I don't know what else to look for. How can I obtain more information from the Mercure container/service? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In the end, it was probably something related to the secret. I change the value, removing I can't recall if the |
Beta Was this translation helpful? Give feedback.
In the end, it was probably something related to the secret. I change the value, removing I can't recall if the
!or?values, and now the subscribe is successful!