faustjs icon indicating copy to clipboard operation
faustjs copied to clipboard

Faust.js™ - The Headless WordPress Framework

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

### Description Hello! I have been running faust blockset command and every time my .faust folder would only contain these files: ``` ├── .faust │ ├── blocks │ │ ├──...

type: bug
good first issue
needs: reproduction

As a Faust user, I would like to be warned if I accidentally set the `NEXT_PUBLIC_WORDPRESS_URL` as the URL of my headless site. We have seen this happen times here...

feature request

# Description We should provide detailed instructions on how to debug Next.js Apps with Chrome. # Acceptance Criteria - Debugging How To Guide added in Faustjs.org - Sample vscode launch.json...

documentation
good first issue

As a part of making the toolbar GA ready, we want to address the consistent request to the `token` endpoint for determining if a user is logged in or not...

performance issue
package: @faustwp/core

Next.js default settings such as how content headers are set may not be appropriate for Faust.js. This ticket is to audit the current settings and defaults in Next.js and review...

feature request

This ticket is the first in what will be a series of tickets to review and improve our documentation on faustjs.org. Let's start with https://faustjs.org/tutorial/get-started-with-faust. Review the page, run the...

documentation

The [dev guide associated with the faustjs repo](https://github.com/wpengine/faustjs/blob/canary/DEVELOPMENT.md#faustwp-plugin) is outdated. Update the guide to reflect current tooling, updated links, and guidance.

## Environment - `faustwp` plugin version: 1.2.1 - WordPress version: 6.4.3 - Browser, OS, and other relevant software versions: Brave, Mac OS 14.0 ## Description When I rewrite permalink for...

needs reproduction

Our multiple queries support allows for define multiple queries, but we should also support defining multiple of the same query, with different variables and/or options. Currently `useFaustQuery()` accepts only one...

# Description Apollo Client Devtools is a Chrome extension for the open-source GraphQL client, Apollo Client. It is enabled by default on Dev mode so we need a small guide...

documentation