Theofanis Despoudis
Theofanis Despoudis
Faust Tries to do a health check when you run dev or prod builds. The fetch code is located here; https://github.com/wpengine/faustjs/blob/canary/packages/faustwp-cli/src/healthCheck/verifyGraphQLEndpoint.ts#L9-L43 Is there is something needed to perform successfully since...
@austintreneff Thanks for the report. Could you try to reproduce with the latest canary version instead please? ``` npm install @faustwp/core@canary ```
Hey @austintreneff . We will have to reproduce this one on our part as well. Since we don't usually test on Vercel, it might take some time. Once verified I...
Hey @austintreneff a few questions: 1. What is the site address URL? Does it have the `/blog`? 2. What is the result of this query? ``` { nodeByUri(uri: "/blog") {...
I'm asking because there might be some issues when using a `basePath`, with resolving the right SeedNode for example when visiting the front-page and also when navigating between links.
@austintreneff given that `"data": { "nodeByUri": null }` I can verify that this causes the seed query to fail since requesting data from the based path would try to resolve...
somewhat related: https://github.com/wpengine/faustjs/issues/1287
@austintreneff as a quick workaround I would suggest you use https://www.npmjs.com/package/patch-package until we provide a solution: patch the following lines: https://github.com/wpengine/faustjs/blob/canary/packages/faustwp-core/src/components/WordPressTemplate.tsx#L101-L105 ```jsx // WordPressTemplate.tsx const { basePath } = getConfig();...
@austintreneff I can verify issues when using the `basePath` and seednode resolution. However the team is working on other tickets right now. I've logged a ticket in our backlog and...
@austintreneff I will check this out tomorrow when I have time.