[Bug] Unable to clone repo from URL if now owner

For Workers & Pages, what is the name of the domain?

Example: https://deploy.workers.cloudflare.com/?url=https%3A%2F%2Fgithub.com%2FJHubi1%2Fcalcprint

What is the issue or error you’re encountering

Could not find a package.json file in the provided directory.

What steps have you taken to resolve the issue?

Fair enough, there is no package.json, but there doesn’t have to be. The build system works without one. If I import the repo from the overview screen of my own repositories, it works just fine.

It’s not an issue on my side. The cloning system requires the presence of this file. This is clearly a bug. There doesn’t seem to be a place where issues in Cloudflare can be reported, so I’m posting here.

What are the steps to reproduce the issue?

  • Create a project that doesn’t have a package.json
    • Other programming language than JS; no package manager; static page migration from pages
  • Deploy it from your account
    • Works just fine
  • Click share button
  • Open link
  • Could not find a package.json file in the provided directory.

Screenshot of the error

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.