84 questions
0
votes
0
answers
4
views
How to retrieve the list of all the versions available for an object stored in Catalyst Stratus?
I have a log file (server.log) stored in Stratus that gets updated frequently. Instead of replacing the file, I maintain multiple versions of it. Now, I want to retrieve a list of all available ...
-1
votes
0
answers
9
views
Issue Uploading File to Stratus Bucket Using Node.js SDK
I am trying to upload my file to the Stratus bucket using the Node.js SDK method, but despite multiple attempts, the file is not uploading properly.
If someone can provide a working example of how to ...
-1
votes
0
answers
21
views
Getting No primary or single unique constructor found for interface javax.servlet.http.HttpServletRequest
When testing my springboot application in local using Catalyst Springboot. I am getting the below error when testing itusing the catalyst serve command :
java.lang.IllegalStateException: No primary or ...
0
votes
0
answers
17
views
Error: ENOENT: no such file or directory, open '/tmp/exampletest.png' in Catalyst Appsail
I'm working on a use case where I need to generate an image file from base64 data and write it to a temporary directory. Once the file is successfully written to the temporary directory, I will upload ...
0
votes
0
answers
7
views
Unable to Access Authenticated Bucket Object via Browser
I have created a Bucket in Catalyst with authentication enabled. After successfully inserting an object into the bucket, I tried accessing the object's URL in the browser, but I encountered the ...
-1
votes
0
answers
18
views
Preventing Default Redirect After Zoho Catalyst Authentication
I am using Zoho Catalyst AppSail for deployment, and my website is hosted at: https://example-00000.development.catalystappsail.com
However, Catalyst Authentication (created within the same org and ...
0
votes
0
answers
12
views
How to Pass JSON Data While Triggering a Job Function in Catalyst?
I am working with Catalyst and need to pass JSON data while triggering a job function. However, I am unsure of the correct way to send the JSON data within the job function.
0
votes
0
answers
26
views
Getting ERROR AttributeError("module '' has no attribute 'handler'")
I am trying to run my Flask routes in Catalyst python advanced I/O function. You can find my code snippet mentioned below:
import logging
from flask import Request, make_response, jsonify,Flask
import ...
1
vote
0
answers
13
views
Getting TypeError: catalystApp.stratus is not a function
I am using Catalyst Node Advanced I/O function where I wanted to use the recently released Stratus. I added the below SDK initializtion code snippet in my function endpoint but I keep getting the ...
0
votes
0
answers
17
views
How to generate a access token for a specific Catalyst Org?
I have multiple organizations in my Catalyst account. To invoke a Catalyst REST API for a specific organization, how can I generate an access token for that particular Catalyst org?
I couldn’t able to ...
0
votes
0
answers
14
views
Issue with NoSQLItem.from() in Catalyst Node.js SDK when Passing an Array of Objects
I have an array of plain JavaScript objects that need to be inserted into a Catalyst NoSQL Table using the Catalyst Node.js SDK. When I try to construct new NoSQL items using the NoSQLItem.from() ...
1
vote
1
answer
20
views
How to restrict Sign-In access to my Catalyst Application to allow only particular email address groups?
I have a catalyst application which my company uses for internal works and I have embedded catalyst authentication to my app so that only authorized users can access the app.
But I want to further ...
1
vote
1
answer
26
views
Facing 413 error when uploading my python function to development environment
I have a Python Zoho Catalyst Advanced I/O function in my local machine which I tried to deploy the function using catalyst deploy command but facing the below error
⚠ skipping deploy of target [...
0
votes
1
answer
23
views
Best way to maintain separate development and production Datastore in Zoho Catalyst
I'm currently developing an application using Catalyst, and I want to ensure that my development and testing do not affect the production database.
Is there a way to create a copy, backup or a ...
-1
votes
1
answer
25
views
Getting 'INVALID_INPUT' (400) Error While Registering a User in Catalyst
I'm trying to add a new user in Catalyst Authentication using the Node.js SDK, but I'm facing the following error:
Request failed with status 400 and code: INVALID_INPUT, message: either the request ...
0
votes
1
answer
22
views
How to send file from Deluge to my Catalyst Stratus Bucket?
I want to upload file from the CRM record to Catalyst Stratus, I referred to the Stratus API mentioned in the official documentation here. So can someone share me any code snippet for uploading files ...
-1
votes
1
answer
23
views
How to share a Zoho Catalyst project with team members for collaboration?
I have a Catalyst project, and I want multiple team members to collaborate and work on the same project. How can I share access to this project with other members so they can also contribute?
Some key ...
0
votes
1
answer
34
views
Zoho Catalyst: How to Redirect to a Specific URL After User Login?
I have configured hosted authentication for my application. After a user logs in, the redirection does not go to the desired page.
Is there a way to set a specific post-login redirect page in Zoho ...
1
vote
1
answer
35
views
Remove "/app" prefix for my React app routes hosted in Catalyst Web Client Hosting
I have created a React App in Zoho Catalyst and hosted it using Web Client Hosting. Since by default all the client routes start with "/app" I wished to remove it using the API Gateway rules ...
0
votes
1
answer
23
views
Guidance on running live events from my local machine for Zoho Catalyst events
I am using Zoho Catalyst Event Listeners to listen to events from the Datastore for any data insert and if an event occurs using my event function associated to the event rule to send mail.
Each time ...
-1
votes
1
answer
24
views
Role-Based Redirection After Login Using Catalyst Authentication
I have a web application built on Catalyst where users have different roles such as App User and App Administrator. After a successful login, I need to redirect users to different sections of the ...
-1
votes
1
answer
17
views
Unauthorized Error When Fetching Data from Datastore
I wrote a function to fetch some records from the Catalyst Datastore. However, when I try to execute it, I get the following error:
com.zc.exception.ZCServerException. Caused by : UnAuthorized
0
votes
2
answers
27
views
How to enable API gateway in local testing?
I have created a Zoho Catalyst Application and created custom API endpoint routes using API Gateway in order to secure my app routes. The application works perfectly when testing from development ...
1
vote
1
answer
26
views
How to provide temporary access to users to upload files to Zoho Catalyst Stratus?
I have a catalyst application that runs on Express in backend and React in Frontend. I want to provide my app users a temporary URL to upload their files from their application without exposing their ...
0
votes
1
answer
34
views
How to capture events from Zoho Billing from my Zoho Catalyst Application?
I have a Catalyst Event function where I can process the incoming data and store them in Datastore. I tried testing it with Zoho Event Listeners where I was able to map it with my Zoho CRM which works ...
1
vote
1
answer
32
views
Migration Failure - Zoho Catalyst Development to Production Environment - Catalyst Programming tool [closed]
I wish to deploy my Catalyst Project from development to production environment, but I hit a roadblock where I am facing the below error whenever I click on the Generate Diff button
You cannot ...
0
votes
1
answer
24
views
Error processing job parameters: "unable to find the type of initialization" in Catalyst Job function
I am working with a Job function, and I faced the following error when processing job parameters:
Error processing job parameters or calling Basic I/O function: unable to find the type of ...
-1
votes
2
answers
31
views
Sending Data from a Zoho Catalyst Job Function to an Basic I/O Function
I am working with Catalyst and have a Job function that needs to send data to Basic I/O function. The goal is to pass the processed data from the Job function and trigger the other function ...
0
votes
1
answer
25
views
Catalyst Authentication not working in Appsail
I created a Spring boot application and hosted it in Catalyst Appsail and since I needed a to have a user database to my application so I added catalyst authentication to my spring boot application ...
0
votes
1
answer
24
views
Memory Allocation for Job Pool in Catalyst
I am using Catalyst Job scheduling and have created a Job Function that executes multiple API calls (around 2-3 APIs) within it. I want to ensure that my job runs smoothly without hitting memory ...
0
votes
1
answer
30
views
Getting Insecure Connection Error when logging into Catalyst CLI [closed]
I installed Zoho Catalyst CLI in my local machine and to login using my Catalyst account, I tried using the below command
catalyst login
I was redirected to Zoho Accounts and after clicking Accept, I ...
-1
votes
1
answer
20
views
Zoho Catalyst: How to Recover Accidentally Deleted Datastore Records?
I accidentally deleted some records from the Zoho Catalyst Datastore and need guidance on recovering the lost information. Additionally, are there any best practices or preventive measures available ...
0
votes
1
answer
25
views
Zoho Catalyst: "Module Not Found" Error When Importing Material-UI Library in Catalyst application
I am working on a project using Zoho Catalyst and have installed the Material-UI library in my project directory using the following command:
npm install @mui/material
The installation completed ...
0
votes
1
answer
18
views
How do I take a screenshot of a publicly accessible webpage using Catalyst Smartbrowz?
I have a webpage that can be accessed publicly but I need to take screenshot of that page to display it as preview to my webpage to redirect to users. I heard Catalyst Smartbrowz can help with it, can ...
1
vote
1
answer
21
views
Getting "adminAuthHeaderType is null" error when testing the SpringBoot appsail application in local
I am using ZohoCatalyst Appsail to run my Java SpringBoot application in my local machine where I have used the Catalyst Java SDK in the application to access Catalyst components like Datastore, ...
-3
votes
1
answer
38
views
Zoho Catalyst: How to Delete Entire Data in a particular table and Start Fresh in Catalyst Datastore?
I am working on a project in Zoho Catalyst and need to delete all data in a specific table within the datastore to start fresh. However, I couldn't find any option to perform this action via the ...
-1
votes
1
answer
39
views
Zoho Catalyst: Issue with Downloaded PNG File from Catalyst Stratus Showing "This file format is not supported" message
I'm currently working with Zoho Catalyst Stratus and have attempted to upload a PNG file using the form-data option in Postman. The upload process is successful, and the file appears correctly in the ...
-1
votes
1
answer
47
views
CORS error in browser after allowing cross-origin requests in backend of my application and also in Zoho Catalyst Console [closed]
I'm working with a Zoho Catalyst application hosted on AppSail, where I've deployed a Next.js application. I am using the Catalyst Advanced I/O Node.js function for a remote function within the same ...
1
vote
1
answer
22
views
Getting OAUTH_SCOPE_MISMATCH error when testing Stratus from my Catalyst Function
I got the early access for Stratus feature for my account and I have installed the Beta SDK in my catalyst Node Advanced I/O function and initialized the Stratus Beta SDK using the below code snippet ...
0
votes
2
answers
52
views
Zoho Catalyst Log Out
I am trying to create a webpage to be hosted on Zoho Catalyst. When attempting to create a log out, following the documentation, I receive the following error:
ReferenceError: Catalyst is not defined ...
2
votes
1
answer
43
views
Unable to test my catalyst application in local machine using the command "catalyst serve"
I tried testing my catalyst application which contains advanced I/O functions and a web client using the command "catalyst serve" but I am getting the error
"No ports in the range 3040 ...
-2
votes
1
answer
37
views
How to migrate my project from one DC to another DC using Catalyst CLI? [closed]
I have a Catalyst project in US DC which I wish to migrate to IN DC since US DC doesn't have Zia Identity Scanner which is vital for my use case, can someone help me on this? Is there a CLI command to ...
1
vote
1
answer
44
views
I am getting 401 while using the smartbrowz generate pdf from template Zoho Catalyst node SDK method
I am using Zoho Catalyst for web development and I am trying to generate PDF by using the smartbrowz capabilities to generate pdf for the website using the Catalyst CLI in my local. Currently, PDF ...
1
vote
1
answer
29
views
Getting Empty response for the cheque I uploaded in Zia Identity Scanner In Zoho Catalyst Console
I wanted to get the account details from the cheque I uploaded in Zia Identity Scanner from Zoho catalyst console. But I am getting 200 response with empty response. Can someone help me identify the ...
1
vote
1
answer
27
views
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?
Does anyone find the option in the ...
1
vote
1
answer
49
views
facing "Unable to serve request" error while running the advancedio function from the Catalyst CLI using the command catalyst serve
I have a Zoho Catalyst advanced-io function. When I try to test it on my local machine, I am getting "Unable to reach server" and "Unable to serve request" kind of errors.
What am ...
1
vote
1
answer
48
views
How to remove "/app" suffix from my Catalyst application URL
I have uploaded Web app to Catalyst Web client hosting and I have mapped my custom domain to that application. But when I load my custom domain the app url is getting shown as "{custom_domain}/...
1
vote
1
answer
27
views
How to restrict datastore table and Filestore access to other collaborators in my Catalyst project?
I am creating a catalyst project where I added a developer as a collaborator in order to create functions/backend code for my application. I want to restrict the Datastore and Filestore view access to ...
0
votes
1
answer
21
views
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.
When I select ...
1
vote
1
answer
36
views
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 ...