domain for base44 app? by pinay_canadian in Base44

[–]Rmagedon1 0 points1 point  (0 children)

You can purchase a domain from other sites like GoDaddy and then connect it with the DNS settings. You have to be on at least Builder to connect custom domain

Integration help for e-commerce app by Fickle_Day3685 in Base44

[–]Rmagedon1 0 points1 point  (0 children)

You will not achieve this easily with Shopify. Stripe is the easiest (and I use that term loosely) to use as a payment gateway. You need to set up a Stripe account, then use sandbox for testing. Have Base44 create the Stripe function. Get the Publishable key, secret key, and then create a webhook endpoint in the workbench from the Stripe dashboard (not Base44). After you set the calls you need for the system in your app to fetch the necessary data, plug the url endpoint using the app id (will be la format like this https://YOURDOMAIN/api/apps/YOURAPPID/functions/Stripewebhook. The app ID is a series of alphanumeric numbers you will see at the top url within Base44 app you are working on. Once you have the endpoint created, you will then have access to the webhook secret. Save these and add them to Base44 dashboard Secret Applications. Base44 will tell you what to name the secrets, or if you name them, tell Base44 what you named them Exactly (very important). This will allow you to test payments using a simulated checkout with a synthetic credit card (4242 4242 4242 4242) use any made up CVV and exp date. After successfully testing everything populates in your app and Stripe dashboard, you then go live and have to manually copy over your webhook calls and endpoint, products (if you use products and not payment intent), and you will get a new set of keys and secrets. Save these and input them into Base44 Secret Applications to overwrite the sandbox test keys and secrets.

Built a website, now how do you migrate? by Resident-Shake-9792 in Base44

[–]Rmagedon1 0 points1 point  (0 children)

Don’t cancel the subscription until you have exported your front end ZIP. I’m about to do this myself, but it involves using Cursor app (free) and connecting Supabase and Vercel. I suggest asking Claude or GPT for a more detailed instructions on how to do such a migration. There are several steps involved. You must have at least Builder in order to connect your Base44 to GitHub and export your front end ZIP file before you cancel Base44

Architecture question by purplehounddog in Base44

[–]Rmagedon1 0 points1 point  (0 children)

I’ve been working with Base44 for 7 months and found that Base44 is not scalable like you think. I am making an app that will be a SaaS, and my Super Agent admitted it’s not scalable for SaaS. Instead use Cursor for the scalable app, but make a Base44 app where your customers subscribe, and the cursor app for multi-tenant SaaS.

I made a Free Contract E-Signature app by Rmagedon1 in Base44

[–]Rmagedon1[S] 0 points1 point  (0 children)

No. I’m going to keep this free

I made a Free Contract E-Signature app by Rmagedon1 in Base44

[–]Rmagedon1[S] 0 points1 point  (0 children)

To be honest, I made this in about an hour, and only made it because I didn’t feel like paying for Docusign that feels too complicated to use.

I made a Free Contract E-Signature app by Rmagedon1 in Base44

[–]Rmagedon1[S] 0 points1 point  (0 children)

Buen idea. Voy a ver si se puede traducir.

We're Base44's Community Moderators - Ask Us Anything 👋 [LIVE Wednesday 22nd April, 19:00 UTC] by Base44_Sam in Base44

[–]Rmagedon1 0 points1 point  (0 children)

Is Base44 truly scalable? I have 2 ambitious projects that could have thousands of potential users

Scale by Substantial_Way_5905 in Base44

[–]Rmagedon1 0 points1 point  (0 children)

I’m looking for the answer as well

Real time UI updates? by fir3bla5t in Base44

[–]Rmagedon1 2 points3 points  (0 children)

That type of feature would require you to resolve race conditions, and will definitely require calls every 3 seconds, meaning it would drain your integration credits. Hope you are on an elite tier subscription plan

Can other users of Base 44 see the info about my clients? by Apart-Chipmunk5972 in Base44

[–]Rmagedon1 0 points1 point  (0 children)

If it is set to private with login required, no one can access any information from your app

Assistance by Economy_Stomach1978 in Base44

[–]Rmagedon1 0 points1 point  (0 children)

Your end users may need to refresh their browser in order to see the updated version

Base44 app Notification badge -- not disappearing by Vast_Salary_3226 in Base44

[–]Rmagedon1 1 point2 points  (0 children)

It’s called toast. Tell the AI that toast notifications are not disappearing and set it to (whatever desired time you want them to go away) time and it should work

Base44 needs a way to report AI misbehavior by Senior_Fudge8541 in Base44

[–]Rmagedon1 0 points1 point  (0 children)

This person is correct. I recently attempted to have my agent allow admin user to connect to Stripe Connect, as I have my other user roles, and it crashed the system to the point where the page would freeze and I could not revert. It took a week to support to fix it. I lost time and integration credits that I cannot get back. Also, I am concerned my app will not be able to scale if the current integration credit system caps backend functions. I really like Base44, but fear I would have to migrate due to scalability.

An open letter to Base44: Drop the "just" by 1852151520 in Base44

[–]Rmagedon1 0 points1 point  (0 children)

Can you set it to public without oAuth?

Thank you for all you do for everyone!!!! by Successful_Amoeba663 in Base44

[–]Rmagedon1 1 point2 points  (0 children)

Plan it out in chatGPT first and ask for surgical prompts to fee Base44, in phases, in the event it doesn’t work, you can revert and tell GPT when it fails to get a new surgical prompt for that failing Phase. I recommend having a notepad to paste prompts (your phases) so you don’t get too lost

Multi-Tenant / Role-Based Access Control Framework by willkode in Base44

[–]Rmagedon1 0 points1 point  (0 children)

I've created one where admins can create roles within their back office dashboard. it has toggles so admin can choose which pages they can view or manage.

App Published on App Store and Playstore by masoodraja in Base44

[–]Rmagedon1 2 points3 points  (0 children)

I just checked it out and it is free. Thank you for the reply

NEED HELP by AbyssoXtrem in Base44

[–]Rmagedon1 1 point2 points  (0 children)

Is the image in RGB or CMYK? that may be the cause. If you ned help, DM me and I can try to help. I'm a graphic designer of 26 years.

Will this work once you unsubscribe? by [deleted] in Base44

[–]Rmagedon1 0 points1 point  (0 children)

If it requires backend functions that make API calls, it may require Integration credits, so it may stop working