jflieben / OnedriveMapperV5

Other
13 stars 2 forks source link

Browser window stuck on google.nl #8

Closed UBL2015 closed 3 weeks ago

UBL2015 commented 3 weeks ago

We've been using 5.15, however a new issue started this morning where the mapping process gets stuck stuck at a blank browser window loading google.nl. I'm not sure what change triggered this but it is happening across multiple systems and locations. Manually closing the window kills the mapping process. On a whim I deleted this line in the script: $global:edgeOptions.addArguments("--app=https://www.google.nl") and that seems to have resolved the issue as the mapping process completes successfully. However, I'm not quite sure what the purpose of that specific argument is.

jflieben commented 3 weeks ago

We've been using 5.15, however a new issue started this morning where the mapping process gets stuck stuck at a blank browser window loading google.nl. I'm not sure what change triggered this but it is happening across multiple systems and locations. Manually closing the window kills the mapping process. On a whim I deleted this line in the script: $global:edgeOptions.addArguments("--app=https://www.google.nl") and that seems to have resolved the issue as the mapping process completes successfully. However, I'm not quite sure what the purpose of that specific argument is.

thanks! I've removed that line from onedrive. Possibly your browser was prompting for cookies or something else on google.nl, I don't think that line is needed anymore :)