Cloud9 on ubuntu gets ace.js 404 error in chrome

I installed cloud9 on digital ocean 10.04 server I installed it using the latest version from git

git clone https://github.com/ajaxorg/cloud9.git

      

and after the github install procedure:

installation-and-usage

The installation was successful and the server is up and running successfully in the browser:

~/cloud9/bin/cloud9.sh -l 0.0.0.0 --username user --password pass -w ~/workspace/myproject/

      

When I open it in Chrome, the workspace loads correctly, I can see my files, but when I try to edit the file, the editor window does not open.

Checking Network Bookmark in Chrome Developer Tools. I see that ace.js has a 404 error.

Request URL:http://myname.com:3131/static/ace/build/ace.js

      

Then I tried to run it in Firefox and I can open and edit files without any problem.

Can anyone suggest that the problem might be in Chrome?

+3


source to share


1 answer


Fixed for me by following instructions at https://github.com/ajaxorg/cloud9/issues/3242



0


source







All Articles