I have an issue with the Workspaces dashboard of Umbraco Deploy and workspace loading.
The Workspaces dashboard stays empty. I only see a loading screen (3 blinking dots). When trying to do compare or partial restore the dropdowns with the workspaces stays empty and I see also the loading dots.
On the Workspaces I see sometimes in a blink the license message but then again the loading screen.
There are no errors in the log.
Configuration seems to be ok but I will double check.
I'm using Umbrace Deploy 10.2.0 on Umbraco 10.6.1
I tried to upgrade already Umbraco Deploy but without luck.
I have this issue local (localhost) but also on all other environments.
Someone an idea what could be wrong or had a similar issue?
Umbraco Deploy - Workspaces not loading
I have an issue with the Workspaces dashboard of Umbraco Deploy and workspace loading.
The Workspaces dashboard stays empty. I only see a loading screen (3 blinking dots). When trying to do compare or partial restore the dropdowns with the workspaces stays empty and I see also the loading dots.
On the Workspaces I see sometimes in a blink the license message but then again the loading screen.
There are no errors in the log.
Configuration seems to be ok but I will double check.
I'm using Umbrace Deploy 10.2.0 on Umbraco 10.6.1 I tried to upgrade already Umbraco Deploy but without luck. I have this issue local (localhost) but also on all other environments.
Someone an idea what could be wrong or had a similar issue?
Issue was caused by an overwrite of the JsonConvert.DefaultSettings in the ConfigureServices in the Startup.cs.
We have moved this to a parameter and use this in the classes were we needed the different jsonconvert settings.
Workspaces started to load again after this.
is working on a reply...