Resolve asset url to storage

Hello,

Is there a solution for this problem?

Current behavior

When using Azure blob storage for assets. When I use API with X-Resolve-Urls header it returns url to cms endpoint for assets.

Desired behavior

When using Azure blob storage for assets. When I use API with X-Resolve-Urls header it returns url to Azure blob storage.

Environment:
Self hosted with docker

In GraphQL it is supported as sourceUrl field in an asset.

1 Like

What am I doing bad here?

Nothing, you have to allow it: https://github.com/Squidex/squidex/blob/master/backend/src/Squidex/appsettings.json#L349

Sorry, I have forgotten that this feature / configuration exists.

1 Like