Hi All,
I have tried out the v8 runtime and the issue I have come up with is generating my page URLs
Under Rhino, i simply used var url = ScriptApp.getService().getUrl(); and it always worked.
However, when using v8 it has an issue with resolving which account is being used.
I have multiple google accounts and they are being used at the same time in my browser - I have done this for years without issue.
However, the v8 runtime ScriptApp.getService().getUrl(); now generates a URL which has a different account in the output.
I load a page which has this:
I then use ScriptApp.getService().getUrl(); to generate a link to another page in my webapp
Upon clicking the link, it tries to go to this page:
(xyz being the long string of letters)
And this of course does not exist as my project is not part of this other domain.....
Any ideas of how to resolve this?!
Cheers
John