Stuck forever [UPDATE:] Google signin disabled for app
See original GitHub issue 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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@daliborgogic should be able to help for Nuxt.
Hi @daliborgogic, Am I doing something wrong with my configuration?