Changed URL from .com to .bank now Umbraco has issues
We recently changed the primary URL for our site from *.com to *.bank. Same webserver, same /wwwroot, same web.config. Simply changed bindings on the .com to rediect to .bank.
Anyways, since then I access Umbraco Admin I can't see various things just a spinning circle. For instance, going to Templates and clicking on one, it never loads, never loads partial views or macros, never loads any of the Content -> Righ-Click items after you click on them, for instance to republish entire site, click on Public and it never loads.
The site itself is working just fine. I have tried deleting the ExaminesIndexes folder and restarting the server. I have also tried deleting the cache. I see no errors in the logs.
I can't think of any reason why this should happen. Maybe clear the entire contents of your /App_Data/Temp/ folder. Then I'd check your browser console for any error messages (as most of the Umbraco back-office is Angular).
Changed URL from .com to .bank now Umbraco has issues
We recently changed the primary URL for our site from *.com to *.bank. Same webserver, same /wwwroot, same web.config. Simply changed bindings on the .com to rediect to .bank.
Anyways, since then I access Umbraco Admin I can't see various things just a spinning circle. For instance, going to Templates and clicking on one, it never loads, never loads partial views or macros, never loads any of the Content -> Righ-Click items after you click on them, for instance to republish entire site, click on Public and it never loads.
The site itself is working just fine. I have tried deleting the ExaminesIndexes folder and restarting the server. I have also tried deleting the cache. I see no errors in the logs.
What am I missing? Thanks!
I can't think of any reason why this should happen. Maybe clear the entire contents of your /App_Data/Temp/ folder. Then I'd check your browser console for any error messages (as most of the Umbraco back-office is Angular).
Thanks Dan! That didn't fix the issue but it led me to the solution, didn't even think to check the Web Tools in Chrome.
Issue was we implemented X-Frame-Options: DENY at the same time as the .BANK push. For Umbraco to function correctly it needs to be set to SAMEORIGIN.
Thanks!
is working on a reply...