double encoding oauth redirect uri
I'm using @hono/oauth-providers and my redirect URIs get double-encoded in Docker but not locally:
- Docker:
redirect_uri=https%253A%252F%252F... - Local:
redirect_uri=https%3A%2F%2F...
- Same Bun 1.2.19 both environments
- Docker container behind nginx proxy
- Double-encoding happens even with curl localhost:4000 on the VPS (bypassing nginx)