Theofanis Despoudis
Theofanis Despoudis
https://faustjsorg.wpengine.com/wp-admin/post.php?post=1003&action=edit
> I think it should be rare for folks to have a misspelling or an entirely incorrect NEXT_PUBLIC_WORDPRESS_URL, but if they do, this warning might be confusing. Actually, if you...
> Validation Failed: Your Faust front-end site URL value is misconfigured. It should not match the `NEXT_PUBLIC_WORDPRESS_URL` I don't think this is reasonable enough since the user might setup a...
> FAUST_SECRET_KEY FAUST_SECRET_KEY is required to perform the validation. I will skip the test if this is not provided since it will fail the previews anyway.
@rrmesquita I tried to reproduce your example but it seems that everything works as expected **Production build with no Component.query** **Production build with Component.query** **Production build with Component.queries** is there...
@rrmesquita TBH the bug is not obvious inside the `getWordPressProps` since we are returning data in the props as expected. On the other hand, I would look into the FaustProvider...
cc @blakewilson
Research document in WIKI https://github.com/wpengine/faustjs/wiki/Research-%E2%80%90-Investigate-possible-extensions-for-enhancing-the-debugging-capabilities-of-Faust https://docs.google.com/document/d/1ejkuy59CTFPg-9RfrEY4GdP3lmzfgIWJTlglp8Jj1W8/edit#heading=h.a6xfb8u51nt4
Hey @helmutgranda. For custom authentication you will have to configure the Apollo client to pass the `Authorization: Basic` credentials header. You can do this by creating Faust Plugin for the...
Hey @helmutgranda. Were you able to resolve your issues with auth?