Open DavidTNguyen opened 3 years ago
This google Sheet is published and verified working correctly on the Windows version. It's just a copy of the sample docs shared by the author. But on MacOSX it failed to refresh, is there a way to find out what caused the error.
The only workaround I found so far is to run this command in the Developer Tool Console process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"
This google Sheet is published and verified working correctly on the Windows version. It's just a copy of the sample docs shared by the author. But on MacOSX it failed to refresh, is there a way to find out what caused the error.