Deployment error advice

I need advice to debug deploy Netlify App

hey angelo, are you using submodules for this project? seems like our robots are thinking you are and that the module can’t be found:

2:27:05 PM: Error checking out submodules: fatal: No url found for submodule path 'simplefolio' in .gitmodules
2:27:05 PM: Failing build: Failed to prepare repo
2:27:05 PM: Failed during stage 'preparing repo': Error checking out submodules: fatal: No url found for submodule path 'simplefolio' in .gitmodules
: exit status 128

If you do have a submodule called simplefolio, you might want to check that case sensitivity isn’t causing issues:

I found out the problem in the code. It was actually a simple fix. Lol thanks though!!

1 Like

great! glad its working :smiley:

Thank you for your help anyway:) have a great day

1 Like