-
Notifications
You must be signed in to change notification settings - Fork 12
Dashboard and transactions sections are blank. #50
Comments
Hello. Once you have a login, you also have to have accounts in Settings -> Accounts section. Do you have some? Please make sure that you tick 'Show on Dashboard' checkbox so an account can be displayed on Dashboard(both desktop and mobile). If everything is ok with accounts, then there might be an error with syncing transactions. I'm afraid that the only way to debug it so far is application logs. Did you deploy to Heroku? If so, you can try to reconnect your login with Also, you can check Saltedge login page to see if there is a Is your login interactive? If it's not you can try to restart your application by running |
However I skipped the section with adding scheduler because my heroku account is not verified. Do these workers relay on scheduler? Thanks, |
No, all ExMoney workers with business logic are OTP GenServer workers, so they don't need external schedulers. That worker which should be runnning with a heroku's scheduler is for waking up an app from idling. I'll try to start one of my logins from scratch and then hopefully will come up with some more ideas how to debug the issue. |
Just tried to reconnect a login(for the first time ever) and saw that on reconnect SE sends ExMoney does not expect that, I will fix callbacks. |
I also noticed that |
Yeah, that's a problem: I don't know how to handle Probably I need to merge I just updated I've added a field |
When you create a customer, you get his identifier in synchronous response, so you can just store that value somewhere. Or you can obtain it later calling |
Yeah, that's correct, I meant that according to ExMoney's workflow, a user should first create an account(a As you can see in this workflow there is no point where ExMoney could sync a customer from SE since customer on SE side and a user on ExMoney side are created at different times. |
I mean that you don't have to force the user to visit his SE profile to obtain the customer id. You can just add a button like P.S. |
It's more than clear to me that ExMoney should have an ability to visualize a process of adding/refreshing a login. I'll try to implement such feature during this weekend and will come to you. |
If you need any additional information about SE integration or some tips about app workflows you can reach me directly via [email protected] ;) |
Oh great, thank you! |
I just merged my pull-request so now if you go to The change is on master and heroku branches, after deployment you will need to run |
I'm confused... Which branch should I deploy? Last time I deployed heroku branch, last few days I run master branch on heroku. Is there any reason to keep the heroku branch? |
If you're deploying to Heroku you should use a
All these changes are not needed if you're deploying to VPS, that's why I have to have two branches: one for VPS, one for Heroku. |
I have one successfully connected login to SaltEdge, it is shown in logins section, but there is nothing on the dashboard.
Any ideas how can I debug this?
Thanks,
Ivan
The text was updated successfully, but these errors were encountered: