OGKevin / ComBunqWebApp

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

Issue: No results on transactions #114

Open Axuled opened 7 years ago

Axuled commented 7 years ago

I get no results whenever I try to look at the transactions that have been made. Tested in both Chrome & Edge, both no results. It does show the loading animation and that's about it.

OGKevin commented 7 years ago

hi,

I don't have my personal MacBook atm with my private API key so i cant test the production domain, however I'm not able to reproduce this on https://develop.bunqweb.com/ which   is on the same branch as https://bunqweb.com/ only with sandbox enabled.

Do you have access to a sandbox API key, if not i can provide you with one. I would appreciate if you could go on https://develop.bunqweb.com/ and try and reproduce this for me and explain your steps.

Axuled commented 7 years ago

I only have access to the API key I use on the production domain.

Everything besides the transactions seems to work. I login with the needed credentials and I do see my user info, profile picture, balance and bank accounts. Whenver I click on 'Transactions' I get the loading animation for 2 seconds and then no result.

OGKevin commented 7 years ago

Hmm well yea, this I cant reproduce on the develop domain. Ill try my best to try on the production domain with my private key tonight.

Kinda weird that the same branch is behaving differently with a few different settings 🤔 .

If I cant spot the issue quickly ill revert production to https://github.com/OGKevin/ComBunqWebApp/releases/tag/v0.7.0

OGKevin commented 7 years ago

Ive seen the issue, but could not find out what is causing it exactly. Ran in another issue while trying to debug. A quick fix was to run with DEBUG=True for now until i resolve the issue.

Could you confirm that this quick fix is working for you as well ?

Ill try my best to fix it this weekend.

Axuled commented 7 years ago

Hey Kevin, sorry for the late reply. I'm not sure if you've changed something, but it works again. :)