distributed
distributed copied to clipboard
Creating new board stuck on loading
Hello @glauberramos, I am trying to create new board but its stuck on loading

any work around for this one? thanks
I experience the same problem. In Chrome inspector I've found a conversation with firebaseio.com. The browser sends the message to create a board, and the back-end responds with three messages:
const i_msg5 = {"t":"d","d":{"r":1,"b":{"s":"ok","d":""}}};
const i_msg6 = {
"t":"d",
"d":{
"r":2,
"b":{
"s":"ok",
"d":{
"auth":{
"email_verified":false,
"provider":"password",
"email":"[email protected]",
"user_id":"111111111111111",
"token":{
"email_verified":false,
"email":"[email protected]",
"exp":1562241668,
"user_id":"111111111111111",
"iat":1562238068,
"sub":"111111111111111",
"aud":"funretro-88888",
"auth_time":1562238068,
"iss":"https://securetoken.google.com/funretro-88888",
"firebase":{
"identities":{
"email":[
"[email protected]"
]
},
"sign_in_provider":"password"
}
},
"uid":"111111111111111"
},
"expires":1562241668
}
}
}
};
const i_msg7 = {
"t":"d",
"d":{
"r":3,
"b":{
"s":"permission_denied",
"d":"Permission denied"
}
}
};
After creating a database and fixing the rules in Firebase, creating a board works. See comments in this issue