Where to find the web client hosting file editor view in the Zoho Catalyst console?
I can view the function editor for my node.js function in the Catalyst console. But, I am struggling to find the option to view my react client files in the console?
How to configure advancedio function endpoint to the Custom User validation in Zoho Catalyst authentication?
I have an advancedio function in my local machine created for my Catalyst project. I have configured embedded authentication and looking to enable Custom User Validation for my project.
Getting 404 Not found when reloading my React app
I am trying to deploy a react application in Zoho Catalyst using Catalyst Web Client Hosting. When I tested the application in local machine, everything works fine. So I deployed the same to the development enviornment using the below command
How to display Image file from Catalyst Filestore in my HTML page?
I am trying to build a gallery application using Catalyst Web Client Hosting where I need to display the images stored in my Filestore in my web app. I tried using the URL from getDownloadLink() Web SDK method to display the image in the img tag which doesn’t seem to work.
How to upload file from Deluge to Catalyst Filestore?
I have an creator application where the user uploads their resume for job application. I need to store that application in Catalyst FileStore so can someone share me any code snippet for uploading files using Deluge to Catalyst Filestore?