Your user should have one of the following roles on Barong:
'admin', 'superadmin', 'accountant', 'compliance', 'support', 'technical'
.
Check if authUrl
set properly in env.js
file, in opendax setup it is located under config/frontend/tower.js
.
Check Barong Permissions cache:
Rails.cache.read('permissions')
If it is wrong/empty, update it:
Rails.cache.delete('permissions')
If it is still empty, reseed it.
Check if you built project with correct BUILD_DOMAIN set.
Check that all fileds set in env.js
, in opendax setup it is located under config/frontend/tower.js
.
Check if you use compatible backend versions. (peatio, ranger, barong, applogic, finex
).
Check peatioUrl
and applogicUrl
in env.js
.
Check if your backend versions are compatible with project version.