I've also tried to move the "thumbnails" folder to App_Plugins, but /umbraco is still added. Even if I modify the record in the database and sets the thumbnail url starting with ~/, it still prefixes /umbraco.
I am only reporting this because @ Umbraco DK Festival, it was said, that we should report the issues that we see - otherwise the Umbraco team will not know.
The code above does seem to have anything to do with the fact, that the href is changed and prefixed with '/umbraco' and thereby becomes wrong. So that must be something else.
BUG: Umbraco 14 - Grid Editor - Thumbnails on blocks are prefixed with /umbraco
In Umbraco 14.3.0, I am setting up a Block Grid Property Editor UI.
I've created several blocks (Elements) and now I would like to add some thumbnails to complete the backoffice.
When editing the "Hero blok", and selecting the thumbnail image,
But when the Umbraco Backoffice is to show it, it gets a 404, because the url is automatically prefixed '/umbraco'.
Here is the record of table: umbracoDataType with id 1065 Umbraco.BlockGrid:
}
I've also tried to move the "thumbnails" folder to App_Plugins, but /umbraco is still added. Even if I modify the record in the database and sets the thumbnail url starting with ~/, it still prefixes /umbraco.
What might be wrong?
Hey Janus,
I looked into the repo and found that it is a work-in-progress
https://github.com/umbraco/Umbraco.CMS.Backoffice/blob/v15.0.0-rc3/src/packages/block/block-type/components/block-type-card/block-type-card.element.ts
Hi Afreed,
Thank you for your reply.
I am only reporting this because @ Umbraco DK Festival, it was said, that we should report the issues that we see - otherwise the Umbraco team will not know.
The code above does seem to have anything to do with the fact, that the href is changed and prefixed with '/umbraco' and thereby becomes wrong. So that must be something else.
is working on a reply...