You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering would it be possible to overwrite totally the value of state queryparameter in the final URL?
Because of several reasons I'm not able to pass a simple string value, which would be required for the given API, what I want to use.
But in this case, when I set string or null value for someCustomValue I get the following errors:
TypeError: Cannot create property 'oauth' on string 'I am a string'
TypeError: Cannot set property 'oauth' of null
hello.js line: 365:
// Add the oauth endpoints
p.qs.state.oauth = provider.oauth;
Hi there,
I'm wondering would it be possible to overwrite totally the value of state queryparameter in the final URL?
Because of several reasons I'm not able to pass a simple string value, which would be required for the given API, what I want to use.
I'm able to do such a thing:
But in this case, when I set string or null value for
someCustomValue
I get the following errors:TypeError: Cannot create property 'oauth' on string 'I am a string'
TypeError: Cannot set property 'oauth' of null
hello.js line: 365:
Version: 2.0.0-4
In summary, my current URL looks like this:
And I'd like to look like this:
Thanks in advance,
Bence
The text was updated successfully, but these errors were encountered: