mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #2141] Can't login via google, not any other way. #725
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#725
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 @morfin on GitHub (Mar 1, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2141
hoppscotch-app@2.2.1
Using node v14.15.5
Mac High Sierra 10.13.6
Hi,
Running hoppscotch with
pnpm run devruns just fine but, I can't login with Google nor any other method. It throws this error:FirebaseError: Firebase: Error (auth/invalid-api-key). FirebaseError webpack-internal:///../../node_modules/.pnpm/@firebase+util@1.4.3/node_modules/@firebase/util/dist/index.esm2017.js:850 create webpack-internal:///../../node_modules/.pnpm/@firebase+util@1.4.3/node_modules/@firebase/util/dist/index.esm2017.js:878 createErrorInternal webpack-internal:///../../node_modules/.pnpm/@firebase+auth@0.19.9_@firebase+app@0.7.17/node_modules/@firebase/auth/dist/esm2017/index-585b6059.js:581 _assert webpack-internal:///../../node_modules/.pnpm/@firebase+auth@0.19.9_@firebase+app@0.7.17/node_modules/@firebase/auth/dist/esm2017/index-585b6059.js:585 registerAuth webpack-internal:///../../node_modules/.pnpm/@firebase+auth@0.19.9_@firebase+app@0.7.17/node_modules/@firebase/auth/dist/esm2017/index-585b6059.js:9350 registerAuth webpack-internal:///../../node_modules/.pnpm/@firebase+auth@0.19.9_@firebase+app@0.7.17/node_modules/@firebase/auth/dist/esm2017/index-585b6059.js:9367 getOrInitializeService webpack-internal:///../../node_modules/.pnpm/@firebase+component@0.5.10/node_modules/@firebase/component/dist/esm/index.esm2017.js:295 initialize webpack-internal:///../../node_modules/.pnpm/@firebase+component@0.5.10/node_modules/@firebase/component/dist/esm/index.esm2017.js:239 initializeAuth webpack-internal:///../../node_modules/.pnpm/@firebase+auth@0.19.9_@firebase+app@0.7.17/node_modules/@firebase/auth/dist/esm2017/index-585b6059.js:699 getAuth webpack-internal:///../../node_modules/.pnpm/@firebase+auth@0.19.9_@firebase+app@0.7.17/node_modules/@firebase/auth/dist/esm2017/index-585b6059.js:9420@liyasthomas commented on GitHub (Mar 1, 2022):
Make sure you've followed the development guidelines in readme.
You need to rename
.env.examplefile found in packages/hoppscotch-app to.envAnd restart the local server.
Closing this issue, kindly re-open if the issue still persists.