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:
22:59:04.178 Initializing build environment...
22:59:11.842 Success: Finished initializing build environment
22:59:12.663 Cloning repository...
22:59:15.738 Failed: error occurred while updating repository submodules
22:59:04.178 Initializing build environment...
22:59:11.842 Success: Finished initializing build environment
22:59:12.663 Cloning repository...
22:59:15.738 Failed: error occurred while updating repository submodules
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
No description
No description
No description
1 Reply
Thomas_muur
Thomas_muurOP2w ago
bump :)

Did you find this page helpful?