OGKevin / ComBunqWebApp

A Bunq web interface made by bunqers
https://bunqweb.com
MIT License
26 stars 3 forks source link

Don't load accounts and payments when start session is not succesfull #60

Closed basst85 closed 7 years ago

basst85 commented 7 years ago

Now we are trying to get the accounts and payments even when 'start session' was not successful

OGKevin commented 7 years ago

This is related to #59, once I've move this feature to back-end i can stop the automation if start session has failed.

OGKevin commented 7 years ago

In commit 650553e I've made it so that only 1 ajax call will be made and the server will return 1 big response. However im trying too reproduce a failed start session attempt but i cant figure it out how to reproduce this.

Could you explain to me how you managed to fail to start a session attempt ?

basst85 commented 7 years ago

That's simple, just use a sandbox API key in production :wink:

OGKevin commented 7 years ago

🤦‍♂️ right ill get right on it 😜

OGKevin commented 7 years ago

This has been fixed in ea1a910 it is also live on https://beta-combunqweb.herokuapp.com

Could you try it out and close the issue if its 👍