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 am trying to login using this package on my project and am running into an error.
First of all, I believe the error to be with the length of the url paramaters passed back from Azure to my app. The length (I believe) is too long and results in my app freezing on the pop-up right before the login would have taken place.
I solved this issue in production by deploying my application with a web.config that contained the line
I am trying to login using this package on my project and am running into an error.
First of all, I believe the error to be with the length of the url paramaters passed back from Azure to my app. The length (I believe) is too long and results in my app freezing on the pop-up right before the login would have taken place.
I solved this issue in production by deploying my application with a
web.config
that contained the lineThe problem is, I don't know if it is possible to use a web.config with Meteor on local environment, or if there is any other way to solve this.
Thanks
The text was updated successfully, but these errors were encountered: