Closed ma-gu-16 closed 2 days ago
May it be related to https://github.com/dunglas/mercure/issues/898#issuecomment-2115381506?
It looks like there are issues with BoltDB and locking.
I fixes it. I had multiple mercure processes running. This made couple of problems. Looks Like Its fixed.
Error: loading initial config: loading new config: loading http app module: provision http: server srv0: setting up route handlers: route 0: loading handler modules: position 0: loading module 'subroute': provision http.handlers.subroute: setting up subroutes: route 1: loading handler modules: position 1: loading module 'mercure': provision http.handlers.mercure: "": invalid transport: timeout
after a day if i start the server again i got the above log. and its not possible to start the server. when i delete the mercure.db it starts as usually. how can i prevent this ?
my config:
`# { {$GLOBAL_OPTIONS} debug admin off email xxx }
{$CADDY_EXTRA_CONFIG}
https://xxx.com { log { format filter { fields { request>uri query { replace authorization REDACTED } } } }
} `