We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing site to deploy via CloudFlare Pages, does not read the SNAP_ORIGIN env from shell variables as per https://support.gatsbyjs.com/hc/en-us/articles/17278095696404-Environment-Variables-Specific-to-Gatsby-Cloud.
site
SNAP_ORIGIN
Tested locally with SNAP_ORIGIN=npm:testsnap yarn workspace site build --no-uglify and keeping getting the localhost:8080 for the Connection request.
SNAP_ORIGIN=npm:testsnap yarn workspace site build --no-uglify
localhost:8080
Connection request
Is this expected behaviour or am I missing something (quite possible) ... Hoping it's an oversight.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Testing
site
to deploy via CloudFlare Pages, does not read theSNAP_ORIGIN
env from shell variables as per https://support.gatsbyjs.com/hc/en-us/articles/17278095696404-Environment-Variables-Specific-to-Gatsby-Cloud.Tested locally with
SNAP_ORIGIN=npm:testsnap yarn workspace site build --no-uglify
and keeping getting thelocalhost:8080
for theConnection request
.Is this expected behaviour or am I missing something (quite possible) ... Hoping it's an oversight.
The text was updated successfully, but these errors were encountered: