I am unable to export component using bit remote add #6920
Closed
darshandung
started this conversation in
Community
Replies: 1 comment
-
The problem is the trailing slash in the url. "http://localhost:5000/" should be "http://localhost:5000" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I pull bitcli/bit-server from docker hub and i am running through this command run -it -p 5000:3000 bitcli/bit-server:latest.
I can see bit.dev ui on http://localhost:5000. now i am trying to add bit remote add http://localhost:5000 but it's giving me error
bit remote add http://localhost:5000/
\n\n\n",{
"response": {
"error": "\n<html lang="en">\n\n<meta charset="utf-8">\n<title>Error</title>\n\n\n
"status": 404
},
"request": {
"query": "\n {\n scope {\n name\n }\n }\n "
}
}
Can someone please help me , i want to export component on http://localhost:5000/
Beta Was this translation helpful? Give feedback.
All reactions