Catalyst Web Client inacessible

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 newly created html files under the API Gateway from the Catalyst console in order to to resolve the mentioned issue. You can find the help documentation for API Gateway here.
    • Related Articles

    • 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 ...
    • 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> ...
    • 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 ...
    • Does Zoho catalyst have a form builder?

      Catalyst does not have form builder. Instead, you can use HTML, CSS and Javascript to create your own forms and host them in Catalyst using the Web Client Hosting. If this was not the solution you were expecting, kindly do let us know your use case ...
    • 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.