-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many redirects #76
Comments
Can the Exact webservice reach your local environment? Maybe your firewall blocks or redirects the redirect url? |
I do get to the authorisation part. So I can login, after logging in i get redirected to localhost again and get : If i then browse to the local url again I get the same error but with 'start.exactonline.nl' instead of 'localhost'. So I think that the webservice can reach my local environment. Or am I misunderstanding |
Do you have localhost in the return URL? Exact is probably trying to return you to something and then somewhere get's in a loop, perhaps if auth code is not saved properly. |
Sorry I forgot to get back to this issue, turns out I had no writing permissions set. This meant the storage.json file was not writeable. |
Hi,
I've had my application running on my live environment. This worked perfectly fine.
Now I want to do some development locally (due to several reasons i can not use my live environment for this). However, when I transfered my application to my local environment and tested it I get the following error:
start.exactonline.nl redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
Can anyone help me with figuring out what causes this? I can not find the problem.
I have of course changed the redirect urls to match with my local environment.
Kind regards
The text was updated successfully, but these errors were encountered: