rethinkdb / horizon-docs

Other
24 stars 36 forks source link

horizon js can not access rethinkdb in port 28025 without --dev flag . Error : action not permitted . #123

Open nabaragpaul opened 7 years ago

nabaragpaul commented 7 years ago

i have configured horizon JS and it works perfectly with --dev flag.

But When i created certificate and run the project without --dev flag it cannot access the rethink db . i have set schema.toml perfectly . It seems in hz_groups table there is only admin entry. Not default and authenticated user entry are there . every time i want to access the db it says action not permitted in browser console. how to overcome this issue ?