URL fallback for cached assets doesn't work

Hello!

I setup the cache like this:

this.engine.enableOfflineSupport = true;
this.engine.disableManifestCheck = true;
Database.IDBStorageEnabled = true;

I create a texture:

const bumpTexture = new Texture(`assets/textures/waterbump.png`);

The following error appears:
image

Switching back to url doesn’t work as you can see in the Inspector, the texture is not loaded despite it’s accessed and found on the server:

What’s wrong here?

Thank you!

Hum tough to say without a repro :slight_smile: