For now, as a temporary measure I've taken my wwwroot/assets/ folder that houses everything related to our design system and put it at the root of the folder. I then followed these instructions to add a static route (matching the folder name). It serves its purpose for now, but not great to require all of this for an OOTB feature.
I'm going to mark my reply as a solution, but perhaps others in the community could back me up on whether this is a bug or not and should be reported at GitHub. I think it is. If the file picker dialog is meant to return a URL that works, it needs some reference to what is routable, and what that routable address should be. Also why is the media picker not an option?
Block Configuration: How Do YOU Pick Your Thumbnails?
This is in reference to Umbraco v9.
When I select an a Thumbnail for my block it creates a bad URL.
What do you do to resolve this? I cannot type in the field. I also cannot choose from the media center (tsk tsk).
For now, as a temporary measure I've taken my wwwroot/assets/ folder that houses everything related to our design system and put it at the root of the folder. I then followed these instructions to add a static route (matching the folder name). It serves its purpose for now, but not great to require all of this for an OOTB feature.
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/static-files?view=aspnetcore-5.0
I'm going to mark my reply as a solution, but perhaps others in the community could back me up on whether this is a bug or not and should be reported at GitHub. I think it is. If the file picker dialog is meant to return a URL that works, it needs some reference to what is routable, and what that routable address should be. Also why is the media picker not an option?
is working on a reply...