Online Editor: Nodejs function add package
Hi Catalyst Community, I'm working on a project on Catalyst and I would like to know if there is anyway to add node packages (node-fetch in this case) directly from the Online Editor without going trough the Catalyst CLI? As I often switch between different
#CatalystServerless Hackathon : Part 4
Let's setup the Catalyst function next. app.post("/capture_pan", (req, res) => { let catalystApp = catalyst.initialize(req, {type: catalyst.type.applogic}); const requestBody = req.body; console.log(req.body) //Get table meta object without details.
#CatalystServerless Hackathon : Part 3
Validate occupation type //validate occupation type function occupation_type(){ if(document.getElementById("salaried").checked==false && document.getElementById("selfemployed").checked==false){ alert("Please select type of occupation"); } }
#CatalystServerless Hackathon 2022
Verifying a PANID using regex Validating input field values using Javascript. function verify_pan(){ //match pattern1 let pin1 = document.getElementById("pin1").value.toUpperCase(); let pattern1 = /[A-Z]/; let result1 = pin1.match(pattern1);
#CatalystServerless Hackathon 2022
Hey there! If this is your first hackathon and you're unsure of how to get started, we've got you covered. We'll cover how to get started and build a self-serve portal for loan applications using Catalyst. This example is intended as a POC to help you
#CatalystServerless Hackathon 2022
We are pleased to announce #CatalystServerless Hackathon with prizes worth $5000 up for grabs. Create a working prototype aimed to solve a critical business issue using Catalyst and stand a chance to win exciting prizes. The Hackathon will happen in 3
Share your interest to participate in the #CatalystServerless Blogathon
Hi, we are working on announcing the next edition of the #CatalystServerless Blogathon. Please fill up this form to stay posted on all updates related to the Blogathon. https://zfrmz.com/JN9ChxPU9JQpPgB1vRp8
Ability to add .env and/or environment variables for local development
Hello, I have started using catalyst and have been testing out both a frontend React app and backend functions but have not found a way to use environment variables locally before it gets deployed. Is there a way to have environment variables load when
Troubleshooting Thursdays : ZCUserDetail userDetails = ZCUser.getInstance().getCurrentUser() is showing compile time error
This issue occurs when the required Java packages have not been added in the application. Please import the classes mentioned below to fix this issue. import com.zc.component.ZCUserDetail; import com.zc.component.users.ZCUser;
Troubleshooting Thursdays : Package not found error in production, although function works in development environment
Welcome back to #TroubleShootingThursday, where we provide solutions to common problems developers encounter. In today's post, we're talking about an issue you might face when a Catalyst function works well in local debugging environment, but fails in
How to use catalyst with nestjs
Hello, how can i use catalyst functions with nest.js https://nestjs.com/
Typescript Support for Nodejs advanced functions
Can you guys create a template for Nodejs advanced functions template that support typeorm to execute query in ZQL.? I believe that would encourage many individual developer to try catalyst
Connecting to an SQL database through Catalyst functions
Hey there, Are you looking to connect to a PostgreSQL database. Here is a sample Nodejs function that can connect to a database remotely and provide scalable API endpoint to retrieve list of tables. Here, the GET method is 'GET' and the endpoint is '/query'.
Serverless Masterclass 4: AI as a serverless service
AI as a serverless service Date: August 24, 2022, 8:30 a.m. PST | 9 p.m. IST Duration: 1 hour [Register now] Learn how to leverage the power of Zoho's R&D in AI through Catalyst's Zia suite. Offered on Zoho's reliable infrastructure that supports
Troubleshooting Thursdays : My API gateway rules/function's code is erased in sandbox someone else deploys
API Gateway : This issue might occur when you do not have the latest API Gateway rules in your local system. So when you deploy your code, the API Gateway rules are also deployed and since that rule is not present in your local system, it gets removed
Troubleshooting Thursdays : Facing 500 error with Catalyst function
Facing an issue with Catalyst code while code works in IDE, while I face an issue with running the same code within a Catalyst function. { "error": "TypeError: ABC is not a function\n at XYZ (/var/runtime/index.js:162:9)\n at process._tickCallback (internal/process/next_tick.js:68:7)"
Troubleshooting Thursdays Catalyst CLI : "HTTP Error: 401, You do not have privileges to access this project. Please contact a project owner or an administrator of this account."
Welcome to #TroubleShootingThursday, where we provide solutions to common problems developers encounter. In today's post, we're talking about an issue you might face while working the CLI. If you face this error while initializing a Catalyst project,
Catalyst 101, a Community Learning Series Edition 2
Hello Catalyst community, Join us for a revised version of the beginner's course on Catalyst, Zoho's serverless platform. Each episode of the Catalyst 101 series aims to familiarize you with different elements of the platform. At the end of this series,
Troubleshooting Thursdays : Permission Issues while installing the CLI
If you face EACCESS issues, while installing the CLI, this is because you do not have adequate permission to install the CLI in the system. If you are using a Windows system, you can install the Catalyst CLI with admin access, otherwise, you can use the
Troubleshooting Thursdays : Server detected changes needs to refreshed again (File operations in Functions, tested locally using CLI)
Welcome to #TroubleShootingThursday, where we provide solutions to common problems developers encounter. In today's post, we're talking about an issue you might face while working with files in the local debugging. If you face an error saying that the
Introducing the #TroubleShooting Thursdays Series
Thursdays can be stressful as you race to complete items on the Kanban board before the weekend. It's especially frustrating when one or more of those items need troubleshooting. Luckily, the Catalyst team has got you covered. We are excited to bring
Is it possible to build and export a Creator App On premise into a Catalyst account and use the SaaS features?
Now, with Zoho Creator On premise, I was wonder if is it possible to build an app and export (set up) it into a Catalyst account to use as a SaaS, is it possible? https://www.zoho.com/creator/help/on-premise/cloud-vs-onpremise.html
Building an application for custom mapping of tickets in Zoho Desk
The use case requires building a custom application that can assign tickets to respective departments in Zoho Desk based on the subject line or the content of the body of the email. This can be extended to similar scenarios like: Assigning tickets to
Catalyst: Product Updates - June 2022
Hello Catalyst Community, It's been a while since we've connected! We at Catalyst have been quite busy brewing some cool new features and enhancements for you, the past few months. Here are the product updates we've implemented from February through
Impact of serverless on TCO
Hello Everyone, Join us on June 29, to learn how to evaluate and compare the true cost of building and running an application using a #serverless platform, in comparison to the traditional way of building applications. Register here: https://meet.zo
Images not loading in Client
Images are not loading in the local environment which are present in the client when enabled api gateway
Serverless masterclass webinar on why break the monolith model
Application modernization is a journey that gives existing monolithic applications the ability to deliver innovative capabilities rapidly while improving developer experiences. The most common pattern for developers is to refactor monolithic applications
Deprecation of Older Node.js Versions and Support for Node.js v16
Hello, Catalyst Community! Node.js v10 We had earlier announced the deprecation of Node.js v10 for Catalyst functions and it has been ongoing since April 2021. The retirement date was announced as July 31, 2022 for the version. However, we have planned
Not able to post data to advancedio function api from browser , showing CORS issue
const express = require('express'); const catalyst = require('zcatalyst-sdk-node'); const cors = require('cors'); const app = express(); app.use(cors({ origin:"*", credentials:true })); app.use(express.json()); app.post("/test", (req,res) => { const catalystApp
Using Catalyst for Building saas App
I Want To Build an Application to service multi-tenant, When I read the Documentations of Catalyst API I found that the Users in Catalyst can have organization_ID and user_ID, and I can Add multi-users to the same Organization. Also, I can Set Permissions
Serverless Masterclass Webinar: The key trends that will shape web development in 2022 and beyond
Developing and maintaining web apps according to ongoing trends is the best way to stay competitive. Join us for the webinar on March 29, 2022, to get insights into serverless applications and top trends in web development for 2022. Register now In this
Learn Catalyst Series #4 : File Operations with File Storage
Continuing on our Let us Learn Catalyst series, today, let us learn how to handle the FileStore from Catalyst. Imagine a scenario that you need to upload files to the cloud as you are running out of space or you just need your files to be accessible whenever
Catalyst 101 Series 2 : Session 1 A deep dive into the Catalyst Console
Thank you, Catalyst Community for your continued support and encouragement. We're back with yet another session from the Catalyst 101 series. Would you like to build a scalable event-driven web application for a food ordering kiosk? Well, this session
Learn Catalyst Series #6 :Make Cliq Bots quicker, easier with Catalyst.
Zoho Cliq has the 4th highest adoption levels among Zoho services because millions of users worldwide use Zoho Cliq to streamline their communications, to break down the silos in their corp, and increase their productivity. But what if you could go a
Learn Catalyst Series #5 : Auctioning Purchase Orders with Catalyst
Thousands of customers in the world over use Zoho Books for their accounting needs. Why? Because it is simple, beautiful yet powerful and lastly, built with the customer in mind. We often wonder if we can make it even better. For example, we wondered
#CatalystServerless Blogathon 2022
Calling all our serverless enthusiasts! Here's a chance to win exciting prizes and get featured on the Catalyst blog section. Flex your serverless expertise by participating in the #CatalystServerless Blogathon 2022. Simply pick one of the four given
Catalyst by Zoho featured on Off by None
The latest edition of Off by None features Catalyst as a serverless provider. We agree with Kashif on the usability of relational databases like the Catalyst Data Store. While the database choice finally depends on the type of project, having a relational
Catalyst 101 - Session 3 - Zia Services & Additional components
We had a great discussion in Session 3 of Catalyst 101 where we saw in detail the power of the Zia Services & other components within Catalyst. Sharing a video of the session: Here is the link to the presentation: Some quick links for the components
Catalyst 101 - Session 2 - Catalyst Feature Discussion - FaaS, BaaS & Orchestrate
Hi All, Thanks to all the participants that were able to make it to the session. For all those who missed it, here is the link to the recording. Here's the presentation that was being discussed Sharing details of the components that were discussed
Catalyst: Product Updates - January 2022
Hello Catalyst Community! We've officially stepped into 2022 now, and we at Catalyst have brought about some brand new features you can begin your year with. Here are the product updates for January 2022: New Features 1. Automation Testing We
Next Page