-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth Issue During Build #19
Comments
It's likely that we're hitting this issue guess-js/guess#67. Which Gatsby Guess.js plugin did you try? Also, keep in mind this issue gatsbyjs/gatsby#9572. |
Using |
Then you should provide JWT for authentication. This is not well documented yet, unfortunately. I believe the Gatsby plugin will let you set this property. Here is how you can get the token http://2ality.com/2015/10/google-analytics-api.html. |
I'm having a similar issue - I am using the JWT option, which builds fine locally. But when I add the private key to Netlify, the build fails - Managed to solve this by base64 encoding the key, then decoding in JS at build time. |
@mgechev I've created a PR to add this to the documentation: gatsbyjs/gatsby#15969 Are there any examples we can add to the documentation for the JWT generation instead of the link you've referenced to |
I added
gatsby-guess-js
and during development build it asked for permission and authorized it through my google account. The problem is that during build step it get's stuck at the last step. I am also getting this warning. Ran into the same issue while deploying to netlify.Stuck Here.
Building production JavaScript and CSS bundles
(node:42954) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead
The text was updated successfully, but these errors were encountered: