mozilla / bugzilla-dashboard

This is a bugzilla dashboard that helps management determine Bugzilla components triaging status

Home Page:https://bugzilla-management-dashboard.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Didn't get data after sign in through yarn start:alternativeAuth

AlokTakshak opened this issue · comments

started application using yarn start:alternativeAuth
then signed in using my google account ,shows me signed in but not getting any data, showing the attached error.

image
secretsClient.get(config.taskclusterSecrets.orgData); in getAllReportees
is returning a rejected promise.

@sylvestre if you could just help me with this sign in issue so that i can start working on some other issues
thanks

@AlokTakshak did you make progress on this?
Thanks

@sylvestre No, even if i make the changes in components ,still won't know how it looks

You should get something like:
image

for the reportees

started application using yarn start:alternativeAuth
then signed in using my google account ,shows me signed in but not getting any data, showing the attached error.

image
secretsClient.get(config.taskclusterSecrets.orgData); in getAllReportees
is returning a rejected promise.

@sylvestre still getting the same error

Sure, we haven't made any change to fix it.
Did you try with #80 ?

@sylvestre getAllFakeReportees.js doesn't exist in the repo