You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
This is a trap for young players, and it took me a while to figure out why clutch served a 500 when I used an initial path component of /foo. It would be best if clutch enforced this constraint by inspecting the protobuf types at startup, but otherwise it would be nice to emphasize this in the docs.
Description
The clutch HTTP muxer checks that gRPC gateway URLs are rooted at the path
/v[0-9]+.clutch/backend/gateway/mux/mux.go
Lines 38 to 39 in 0aa0f85
clutch/backend/gateway/mux/mux.go
Lines 59 to 63 in 0aa0f85
This is a trap for young players, and it took me a while to figure out why clutch served a 500 when I used an initial path component of
/foo. It would be best if clutch enforced this constraint by inspecting the protobuf types at startup, but otherwise it would be nice to emphasize this in the docs.