-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
BigTest has a proxy error with gatsby #957
Comments
As you can see, the app server inside bigtest itself will just keep looping until it receives a https://github.com/thefrontside/bigtest/blob/effection-v2/packages/server/src/app-server.ts#L36-L56 You can increase the amount of time that it will wait from the If netlify is returning
|
Ah yea, that makes sense. I was looking at the CLI options too and didn't think to look into that. I guess I assumed it was just waiting until it started. Notes for checking if this is the issue / documenting it:
|
It appears that Gatsby (run through
netlify dev
) starts up slowly enough and maybe doesn't provide the correct signals that it is ready, and BigTest times out the connection with a proxy error. See this clip from stream.The text was updated successfully, but these errors were encountered: