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

Last updated