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 We need to create an Apollo Link package designed to monitor and log failed GraphQL queries to the standard error stream. This enhancement aims to improve observability and...

On thing we're seeing reported quite frequently in production is sub-optimal PageSpeed scores with Faust.js. This ticket is to review and ticket ways we can improve our pagespeed scores via...

documentation
feature request
needs reproduction
performance issue

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Tasks - [x] I have signed a [Contributor License Agreement (CLA)](https://github.com/wpengine/faustjs#contributor-license-agreement) with WP Engine. - [x] If a code change, I have written testing instructions that the whole team...

### Description When logging out of the toolbar from a preview route, it logs the user out, then automatically logs them back in. ### Steps to reproduce 1. Clone the...

bug

Similar to [taking the plugin system out of experimental](https://github.com/wpengine/faustjs/issues/1793#issue-2125386352), let's take the toolbar out of experimental as well. We should still support the `experimentalToolbar` property in the config, but if...

From the toolbar perspective, you can only authenticate via "previewing" a post. Let's add to the docs how to create a frontend login page to facilitate login and easier access...

documentation

## Environment - `@faustwp/core` version: N/A - `@faustwp/cli` version: N/A - `@faustwp/blocks` version: - `@faustwp/block-editor-utils` version: - WordPress version: N/A - Browser, OS, and other relevant software versions: ## Description...

This is related to #1722 We need to more adequately ensure that 401 calls originating from previews or the toolbar can not hurt site performance on a production site without...

performance issue
testing

We have proven that our plugin system and model works, so let's take the `experimental` off of the `experimentalPlugins` flag in the `faust.config.js` and just use `plugins`. We should also...