-
```
remote.api.com
file_server
log {
output stdout
format json
}
route {
mercure {
transport_url local://local
publisher_jwt ABC
subscriber_jwt DFG
…
-
```
ar 04 11:58:36 s1-4-bhs5 caddy[36812]: {"level":"info","ts":1614859116.7449417,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":""}
Mar 04 11:58:36 s1-4…
-
I use Mercure with Symfony thanks to the [Symfony Mercure bundle](https://github.com/symfony/mercure).
Previously, the `Update()` class had as third arguments `targets`, which allowed to select the…
-
Experiencing an odd issue with the mercure hub. I am using EventSource js object to receive the updates from the mercure hub that are published by a symfony controller. I have not found a solution f…
-
Before
```
const event = new EventSource(url, {withCredentials: true});
event.onmessage = onMessageCallback;
```
After
```
let mercureToken = 'Bearer ' + Cookies.get("merc…
-
Component collections are added when a page loads if they do not exist.
When they are we also receive a message saying the page has been updated.
This should not happen as we updated the page, s…
-
When I subscribe a topic via js [EventSource](https://www.npmjs.com/package/eventsource) I have an issue with OPTIONS method request. Specifically - "405 Method Not Allowed".
-
Hello,
Im currently following the steps in the readme.
When adding the routing.yaml line the following error occurs:
`There is no extension able to load the configuration for "hslavich_saml_sp" (…
-
Hi Kevin, thanks for this works !
When i turn off the anonymous mode to enable the authentication with cookies, the mercure hub return me a 401 unauthorized error.
My URLS :
- Hub : dev-mercure…
-
I added Mercure for a local development tool chain we use (portainer, traefik etc).
```
mercure:
image: dunglas/mercure:latest
container_name: "${PREFIX}-mercure"
command: "caddy …