Error: Workspace is missing

Workspace is missing

Sometimes, customers could try to install an app from the RC server marketplace and encounter the below error message:

Sadly, an error occurred while processing your request.Request ID: 6c696a06-6869-42cc-a1f1-ba8681b8c1af

Error Code: 264 Error: workspace is missing

 

To fix this issue, we will need to re-initiate a connection from the RC server to our end. To do this, kindly do the following;

  • Connect to their rocketchat DB and clear the Cloud info stored in the DB using the command:

  • db.rocketchat_settings.remove( {"_id": /Cloud_/} )

 

The result should be looking like this:

  • RESTART the RC server

After we have their feedback that the above has been done successfully, search for the workspace in Fleet Command, click on the dropdown next to Edit and re-generate the registration token using the option "Regen Initial Token" ( see screenshot below).

Then, go to the workspace details page in Fleet Command and copy the registration code.

This code should be entered into the empty TOKEN field in the Connectivity Services page in the RC server, and then click on Connect.

Then try installing the apps from the Marketplace again. It should be installed fine now without any error. P.S.: If the token field is not displayed on the Connectivity Services page, then either the DB query was not run correctly, or the RC server was not restarted. Both actions need to be done correctly.