Error: error:1E08010C:DECODER routines::unsupported #661
Replies: 1 comment 1 reply
-
ah! whoops - that note is outdated. The part about replacing newlines is the relevant bit. Follow the rest of the docs and you should be ok. I'll fix it soon - cheers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating this issue regarding the documentation at https://theoephraim.github.io/node-google-spreadsheet/#/guides/authentication?id=service-account specifically in the authentication section (service account). There's a note for users on Heroku or similar platforms, and in my case, I'm using Next.js.
The documentation suggests using the following function:
However, when attempting to use this function, it reports that it doesn't exist. Can you please provide guidance on the alternative approach to achieve the same outcome?
Edit:
if I remove it I am getting this error
This is the code i currently have
Beta Was this translation helpful? Give feedback.
All reactions