teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.87k stars 927 forks source link

In self hoisted or remote scope, when I export the components, I get the message "Processing preview" in the Overview and Preview screen #9097

Closed subham25997 closed 2 months ago

subham25997 commented 2 months ago

image

image

Overview of components:

image

No error in the console

image

Specifications

(Same versions in docker image also)

subham25997 commented 2 months ago

Can someone look into this please?

itaymendel commented 2 months ago

hi, please use the search functionality of tickets, as this question was asked and answered in the past, for example - https://github.com/teambit/bit/issues/7958

or you can add --build when you run bit tag. this is due to the fact you don't currently have any CI in place, so you need to run the actual build pipeline.

subham25997 commented 2 months ago

When I run bit tag --build -m "" I am getting this error: image