wagtail / areweheadlessyet

Are we headless yet?
https://areweheadlessyet.wagtail.org
MIT License
19 stars 4 forks source link

Fetching and rendering of AreWeHeadlessYetHomePage #3

Closed Tijani-Dia closed 2 years ago

Tijani-Dia commented 2 years ago

The goal of this PR is to fetch the AreWeHeadlessYet Homepage and render it.

I have added configuration files for staging and production instance of wagtail.org. However the work done on wagtail.org hasn't been merged yet and is only available on staging so we can't make queries to wagtail.org yet. This is what makes the CI jobs fail.

I changed the production environment variables file to point to the staging instance but it's missing some env. variables (AUTH_USER and AUTH_PASSWORD) - I have added those in Vercel that's why the Vercel job succeeds.