Need a SSL certificate?

Need a SSL certificate?

If you need a SSL certificate, please drop an email with your projectID and email address to support@zohocatalyst.com
    • Related Articles

    • Need to increase column limit in production

      If you would like to increase column limit, kindly write to us at support@zohocatalyst.com
    • 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> ...
    • How do I redirect users upon logging in using Catalyst Authentication?

      You need to set the redirection URL in your application in your client-package.json file in order to redirect your application to that page after login. You can find the help documentation for the same here.
    • I have initialised a project, but am unable to find the code

      You might have only initialised the project in your folder and not pulled the code to your system. You need to pull the code from the catalyst console to your local system to serve the same and test it. You can pull the code easily using the command ...
    • Environment variables for testing

      In order to test your function in local debugging, either you can add the environmental variables in your local machine or you can add it in your .env file inside your functions folder and access the same.    In order to access the environment ...