Image Path not returning images to select

No sure if it's just me, but when I add an image to my application (like a logo or other inline image), when I click to select the image, all I get is this

No images in my image folder show.

It should look like this:

There is something in your app which prevents RBS to find the images. You can send the app to info@radzen.com and we will check what the problem might be.

Yes that works for me too in a server app, but not in an auto for .net8

Got it. Indeed in .NET 8 auto and wasm modes the wwwroot is in the Server project. We will handle this case too.

Awesome, thank you!!!