-
Notifications
You must be signed in to change notification settings - Fork 942
Open
Labels
Description
Hi,
I'm hitting an odd issue with a self hosted scope where none of my previews are showing on the component overview screen, but they are showing within the component docs themselves. I have run bit tag --build before bit export so I don't think that's it.
I'm using bit version 1.11.7 and bitdev.react/[email protected] .
Steps to Reproduce
##Remote Scope Setup (testing locally for now)
bit init --bare- Update name in scope.json to "my-scope"
bit start- Should now be running at http://localhost:3000
##Workspace:
bit initbit create react mycomponentbit tag --build --message "My test"bit remote add http://localhost:3000bit export
Expected Behavior
Preview of component should display on overview page
Screenshots, exceptions and logs
##Overview page stuck in loading state:

##Preview shows correctly in component docs:

Specifications
- Bit version: 1.11.17
- Platform: Linux, MacOS
- Env: bitdev.react/[email protected]