You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create my lit component with a different name from the example in the bit.dev, I can't see the preview of the component in lit when I run the command bit start and when I go to the dev tools it shows me this error:
Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
Steps to Reproduce
Run the commands:
1.bit new lit bit-poc --ascpect teambit.web-components/lit
1.cd bit-poc
1.bit create lit card
1.bit install
1.bit start
Then wait until it opens up in the browser.
After that go to the dev tools and you will see this error: Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
Expected Behavior
To see a preview of my component in the local workspace that it generates
Screenshots, exceptions and logs
If applicable, add screenshots, exceptions, and logs to help explain your problem.
Describe the bug
When I create my lit component with a different name from the example in the bit.dev, I can't see the preview of the component in lit when I run the command
bit start
and when I go to the dev tools it shows me this error:Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
Steps to Reproduce
Run the commands:
1.
bit new lit bit-poc --ascpect teambit.web-components/lit
1.
cd bit-poc
1.
bit create lit card
1.
bit install
1.
bit start
Then wait until it opens up in the browser.
After that go to the dev tools and you will see this error:
Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
Expected Behavior
To see a preview of my component in the local workspace that it generates
Screenshots, exceptions and logs
If applicable, add screenshots, exceptions, and logs to help explain your problem.
Specifications
for harmony workspace
for leagacy
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: