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

In my project I need the data structured in a particular way which is currently not achievable by client.useQuery() . I was thinking, if I had a way to write...

question / support

Faust App fails to build when locally and when pushing up to vercel. `Type '{}' is missing the following properties from type '{ __CLIENT_CACHE_PROP: string; __AUTH_CLIENT_CACHE_PROP: string; }': [CLIENT_CACHE_PROP], [AUTH_CLIENT_CACHE_PROP]`...

## Applicable Versions - `@faustjs/core` version: 0.15.7 - `@faustjs/react` version: 0.15.7 - `@faustjs/next` version: 0.15.8 - WordPress version: 6.0.2 ## Steps To Reproduce 1. Use quickstart guide https://faustjs.org/docs/next/getting-started#on-macos-linux-or-wsl-bash 2. Setup...

needs reproduction
awaiting response

## Applicable Versions - `@faustjs/core` version: current github version (2022-09-13) ## Steps To Reproduce 1. Use fechAccessToken() from faustjs core, by passing useLogin(). We use a custom loginMutation function. 2....

bug
needs reproduction

### Broken og:image Link I just shared a link to faustjs.org on Twitter and the image didn't pull through: According to [this blog post](https://veonr.com/blog/relative-vs-absolute-og-image-video-urls), relative URLs don't work for Open...

bug
documentation
has jira

### Discussed in https://github.com/wpengine/faustjs/discussions/979 Originally posted by **seeReadCode** August 22, 2022 My cms domain is redirecting `/wp-activate.php?key=ACTIVATION_KEY` requests to the headless domain which generates a 404. This url comes in...

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

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

## 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...

Needs CLA

### Description When a template component doesn't have a `query` property, the SSR for that page simply doesn't work. It looks like a bug to me because it doesn't make...

bug