diff --git a/packages/hoppscotch-common/src/helpers/fb/collections.ts b/packages/hoppscotch-common/src/helpers/fb/collections.ts index 09db5fdf3..8f8cff180 100644 --- a/packages/hoppscotch-common/src/helpers/fb/collections.ts +++ b/packages/hoppscotch-common/src/helpers/fb/collections.ts @@ -84,6 +84,8 @@ export function initCollections() { }) const gqlCollSub = graphqlCollections$.subscribe((collections) => { + const currentUser = platform.auth.getCurrentUser() + if ( loadedGraphqlCollections && currentUser &&