google recaptcha and gmail login cannot both work at the same time.

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
userpn
Newbie
Newbie
Posts: 3
Joined: 2025-04-15, 07:22

google recaptcha and gmail login cannot both work at the same time.

Unread post by userpn » 2025-04-30, 07:20

Please always mention the name/domain of the website in question in your topic title.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:

1) Clear any current output
2) Navigate or refresh the page in question
3) Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.

google recaptcha https://google.com/recaptcha/api2/demo only works when
general.useragent.override.google.com is set to Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0
but gmail login says insecure or unsupported browser.

not setting this to anything general.useragent.override.google.com makes gmail login work normally but google captcha says unsupported browser.

qualcomm.com website also appears completely blank.

Code: Select all

**PASTE CONSOLE OUTPUT HERE**
"Warning: fragment with name hardwareDocs already exists.
graphql-tag enforces all fragment names across your application to be unique; read more about
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"  
clientlib-react.lc-2a16463ebead20da76bc2c750aa16c56-lc.min.js:8870:1102551
"Warning: fragment with name interceptorResourceFields already exists.
graphql-tag enforces all fragment names across your application to be unique; read more about
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names" 
clientlib-react.lc-2a16463ebead20da76bc2c750aa16c56-lc.min.js:8870:1102551
"Warning: fragment with name interceptorResultPanes already exists.
graphql-tag enforces all fragment names across your application to be unique; read more about
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"  
clientlib-react.lc-2a16463ebead20da76bc2c750aa16c56-lc.min.js:8870:1102551
"Warning: fragment with name interceptorComputedResourceFields already exists.
graphql-tag enforces all fragment names across your application to be unique; read more about
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"  
clientlib-react.lc-2a16463ebead20da76bc2c750aa16c56-lc.min.js:8870:1102551
"Warning: fragment with name thirdPartyInterceptorResultPanes already exists.
graphql-tag enforces all fragment names across your application to be unique; read more about
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"  
clientlib-react.lc-2a16463ebead20da76bc2c750aa16c56-lc.min.js:8870:1102551
"Warning: fragment with name interceptorResultPaneInitialFilters already exists.
graphql-tag enforces all fragment names across your application to be unique; read more about
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"  
clientlib-react.lc-2a16463ebead20da76bc2c750aa16c56-lc.min.js:8870:1102551
TypeError: Intl.supportedValuesOf is not a function[Learn More]

Kris_88
Board Warrior
Board Warrior
Posts: 1101
Joined: 2021-01-26, 11:18

Re: google recaptcha and gmail login cannot both work at the same time.

Unread post by Kris_88 » 2025-04-30, 08:06

This requires the Intl.supportedValuesOf() function. The page ( https://www.qualcomm.com/ ) calls it with the 'currency' parameter.