c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io
Other
2.56k stars 921 forks source link

Self hosted --collab share error #529

Open zino1337 opened 5 years ago

zino1337 commented 5 years ago

Hi cloud9 community, hi github,

this is my first post on github ever so please let me know if I can improve my bug reporting. I'm using the latest cloud9 self hosted version on my Debian server and wanted to enable the Collaboration feature by passing --collab to the server-js as a start parameter but I get the following error in console when trying to use the share function:

_VM17:1 GET https://zinomedia.de:8080/api/collab/0/access_info?access_token=token 404 (Not Found) http-xhr.js:126 HTTP error 404: Cannot GET /api/collab/0/access_info?accesstoken=token

The following message is displayed in my browser: _The server returned an error Cannot PATCH /api/projects/0/?accesstoken=token


A reproducible test case or series of steps: Start Cloud9 with --collab and --debug option on a self hosted version and watch console output The version of our code being used: Latest cloud9 core Any modifications you've made relevant to the bug: Nothing