error occurred while updating repository submodules
Hi, I'm trying to deploy my nextjs website on Cloudflare Workers, the repository contains a submodule for the API.
I don't need that in the worker, but the worker tries to clone it automatically, during that step it throws:
I have found a bunch of other posts about this issue, but haven't been able to solve it, I checked the following things:
- The worker app has access to the submodule repository
- The url in my .gitmodules references the SSH url of my repository



1 Reply
bump :)