Question

Getting below error while importing from Non-Contentstack's GitHub Repository

  • 11 January 2024
  • 3 replies
  • 136 views

I am able to export content and upload it to GitHub. I am following this article. 

https://www.contentstack.com/docs/developers/cli/import-content-using-the-seed-command

But getting below error while importing content from Non-Contentstack's GitHub Repository using below seed command.

csdx cm:stacks:seed --repo "<account/repository>" --org "<org-uid>" -n "<stack-name>"

I have rechecked whether Git repository is public or private.It is public. Still getting below error. 

 

 


3 replies

Hi @Nagaraju Chatta, we have been investigating and have been able to reproduce the issue.

We will be working to fix it ASAP and will let you know.

Hi @Victor Monsch 

Please let me know if you have any update on this.

Thanks for your help !!

Hi @Nagaraju Chatta!

To use the external repo, it must meet some pre-defined rules:

  1. The repo should contain a folder named "stack," and inside this folder, it must include all necessary contents such as entries, content types, etc.

  2. The repo should have a Git release. The system will always attempt to retrieve the latest release and import it into the stack.

For example, see this repository.

Reply