Live server #3994
Live server
#3994
|
How can i go live. I already installed live server when i start live server it says server is running in 5500 port but i Have deployed vs code in heroku. |
Answered by
im-coder-lg
Aug 16, 2021
Replies: 2 comments
|
For what do you use Live Server for? If you have ports like 4000, use this:
Don't forget to add the slash at the end. And change {{URL}} to your Heroku URL This is same for all ports. |
0 replies
Answer selected by
abuhabban
|
Have you followed the official Heroku guide? Maybe you could share a video and elaborate on what's not working? That will help us help you faster :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For what do you use Live Server for? If you have ports like 4000, use this:
https://{{URL}}/proxy/4000/Don't forget to add the slash at the end. And change {{URL}} to your Heroku URL
This is same for all ports.