function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MaximilianBenningMaximilianBenning 

e.force:navigateToURL is not working anymore since this morning

We currently have the problem that alle links which are called from e.force:navigateToURL are opening in a subwindow. See

User-added image

We have currently no workaround, so any quick help is welcome!
Hemant_SoniHemant_Soni
Hi Maximilian,
I think you can use "Window.location.href". Please try this and let me know if it is not working.

Thanks,
Hemant
MaximilianBenningMaximilianBenning
Hi Hermant,

I tried this before, but it did not work. also not with "window.parent.location = '/' + recordId" giving me a lightning component error saying:
"Permission denied to access property "nodeType" on cross-origin object"
 
Hemant_SoniHemant_Soni
did you tried "sforce.one.navigateToURL".
MaximilianBenningMaximilianBenning
Hi Hemant, yes I tried that, but that did not help either.

Anyone else having this issues?