#H5YR
Community Impact
--
Total #H5YRs since 2023
--
Widget High Fives
--
Today
Total #H5YRs since July 2023: 465
Most recent #H5YRs
Blank screen after upgrade to U17.4.0
Hi @johnsmith That folder path is actually fine. The backoffice uses a cache buster, which is the hash you’re seeing in the URLs. It’s a virtual path segment based on the Umbraco version, so you won’...
Testing to see if #h5yr is picking up the stats for June :)
h5yr.com
Pleased to announce that now, if you give a #h5yr on the Umbraco Forum, that post will be displayed on H5YR.com
Thanks @sebastiaan for helping get this setup.
Carts still visible in backoffice, while not in the Database
We think we have found the problem. This piece of code is what we have in our program.cs: `app.Use(async (context, next) => { context.Response.OnStarting(() => { context.Response.Headers["Cache...