Hi!
I really love Frontity after only playing around with it for a few hours. I added some nice stuff to the Mars theme, all works well locally and with npx frontity serve. But as soon as I deploy to Vervel (with or without --prod) I get an “Internal server error”. So i started over with a 100% clean app and it works. So I added the following things and it broke again:
- Custom REST API url: https://ubierfestival.nl/wp-hike-test/wp-json;
- Added @frontity/head-tags (as a package and in my frontity.settings.js);
- added a custom field to post.js.
That’s all, but it still gives me the error on Vercel after deployment
My repo can be found here: https://github.com/sjaakbanaan/frontity-mars
And here’s the broken app: https://frontity-mars.vercel.app/
Anyone with tips? Or should I knock on Vercel’s door? Thanks!