brackets-server icon indicating copy to clipboard operation
brackets-server copied to clipboard

blank page after build

Open jmls opened this issue 9 years ago • 4 comments
trafficstars

so, when I perform all the tasks in the contributing.md file and successfully run grunt build, I fire brackets up with

brackets --port 3000 --proj-dir /workspace --supp-dir /workspace

and, with great excitement, I go to http://localhost:3000 ... I get ...

nothing

as in a blank page in the browser :(

what have I missed ?

jmls avatar Jan 05 '16 21:01 jmls

I am trying to run in a docker container if that makes a difference .. do you have a working Dockerfile ?

jmls avatar Jan 05 '16 21:01 jmls

Hmm yeah there is a problem with socket.io in container. It's trying to reach wrong URL. I will fix it tomorrow.

On Tue, 5 Jan 2016 at 23:57 jmls [email protected] wrote:

I am trying to run in a docker container if that makes a difference .. do you have a working Dockerfile ?

— Reply to this email directly or view it on GitHub https://github.com/rabchev/brackets-server/issues/13#issuecomment-169146609 .

rabchev avatar Jan 06 '16 00:01 rabchev

I'm close to resolve the issue with socket.io, but unfortunately I couldn't finish it today. I will continue tomorrow.

Sorry!

rabchev avatar Jan 07 '16 01:01 rabchev

The issue is fixed. You can get the Dockerfile and brief explanation in README.md file in /docker/dev directory. Let me know if you encounter other issues.

rabchev avatar Jan 10 '16 01:01 rabchev