question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stuck forever [UPDATE:] Google signin disabled for app

See original GitHub issue

2020-08-28

 extend(config, ctx) {
      if (ctx.isDev) {
        config.devtool = ctx.isClient ? 'source-map' : 'inline-source-map'
      }

      if (ctx.isClient) {
        let guessOptions = {}
        var GA = '--masked--view--id--'
        if (GA) guessOptions.GA = GA
        else
          guessOptions.reportProvider = () =>
            Promise.resolve(JSON.parse(readFileSync('./routes.json')))

        config.plugins.push(new GuessPlugin(guessOptions))
      }
    },

Nuxt: v2.13.1 Guess webpack: 0.4.19

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mgechevcommented, Sep 2, 2020

@daliborgogic should be able to help for Nuxt.

0reactions
anandsiddharthcommented, Sep 3, 2020

Hi @daliborgogic, Am I doing something wrong with my configuration?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stuck loading when signing into apps with jy google account
In a webbrowser login to your gmail account and go to gmail settings. Go to the "accounts and import" tab and find the...
Read more >
Unable to login to Google only in iOS Safari - Apple Discussions
The page gets stuck when it starts loading. What I tried to solve this: Clear all website data and history. Clear all cookies....
Read more >
Troubleshooting the Epic Games Launcher
Disable fullscreen optimization; Clear the Epic Games Launcher's webcache; Run the Epic Games Launcher as an administrator; Update graphics card drivers ...
Read more >
Troubleshooting Google Play Store login issues and errors on ...
3. Please use an Antivirus program to remove any malware/adware/spyware from your PC. They could be causing issues with Google login, by ...
Read more >
iPhone iOS 16 Update Stuck? Here's The Real Fix - Tenorshare
This article includes 4 best ways to fix iPhone update stuck. ... First, you need to update the iTunes app on your computer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found