ecency / ecency-mobile

Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
https://ecency.com
MIT License
232 stars 69 forks source link

HiveSigner login failing #1914

Open noumantahir opened 3 years ago

noumantahir commented 3 years ago

Describe the bug Login fails if logging in with HiveSigner

Screenshot 2021-04-12 at 3 56 12 PM Screenshot 2021-04-12 at 3 52 32 PM

Update: Working well in release mode

noumantahir commented 3 years ago

@feruzm

/auth-api/hs-token-refresh fails with 404

export const getSCAccessToken = (code) => new Promise((resolve, reject) => { ecencyApi .post('/auth-api/hs-token-refresh', { code, }) .then((resp) => resolve(resp.data)) .catch((e) => { bugsnag.notify(e); reject(e); }); });

Screenshot 2021-04-12 at 3 59 22 PM

noumantahir commented 3 years ago

@feruzm any api reference for auth-api from ecency?

feruzm commented 3 years ago

providing info in discord