faustjs icon indicating copy to clipboard operation
faustjs copied to clipboard

Faust.js™ - The Headless WordPress Framework

Results 132 faustjs issues
Sort by recently updated
recently updated
newest added

## Description This ticket focuses on building out a placeholder site to house AXL/FaustNX documentation that will eventually be deployed in tandem with [faustjs.org](http://faustjs.org/). The placeholder currently contains an approximation...

Hi, My project has many pages and posts - most of them are "custom-type" posts. In Faust.js documentation, you showed an example of how to pull the "first five pages"...

feature request
good first issue

## Description This PR adds an example of how we can support Next.js file based pages in faustNX. It introduces two familiar helper functions: * `getNextStaticProps`: Used within the `getStaticProps`...

## Description ## Related Issue(s): ## Testing ## Screenshots ## Documentation Changes ## Dependent PRs

Next.js application, we have created all pages as a static generation. Whenever I am navigating to the page (Ex: Blogs) I am able to see the content without any problems....

needs triage

[contentNode](https://github.com/wpengine/faustjs/blob/c74ce4f80f933ab73ffed43697d32e35d0b40311/packages/next/src/gqty/hooks/usePreviewNode.ts#L57)'s [acf fields](https://github.com/wp-graphql/wp-graphql-acf) returns null on preview, although on regular post page returns values. ## Applicable Versions - `@faustjs/core` version: 0.15.6 - `@faustjs/next` version: 0.15.6 - WordPress version: 5.9.3

bug
needs reproduction

## Applicable Versions - `@faustjs/core` version: - `@faustjs/react` version: - `@faustjs/next` version: - WordPress version: ## Steps To Reproduce Link to code example: https://newfaust.vercel.app ## The current behavior ## The...

needs reproduction

The recently released Next version 12.2.0 introduces several changes, including stable middleware. Among other things, the middleware limited possibility of returning a response body, which we need for processed sitemap....

has jira

## Description These changes add opt-in anonymous usage tracking to Faust via CLI at build time. ## Related Issue(s): ## Testing ## Screenshots ## Documentation Changes ## Dependant PRs

Signed-off-by: Joe Fusco ## Description These changes should prevent the project's GitHub workflows from running against markdown files.