I was just doing some research into Google's Cloud Run service and happened to spot an issue where it says:
It is not possible to use the following URL paths:
Paths starting with
/_ah/. Some paths ending withz
https://cloud.google.com/run/docs/issues#ah
Does that mean if my app happens to make a URL that ends with a z, like /z or /xyz, it will break?! That can't be right, surely. Does anyone using Cloud Run know anything about this?