Open RamRamez opened 3 years ago
In trace.giveth.io it's ok, but when I use master branch with develop backend, I get same error. It seems it's related to backend. @mohammadranjbarz Can you check it?
Always getting this error on develop, but it's ok on trace.giveth.io
This issue is also a blocker for issue #2544
@RamRamez Are you getting this error now? I can't reproduce it
@mohammadranjbarz Yes I'm still getting it. My profile token is DAI and convertMultipleRates doesn't give current balance value of Trace in DAI
@mohammadranjbarz Yes I'm still getting it. My profile token is DAI and convertMultipleRates doesn't give current balance value of Trace in DAI
@RamRamez Ok Gotcha, the DAI is not in token whitelist in develop , so you get error, in develop environment you should not allow user to select DAI
user can select XDAI
please see our token whitelist in develop
https://feathers.develop.giveth.io/whitelist
but it's not good that we don't return the appropriate error message on the backend
@mohammadranjbarz Yes I'm still getting it. My profile token is DAI and convertMultipleRates doesn't give current balance value of Trace in DAI
@RamRamez Ok Gotcha, the DAI is not in token whitelist in develop , so you get error, in develop environment you should not allow user to select
DAI
user can selectXDAI
please see our token whitelist in develop https://feathers.develop.giveth.io/whitelistbut it's not good that we don't return the appropriate error message on the backend
@RamRamez Sorry my mistake., I think it's a bug in the backend, I should have return results for native currency list
Always getting this error on develop, but it's ok on trace.giveth.io