Cole Arendt
Cole Arendt
The better stack trace gave me a lead (panic in the `metrics` middleware) that I have patched, built, and tested with. Now the error messages are cleaner, although harder to...
@mpl Yes, you're right. I think what you're seeing is ignorance slowly being rolled back π It wasn't clear to me where the `_net` messages were coming from, so recognizing...
Actually, would this do it? This is where it looks like the type assertion to the `arg` type (in this case a `ResponseWriter`) seems to happen. It may be on...
So much simpler π Thatβs impressive, thanks!
Totally agree - I need this as well. There is a certain type of service that cannot function without this type of functionality - i.e. one that listens at `/`...
It is worth noting that the http / https case is often corrected by Traefik passing `X-Forwarded-Proto: https` to the backend service so it knows that the "true" protocol is...
Worth noting that if you use plugins to solve this problem, you currently end up with broken websockets: #8682 Hopefully once that issue is resolved, then plugins will be a...
Another case where I hit this, in case it helps others: running locally in dev mode and switching between two backends, I did not reload the webpage. The `localStorage` cache...
It definitely would have! But I'm also not sure whether everyone would be happy with that solution. I would think the user has access to the JWT so exposing the...
Quiet stale-bot! This is still very much an issue π