Online IDE for Web Client Hosting

Online IDE for Web Client Hosting

As of now, we do not have the support for built in IDE inside the Catalyst console for web client hosting. You have to work with the client files locally and then upload the same. Instead, we would suggest you to use the Catalyst CLI which will help you easily upload all the changes of your files with a simple command “catalyst deploy”. You can find the help documentation regarding the Catalyst CLI here and a tutorial which will help you understand the same here.
    • Related Articles

    • Need to access files from File Store for Web Client Hosting

      If your application is hosted in Catalyst, then you can use the download link of the file itself to render the same in your Web Client.  For Example : <img src=“/baas/v1/project/1611000000****/folder/1611000000012142/file/16110000000*****/download> ...
    • Catalyst Web Client inacessible

      You might have enabled API Gateway for your project. If you have enabled API Gateway, the URLs of all your newly created web client(html) files and functions will become inaccessible until you create APIs for them. You can create an API for your ...
    • Unable to load image from file store in Web Client

      Kindly make sure that the user is signed in for the image to be rendered. 
    • Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client

      The "Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client" issue might occur only when the headers are set after the response is being sent from the server. Can you kindly verify once whether the same issue has not ...
    • Authentication : Facing invalid client error

      This issue might occur if the client gets deleted in the API console. In order to resolve this issue, we would suggest you to navigate to Sign In Method under Authentication tab in Catalyst Console and then disable and enable the Sign In Using Zoho ...