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
I created a fork of this repo and made a github codespace with it. I ran npm install and ran npm run build, then ran node src/server.js. It tells me that port 8080 and 8081 are open, but when I open in the browser it redirects me to the url with port 8080 in the end. It gives me an error saying the site was not found. I tried making the ports public, changing the protocol from HTTP to HTTPS, nothing worked. Is there a solution to this problem ?
The text was updated successfully, but these errors were encountered:
I created a fork of this repo and made a github codespace with it. I ran npm install and ran npm run build, then ran node src/server.js. It tells me that port 8080 and 8081 are open, but when I open in the browser it redirects me to the url with port 8080 in the end. It gives me an error saying the site was not found. I tried making the ports public, changing the protocol from HTTP to HTTPS, nothing worked. Is there a solution to this problem ?
The text was updated successfully, but these errors were encountered: