Railway is showing raw Docker BuildKit JSON logs (base64-encoded) instead of decoded, readable output. Builds appear to complete, but the logs are unreadable. Example: {"data":"U2VsZWN0aW5nIHByZXZpb3VzbHkgdW5zZWxlY3RlZCBwYWNrYWdl...","stream":1} instead of "Selecting previously unselected package...".
This is not a big deal to me personally but I could still imagine myself wanting to read the logs at some point.