You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first response (but I'm not a developer) would be that you have not created the initial startup account. Or do you mean you get this error when you first try to run the editor on 127.0.0.1:9000?
I've downloaded the latest version and after registration always I have the same problem:
Execution exception
NullPointerException occured : Try to read admin on null object models.Account (controllers.Application.initSession, line 49)
In /app/controllers/Application.java (around line 49)
45: if(account == null && tx.accounts.size() == 0) {
46: Bootstrap.index();
47: }
48:
49: if(account.admin != null && account.admin)
50: agencies = tx.agencies.values().toArray(new Agency[tx.agencies.size()]);
51: else {
52: agencies = new Agency[] { tx.agencies.get(account.agencyId) };
53: }
54:
55: renderArgs.put("agencies", agencies);
Can someone help me?
Thanks
The text was updated successfully, but these errors were encountered: