Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

How to Handle Zoom API Rate Limit for Meeting Creation in a Multi-User SaaS Application?

I'm building a SaaS application where multiple users can create Zoom meetings. Currently, I'm using Zoom Server-to-Server OAuth to create meetings via the below endpoint POST /users/{userId}/meetings ...
javed iqbal's user avatar
0 votes
1 answer
39 views

What are the different ways of distributing a script to run on different company client machines?

Context I'm working on a bunch of python scripts that spin up a FastAPI server for my startup, as a requirement for our services. This server initialises a Supabase SDK client to do some very specific ...
Maoaii's user avatar
  • 19
0 votes
1 answer
26 views

Stripe Recurring Subscription based model giving Free Trial

I am using the below code to add products to Stripe: const baseProduct = await stripe.products.create({ name: 'Basetest4', description: 'Basetest4 subscription plan', }); await stripe.prices....
Zeph Op's user avatar
  • 11
0 votes
0 answers
20 views

Geonames.com - "expected" subdivisions

I'm updating long-outdated lists of countries and states/provinces in my company's software. I want to use Geonames.com for various reasons. I can easily pull a list of ADM2 names and their countries, ...
mmoilanen's user avatar
0 votes
0 answers
33 views

TypeORM Multi-Schema Insert Without Losing TypeScript Support in NestJS

I am using a multi-schema approach to manage my SaaS app in NestJS and TypeORM. I followed a Stack Overflow answer and discovered that the only way to change the schema at the query level or runtime ...
mubashir's user avatar
  • 663
0 votes
1 answer
106 views

Subtle and Emphasis classes on Bootstrap 5.3 new color theme SASS

I'm adding a new color theme on my Bootstrap SASS. I have a custom file with my mods and the new color (GOLD). After reading and searching a LOT, I was able to create the new theme and almost all ...
kold-kreator's user avatar
0 votes
0 answers
125 views

NiceGUI element deletion

When I create a NiceGUI element such as a ui.label or ui.select item, is it proper to use the .delete() method? Or what would be the best way to remove it. I'll include an example class SpeakerLayout(...
Calvin Seamons's user avatar
0 votes
1 answer
67 views

Localhost:3000 says: Failed to run middleware when using uploadthing dropbox

I'm having an issue that I can't seem to resolve. The only way I could resolve my errors in the this file was the following: import { clerkMiddleware } from '@clerk/nextjs/server'; import { ...
camden gear's user avatar
0 votes
0 answers
38 views

invoice.payment_succeeded event keeps failing in stripe

code: import { Database } from "../../../types/supabase"; import { NextResponse } from "next/server"; import { headers } from "next/headers"; import { streamToString } ...
AnonSilo's user avatar
0 votes
0 answers
32 views

Zscaler api to check status of publicaly accessible trust.zscaler.com

I want to check the status of zsclaer saas of a particular region priodicaly on trust.zscaler.com which is the publically accessible page and should not require any authentication . Can someone help ...
Nidhi's user avatar
  • 1
3 votes
2 answers
2k views

Deprecation Warning in Vue 3 with Sass: Styles Not Applying Correctly

I'm working on a Vue 3 project and recently encountered the following deprecation warning in the terminal: Deprecation Warning: Sass's behavior for declarations that appear after nested rules will be ...
Salman Patni's user avatar
0 votes
0 answers
70 views

How to Pass Tenant ID to FastAPI Microservices for Database Operations in a Django-Tenants Setup?

I'm relatively new to Django-tenants. My goal is to develop a SaaS application that runs on Kubernetes, where each tenant has its own database. For scalability and fault tolerance, I'm considering ...
Axon's user avatar
  • 1
0 votes
0 answers
72 views

SAP CAP Multitenant - getDependencies callback error

I am working on a multitenant application using SAP CAP. When trying to subscribe a tenant, I am getting a 403 Forbidden as callback as shown below. Subscribe failed. Error: Subscribe failed. Failed ...
zenir's user avatar
  • 1
0 votes
0 answers
48 views

Power BI embedded analytics - SaaS application - fix column width of a matrix

The question I have is somewhat pedestrian in a regular Power BI Desktop. However, I am working in a SaaS application that has an embedded Power BI component (Power BI embedded analytics). This ...
user3812887's user avatar
0 votes
0 answers
195 views

Calculate Week Number of Year in T-SQL without DATEFIRST function or other database objects

I am working on a SaaS application that connects to a Microsoft SQL Server database, using T-SQL language. I cannot develop stored procedures, user-defined functions, or any database objects. I am ...
user3812887's user avatar
1 vote
0 answers
187 views

Need Help Configuring Cloudflare for SaaS with Custom Domains and SSL

I have created a SaaS eCommerce application hosted on the domain: apps.bb.com. My goal is to allow clients to connect their custom domains (e.g., www.brand.com) to my platform apps.bb.com. For a ...
Kunal Gulati's user avatar
0 votes
0 answers
130 views

How to solve the "No directory provided for file keyring" issue while integreting stripe CLI to a project using Ubuntu WSL on windows?

I am working on a SaaS project using the Wasp Boiler framework and attempting to integrate Stripe CLI. Despite following all the setup steps, including downloading the Stripe CLI and configuring the ...
Fidele's user avatar
  • 1
0 votes
1 answer
247 views

Issue with Second User Not Adding to Convex Database

Running into a snag with my project setup—leveraging Clerk for authentication & Convex for the DB. Oddly, the second user's not getting added in Convex, even though Clerk's updating smoothly. Any ...
pavan suthar's user avatar
0 votes
0 answers
32 views

Error in trying preview transactable offers for Microsoft Teams applications

I've created a transactable offer for a Microsoft Team SaaS application. During the creation you can try to test the offer when it's in a preview state, following this guide: https://learn.microsoft....
Dimitri Lotti's user avatar
0 votes
1 answer
252 views

Issues with API Request Authentication using Clerk Authentication in Nexjts app + Chrome extension

I'm encountering issues with API request authentication using Clerk in my Next.js application. Despite following the documentation, my authentication checks are failing, and I'm receiving 401 ...
ramon zubiag's user avatar
0 votes
0 answers
71 views

How to schedule tasks in multitenant spring app having separate schema for each tenant

I have develop small Spring boot Multi-tenant SAAS application refer https://github.com/mahaveer3103/multi-tenant-springboot, now i want to schedule some tasks for every tenant like to check password ...
Nikhil Karande's user avatar
0 votes
0 answers
118 views

How to identify a customer in a M2M client credentials flow (custom mapping)

I have a traditional .NET MVC Framework with the default Identity configuration (EntityFramework) We have a standard login with email/password, and every user belongs to a customer, where both are a ...
user1784297's user avatar
0 votes
0 answers
45 views

.net library to deserialize Microsoft Marketplace webhook request body

I'm creating a SaaS webhook endpoint to called by Microsoft. This is the official documentation I'm following : Implementing a webhook on the SaaS service I'm looking for a proper .net library that ...
kapila jayawardana's user avatar
0 votes
0 answers
32 views

LoadRunner Cloud Integrated with CICD pipeline using Jenkins Post Execution Results E-mail notification code creation

Can someone please guide on the steps on Loadrunner Cloud (saas version) with Jenkins to have CICD Pipeline. Configured E-mail Notification, SMTP and Port its working need to sent post execution ...
Mahammadulla's user avatar
0 votes
0 answers
111 views

Proper way to handle billing in an API Service using Laravel Cashier-Paddle

I have a laravel 11 API service and I will like to implement billing, I have the entire business logic in the API service but i seem to be having a challenge about how to implement billing/...
Jean Linux's user avatar
0 votes
0 answers
29 views

Asking for suggestions / ideas / help for my project

My company assigned me a project where we have to create a saas of an existing system software. basically the software takes a data file and an input format. then it generate receipts with the format ...
intern's user avatar
  • 1
1 vote
2 answers
1k views

Where is the database saved and opened in Deno KV?

I have always thought that Deno KV is an SaaS as it has a price, and thus is stored only on the cloud. This assumption has never been challenged since every time I use openKv without any parameter I ...
Ooker's user avatar
  • 2,874
0 votes
0 answers
57 views

Is my WordPress membership site considered SAAS?

I have simple WordPress site that accepts user registration and delivers online courses to organisations. The site works very similar to any other LMS platforms and is nothing really unique. However, ...
Alex Knopp's user avatar
0 votes
1 answer
124 views

ReactJS - Best payment processer for building a SaaS application

I'm looking to built an event board application where users pay monthly for a subscription and accept payments online for tickets. Anyone have any experience in payment processors that are the best ...
Joshua Feliciano's user avatar
0 votes
0 answers
43 views

Exploring Multi-Tenant SaaS Delivery with Twilio: Strategies and Limitations

I am considering using Twilio to provide a SaaS to multiple end-users. I believe that by using Twilio's sub-accounts, I can assign tenants to each end-user. I understand that the number of sub-...
tichise's user avatar
  • 517
0 votes
0 answers
145 views

SassError: Two forwarded modules both define a mixin named cdk-a11y

When I run my angular 15 application I am getting an error named my-component.component.scss:17:100: ERROR: Unterminated string token but there is no character at that position also everytime I rerun ...
radhika kondapaneni's user avatar
0 votes
0 answers
53 views

SaaS multi_tenant questions

I am currently working on a multi tenant system for SaaS, but due to my lack of experience before, I have some doubts about having more tenants. Currently, a single database is used to distinguish ...
BetterCoder's user avatar
0 votes
0 answers
219 views

role does not exist in openAI and can't find message error in Next.js

I have created a project in nextjs which is clone of chatgpt so I used openai api key but it's throwing errors in some objects and messages as I'm unable to use some of the latest openai import ...
Omkar sawant's user avatar
0 votes
0 answers
254 views

Accessing HttpContext in Program.cs

I am trying to build a multi-tenant application, where based on the user email, they will be mapped to different resources (database, redis, blob storage and application insights). The details of ...
akb's user avatar
  • 128
0 votes
0 answers
70 views

How to integrate SaaS subscription/contract product on AWS

I'm trying to figure out how to write the first stage of integrating a Saas product into the AWS Marketplace. Please tell me who wrote such code, how to use [AWS SDK for Java V2] to perform at least ...
Yustas's user avatar
  • 28
-1 votes
1 answer
243 views

Building Multi-tenant application using only docker/podman ( one container per tenant model)

I am building a embedded device/host that provides a particular service/API in a multi tenant mode. For security reasons strong Isolation is expected. and thus going with 1 container per tenant model. ...
Sumant Das's user avatar
0 votes
0 answers
42 views

How to point a domain to a subdomain from Laravel? (dns settings)

I have a app where each user can have their own store on a dedicated subdomain, for example: shop1.saas.app If I want a domain like myshop.com to point to a subdomain like sub.saas.app, how to do the ...
MoRamzani's user avatar
0 votes
0 answers
45 views

regional tenant based routing in multitenant saas

We are working on to deploy a saas application in two region (us,eu), and we have only single domain : "ourdomain.com". And we want to give a unique url to each tenant example tenat1....
Ravindra's user avatar
0 votes
0 answers
129 views

Docker for Laravel multi tenancy application -Error 502

I have configured a Docker setup consisting of multiple services: PHP, Nginx, MySQL, and Redis. My intention is to run a Laravel application using this configuration. However, when I execute docker-...
rabih mh's user avatar
0 votes
0 answers
11 views

conceptual data model for B2D(eveloper) SaaS platform

I am just starting to work on the conceptual data model for a SaaS B2D(eveloper) platform. The platform allows anonymous use through the downloading of an sdk and the creation of anonymous API keys. ...
ged's user avatar
  • 25
1 vote
1 answer
65 views

in-database logging utility for BC outside the main database transaction

I'm using latest Business Central SAAS 23, trying to add in-database tracing for some long running processes. (I can definitely do something via outbound HTTP, but it'd be more convenient and probably ...
David-SkyMesh's user avatar
1 vote
0 answers
70 views

Dynamically Handle User Subscription Success/Failure in React Next.js and Lemonsqueezy

I have a React Next.js component that contains a function triggering a subscription purchase when a button is clicked. Here's the code snippet: export default function Home() { function buyingNow(...
Techlover69's user avatar
-1 votes
1 answer
473 views

Custom Login/Registration for Tenant Application in a sass

I want to make a saas application in which users can create a tenant and those tenants can have their own registration and login such that it looks like my saas application and the tenant application ...
Arpit's user avatar
  • 51
1 vote
1 answer
610 views

Rate Limiting and Pricing in Distributed Systems

I'm trying to build an application which relies on several 3rd party integrations in which there will be a UI and corresponding CRUD to define a "job" which will more than likely be enqueued ...
Malik Brahimi's user avatar
0 votes
1 answer
17 views

Verify claim of service provider: hosting in AWS Frankfurt

I am using a SaaS solution where the provider claims the solutions in hosted in AWS Frankfurt. Can I actually verify that? By GeoIP? How to do that?
René Heuven's user avatar
0 votes
0 answers
809 views

How to get all the Products from Amazon Seller Account into Private App?

I am developing a private application in ReactJs and NestJs for Amazon Seller Central using Amazon SP-API. I have completed the authorization step. Now I want to get all the products from the Amazon ...
Talha Moazzam's user avatar
0 votes
1 answer
90 views

How do I switch from 1 database to 1 database per subdomain rails

I have a multi-tenancy app where everything is stored in 1 Postgres database. All models have a account_id, so the data a customer can see is based on his account_id. This works perfect, but due to ...
suhel rana's user avatar
0 votes
1 answer
81 views

How can i validate if my Javascript tracking script on customer site is successfully installed?

We run a SAAS analytics app similar to hotjar and Google Analytics. The customer needs to install our javascript on their website in order for us to track. How do we validate if this script has been ...
Sathish 's user avatar
1 vote
1 answer
50 views

Is is possible to automatically generate all user that is related to the other user in Odoo?

I'm learning Odoo SaaS right now and I'm trying to create a relational database, you can imagine it as a organizational tree table, I don't know what's the best word for it, but its like that. So for ...
Stykgwar's user avatar
  • 671
0 votes
1 answer
310 views

How to build a Saas service which send some emails on behalf of your clients?

So this is not at all the focus of the Saas service, but a small needed component. Lets call the domain myservice.com, and I have a client MacDonalds. I want (MacDonalds) users to able to send emails ...
Andyj12's user avatar
  • 81

1
2 3 4 5
22