Open olivierobert opened 1 year ago
Upon setting up the application, when running the application, it fails with the following error:
STR:
git clone the codebase
bundle install
yarn install
rails db:setup
rails s
The application should boot normally. I resolve this issue by moving up the directory images .
images
Warning This issue should have been caught by you before submitting the code challenge 🙈
Issue
Upon setting up the application, when running the application, it fails with the following error:
STR:
git clone the codebase
bundle install
yarn install
rails db:setup
rails s
Expected
The application should boot normally. I resolve this issue by moving up the directory
images
.