Kristopher
Kristopher
I just wanted to update that [this](https://github.com/dyedgreen/deno-sqlite/issues/237) may have resolved things for both local & public deployment, meaning can use the one entrypoint and not need to mantain separate `main`...
Just wanted to bump this by saying I moved the example over to my main project as it's a bit cleaner. Here is the application on [Deno Deploy](https://github.com/adoublef/coffeesaurus/42), just querying...
gentle bump
I am currently getting a similar error. using [this Go application](https://github.com/adoublef/dice) I can't seem to tell why the `/v1/metrics` endpoint can't be found. The `/v1/traces` does seem to exist so...
Browsing GitHub I was able to come across [a similar issue in a different repo](https://github.com/vlcn-io/js/pull/11) so will look into what they did to resolve this for themselves
> @adoublef There's some docs on [determining the primary node](https://fly.io/docs/litefs/primary/) and you could also [track the primary via the event stream](https://fly.io/docs/litefs/events/). Your replica will need to do some kind of...