Files
compiler-explorer/lib
narpfel bdcd800e7d [noscript] Fix generating shareable URL with storage to s3 (#8712)
Resolves #8701.

The `s3` storage backend requires an `express.Request` object to get the
request’s IP address, but the code passed `{} as express.Request`, which
led to an exception.

As a result, the fallback implementation was always used in prod, which
generates a link of the form `godbolt.org/#base64_encoded_clientstate`,
but `/#...` expects a `rison`-encoded string.
2026-05-28 20:06:32 +03:00
..
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2026-05-23 14:47:16 +03:00