Hey gang.
Using Gatsby, I configured netlify-plugin-env
in the netlify.toml file and configured branch-prefixed environment variables in the Netlify admin. The subdomain build fails when deploying to staging branch, but works locally.
[[plugins]]
package = 'netlify-plugin-env'
[plugins.inputs]
mode = 'prefix'
Example variable configured: STAGING_CONTENTFUL_ACCESS_TOKEN
Is this a beta issue with the plugin or am I configuring something wrong?
Thanks