RealDevSquad / RealDevSquad/website-backend
Visiting dashboard.realdevsquad.com/taskEvents/ leads to Something went wrong
Open
@manish591 is already working on this.
Since Feb 27, 2023.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Issue
On visiting https://dashboard.realdevsquad.com/taskEvents/ It is showing something went wrong.
Description
API that fails with 503: https://api.realdevsquad.com/logs/task
Response: {
"statusCode": 503,
"error": "Service Unavailable",
"message": "Something went wrong please contact admin"
}
Visual Reference
This message is showing on visiting https://dashboard.realdevsquad.com/taskEvents/

Solution
Vinayak found that creating these indexes on firebase will fix the issue. Issue mention below
#944
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.