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