Unable to login into Google Account
Open
Nobody has claimed this yet.
pending-triage
- Dominant language
- TypeScript
- Stars
- 10.5k
- Forks
- 564
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Hi, I unable to login into my Google Account in Chrome Browser launched by WXT.
Reproduction
Just run npm run dev and try to login into your Google Account.
Steps to reproduce
My wxt.config.ts
webExt: {
chromiumProfile: process.platform === 'win32' ? resolve('.wxt/chrome-data') : './.wxt/chrome-data',
keepProfileChanges: true,
chromiumArgs: ['--lang=en'],
},
System Info
System:
OS: Windows 11 10.0.26100
CPU: (20) x64 13th Gen Intel(R) Core(TM) i5-13600KF
Memory: 20.38 GB / 31.84 GB
Binaries:
Node: 24.7.0 - C:\Program Files\nodejs\node.EXE
npm: 11.6.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Chromium (140.0.3485.54)
npmPackages:
vite: ^7.1.5 => 7.1.5
wxt: ^0.20.11 => 0.20.11
Used Package Manager
npm
Validations
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
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.
Research direction
Start with the reported wxt.config.ts settings and reproduce the problem with npm run dev using the listed Chromium profile and arguments. Investigate why Google Account login fails in the launched browser; done means the account can log in successfully under the reported Windows setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100