After upgrading from Pro 2.6.1 to 2.7, Notebooks can no longer connect to our IWA-enabled portal.
Previously, this line would be simple enough to connect.
gis = GIS('https://portalurl.com/portal')
Now, the same line returns an error
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I can still connect in Jupyter using v1.6.0 of the API, but now I'm worried if I upgrade to a newer version I'll hit the same issue. Is anyone aware of updates to the API that I might have to account for?