Open jserrao opened 2 months ago
The solution is to reengineer your integration with the googleapis
library and do the work directly. It's not that much more work but it's another thing you have to handle. I can write up my solution if anybody wants it, just let me know.
If you implement everything correctly, builds will fail because this plugin is doing its credential work on the older open-ssl v2 standards. Gatsby 5.x requires node v18, which has open-ssl v3. I tried a number of different ways to get this to work but the credential issue was persistent.
Bug looks like this on build (both locally and up on Vercel for me):