solid / solidproject.org

Website for solidproject.org
https://solidproject.org
MIT License
143 stars 101 forks source link

Netlify build not working #894

Open michielbdejong opened 1 month ago

michielbdejong commented 1 month ago

I think we need the Netlify build to work in #891 in order for https://solidproject-org-staging.liquiddata.dev/TR/protocol to be visible. It's currently reporting an error.

https://github.com/solid/solidproject.org/blob/2023-redesign/_redirects is present but it's not being picked up, apparently.

This is a blocker for the redesign launch.

michielbdejong commented 1 month ago

Maybe #884 can give us some insight into this, or maybe we can debug https://app.netlify.com/sites/solidproject-dot-org/deploys/66502f38f28cdb0008d2d0b2 somehow

michielbdejong commented 1 month ago

Ah, it seems Netlify is trying to run jekyll build and that fails. I don't have access to log in to app.netlify.com and I can't find where this is configured inside the repo.

michielbdejong commented 1 month ago

I think the easy way would be to add an empty jekyll build config to the repo If that fails we can try to access the config at Netlify, see https://github.com/solid/team/blob/main/assets.md#infrastructure

michielbdejong commented 1 month ago

I'm trying out Netlify on my own account now. Its default command seems to be bundle exec jekyll build

michielbdejong commented 1 month ago

Ah that worked! https://musical-sawine-26ffa9.netlify.app/TR Pushing that to the #891 branch now. There is a bundler version error there that I didn't see on my own Netlify app. Will close this issue when the build of #891 succeeds.