I installed Radicle, Trellis, and Bedrock without issue. I visited my development site with the Radicle theme installed and the site responded; development frontend and backend are operable.
I then installed Sage, updated base
path in vite.config.js
as follows base: /public/content/themes/newsite/public/build/
. I made sure to run npm install
from the theme directory to install dependencies, Then run npm run build
to compile assets. I then activated the Sage theme in Wordpress, refreshed the frontend and received the following error:
This page isn’t working
newsite.test is currently unable to handle this request.
HTTP ERROR 500
I’m leaning toward a configuration setting or path definition discrepancy, and I haven’t found it as of yet. Any assitance is greatly appreciated.