Umbraco 13: Tags Greyed Out and Uneditable in Back Office (Localhost)
Hi all, I recently installed Umbraco 13 on my localhost, and I've run into an issue where the Tags field in the back office is greyed out and I can't edit it. There are no errors showing up in the console log.
What I've Tried:
I’ve checked the Tag property editor in Settings > Data Types, and everything seems set up correctly.
The tags are assigned to the document type properly.
I’ve cleared the cache, ran dotnet clean, and rebuilt the project, but the issue persists.
My Question:
Is there something I missed during the setup or upgrade to Umbraco 13?
Are there any known issues or extra configurations needed for the Tag property editor in this version?
Umbraco 13: Tags Greyed Out and Uneditable in Back Office (Localhost)
Hi all, I recently installed Umbraco 13 on my localhost, and I've run into an issue where the Tags field in the back office is greyed out and I can't edit it. There are no errors showing up in the console log. What I've Tried:
I’ve checked the Tag property editor in Settings > Data Types, and everything seems set up correctly. The tags are assigned to the document type properly. I’ve cleared the cache, ran dotnet clean, and rebuilt the project, but the issue persists.
My Question:
Is there something I missed during the setup or upgrade to Umbraco 13? Are there any known issues or extra configurations needed for the Tag property editor in this version?
Any help or suggestions would be great!
I managed to resolve the issue by updating my local database with the live production site database. The tags are now working as expected.
is working on a reply...