Asked by Fred Sandoval on Oct 22, 2024
Fred is encountering authentication issues with PRIVATE_APP_ACCESS_TOKEN in serverless functions when deploying to production.
Answered by Dan
Dan advises to use a .env file for local development and rely on process.env in production without including secrets in serverless.json.