Have 3 versions of the same site. One on local dev VM, one live on Azure and a test one on Azure. The dev and live ones will both allow the addition of domains in the Culture and Hostnames dialogue. On the test site, as soon as the Save button is clicked, the dialogue panel just goes white and does nothing. I'm a bit stuck for fault finding this.
This is a known issue - I reported it here last year: http://issues.umbraco.org/issue/U4-7423 - Not sure if others have reported it too since I think I have not seen this on 7.3.7 for instance.
So perhaps upgrading is worth a try if possible?
I know that I somehow manage to succeed in adding the extra hostname but can't remember quite how. Maybe I just logged out and logged in again or maybe I cleared the browser cache or tried another browser...But somehow I managed to get it working. So it's a thing that happens sometimes but not regularly in my experience.
Yeah it's a really weird issue indeed - Have you tried going incognito in Chrome and see if that helps any? Or simply trying another browser than your default?
Just tried both, Chrome Incognito and Firefox. Neither worked. Odd that it works in Dev and Live. Live and Test are both on the same Azure platform. One works but not the other.
Yeah, it is indeed really weird - Maybe add a comment to the issue about so HQ gets some more details, which might make it easier for them to figure out what goes wrong and how to fix it? :)
I'll let you know if I figure out a workaround / patch somehow.
V7.3.3 Hostnames not saving
Umb V7.3.3
Have 3 versions of the same site. One on local dev VM, one live on Azure and a test one on Azure. The dev and live ones will both allow the addition of domains in the Culture and Hostnames dialogue. On the test site, as soon as the Save button is clicked, the dialogue panel just goes white and does nothing. I'm a bit stuck for fault finding this.
Any help appreciated.
Craig
Hi Craig
This is a known issue - I reported it here last year: http://issues.umbraco.org/issue/U4-7423 - Not sure if others have reported it too since I think I have not seen this on 7.3.7 for instance.
So perhaps upgrading is worth a try if possible?
I know that I somehow manage to succeed in adding the extra hostname but can't remember quite how. Maybe I just logged out and logged in again or maybe I cleared the browser cache or tried another browser...But somehow I managed to get it working. So it's a thing that happens sometimes but not regularly in my experience.
Hope this helps a bit.
/Jan
Hi Jan,
Thanks. I've restarted app pools, cleared caches and cookies, etc. But no joy. Weird it works on 2 out of 3 versions of the site.
Dev tools shows: POST http://testsite.azurewebsites.net/umbraco/BackOffice/Api/DomainsApi/SaveLanguageAndDomains 417 (missing token)
on http://testsite.azurewebsites.net/umbraco_client/ui/jquery.js?cdv=2045807607
So maybe I'll try reuploading jquery to the server.
Similar error here: https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/74055-persistant-417-missing-token-error but total clearance of cookies, local storage, session storage and app cache doesn't fix it for me. Neither does correcting the mistake in AssignDomain2.js detailed in your issue report.
Yeah it's a really weird issue indeed - Have you tried going incognito in Chrome and see if that helps any? Or simply trying another browser than your default?
/Jan
Just tried both, Chrome Incognito and Firefox. Neither worked. Odd that it works in Dev and Live. Live and Test are both on the same Azure platform. One works but not the other.
Yeah, it is indeed really weird - Maybe add a comment to the issue about so HQ gets some more details, which might make it easier for them to figure out what goes wrong and how to fix it? :)
I'll let you know if I figure out a workaround / patch somehow.
/Jan
Finally upgraded site to 7.4.1 and all now well in the saving of hostnames department.
is working on a reply...