mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2068] [bug]: Unable to Create Teams #679
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#679
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shanushawanjha on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2068
Is there an existing issue for this?
Current behavior
I have deployed the Hoppscotch on my server using docker compose, as mentioned I have changed google's credentials in .env file, Created firestore database, and everything else is working fine but when to try to load teams or create a team it not working it is showing "something went wrong" message. When I checked in the console I got an error " Uncaught (in promise) FirebaseError: Missing or insufficient permissions." and also their error in the network tab while calling an API:
URL: https://api.hoppscotch.io/graphql
Request: {"query":"query MyTeams {\n myTeams {\n id\n name\n myRole\n ownersCount\n teamMembers {\n membershipID\n user {\n photoURL\n displayName\n email\n uid\n __typename\n }\n role\n __typename\n }\n __typename\n }\n}\n","operationName":"MyTeams"}
Response: {"errors":[{"message":"auth/fail","locations":[{"line":2,"column":3}],"path":["myTeams"],"extensions":{"code":"INTERNAL_SERVER_ERROR"}}],"data":null}
It is fine that separate deployment is calling this API (https://api.hoppscotch.io/graphql).
To fix the permission error I tried changing the rule still it is not working.
Can someone please help
Steps to reproduce
Environment
Deploy preview
Version
Self-hosted
@liyasthomas commented on GitHub (Jan 18, 2022):
Collaborative feature like Teams is not available for self-hosted instances of Hoppscotch yet. Follow the project on GitHub to get product updates for the upcoming self-hostable Hoppscotch instances.
@mcelotti commented on GitHub (May 1, 2022):
I have the same problem. I was wondering if it would be possible to get the code for https://api.hoppscotch.io/graphql. Thanks
@Sand33pSrinivasan commented on GitHub (Oct 21, 2022):
@liyasthomas Is the collection feature available for self-hosted hopscotch instances?
@ecke78 commented on GitHub (Nov 17, 2022):
Is there any progress on this issue. Just deployed my own instance but it was really the team feature that made this a compelling solution.