faustjs
faustjs copied to clipboard
Faust.js™ - The Headless WordPress Framework
Currently when running `npm run build` without a `FAUST_SECRET_KEY` in my .env file, I get the following output: ```bash > faust build warn - Could not find FAUST_SECRET_KEY environment variable....
### Description As a user I want to be able to use the onLogin function to properly log in and see the my-account page using the `@faustwp/experimental-app-router` package. The implementation...
## 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...
### Description While working on a custom block and trying to use RadioControl and/or CheckboxControl fields, I am facing an ApolloError: Internal server error on the frontend. I have followed...
Unsure if this is a feature request or a bug - I see that some parts of the `create-next-app` CLI are working as I'd expect: ``` --use-npm --use-yarn -e --example-path...
### Description I'm not sure if this is an error from Faustjs or from my WordPress, however I couldn't find any problem from WordPress so I'm posting it here because...
### Description When I try to reach the frontpage preview, I got my default page template, without data in props. Other page and single works fine. ### Steps to reproduce...
## 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...
Providing a clear security policy ensures that the community will know how to report a vulnerability should they find one, which also signals trust in our codebase and standards. https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository
Is it possible to use the App Router with Blocks? I have tried but so far it has not worked well for me