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
If I only specify a path property and not the callbackUrl, I would expect the protocol to fallback to whatever is used in the request, not https.
For example, when I have my server running on http://localhost:4000 and I specify only the property 'path' to be /callback, I would expect the callbackUrl to be http://localhost:4000/callback, currently it will be https://localhost:4000/callback.
The text was updated successfully, but these errors were encountered:
If I only specify a path property and not the callbackUrl, I would expect the protocol to fallback to whatever is used in the request, not https.
For example, when I have my server running on
http://localhost:4000
and I specify only the property 'path' to be/callback
, I would expect the callbackUrl to behttp://localhost:4000/callback
, currently it will behttps://localhost:4000/callback
.The text was updated successfully, but these errors were encountered: