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
It would be great to have vite running in a github codespace container.
Right now it works, but without Websockets because of the port forwarding.
Codespace will forward eg. port 3000 to an xxxx.apps.codespaces.githubusercontent.com (port 80).
Vite tries to connect to the port which is a global constant and is different then the proxied port.
When serverd via the codespace server proxy, port 80 is mapped to 3000 internally. So we would need to adjust the port accordingly when using codespace.
The text was updated successfully, but these errors were encountered:
It would be great to have vite running in a github codespace container.
Right now it works, but without Websockets because of the port forwarding.
Codespace will forward eg. port 3000 to an xxxx.apps.codespaces.githubusercontent.com (port 80).
Vite tries to connect to the port which is a global constant and is different then the proxied port.
When serverd via the codespace server proxy, port 80 is mapped to 3000 internally. So we would need to adjust the port accordingly when using codespace.
The text was updated successfully, but these errors were encountered: