-
Notifications
You must be signed in to change notification settings - Fork 21
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
Hydration Issues After Build #5
Comments
@OGoodness - After looking for potential causes of the errors I believe the culprit was the use of the Thanks! |
Doesn't seem to resolve this for me.
Dockerfile
docker-compose.yml version: "2"
services:
web:
build: . # Path to dockerfile
ports:
- "2233:80"
- "2234:443" Using your repo directly, so everything else should be the same |
@based-ghost I'm not very familiar with this form of SSR, do these errors even matter from a performance or SEO standpoint? |
…s related requests from executing during static html generation
@OGoodness - sorry, forgot to push an update for this issue (after which I'm not recieving any errors). I looked through "reactSnap": {
"skipThirdPartyRequests": true
} This does directly impact the static HTML that is generated during the prerender step and, therefore, has all the potential to impact SEO. During the build process you may notice the following error logged (per route): Also, I think my first comment/fix can be ignored as that issue should be unique to SSR - not SSG. |
Thank you! Sorry for the debug request, not as familiar with the different intricacies of UI rendering and it's effect on SEO or response time. I'll test this out when I can! |
Corresponding Error Codes:
Not too familiar with hydration, is this worth addressing?
Will it affect SEO or performance?
The text was updated successfully, but these errors were encountered: