Gadget Developers

GD

Gadget Developers

Build SAAS apps alongside thousands of other Gadget developers. Get help, and offer help to others in the community.

Join

Capture payment for shopify

Hi, what would be the best/cleanest way to capture payments from orders in gadget for shopify

I want get edges more than 50 items

I want get edges more than 50 items
No description

Dev environment throttling

Does Gadget implement throttling when a lot of action calls are made or for a lot of action errors? I've been doing some stress testing that includes a lot of bulk updates and some intentional errors to test our Sentry integration. The development environment has been extremely slow for the last 20 minutes or so. The production environment is still functioning normally. I don't see anything in the docs about throttling or any indication that the app is being throttled. We will be doing a lot more stress testing this week with much heavier usage...

Product selector UI code

The product selector user interface (see screenshots below) is accessible from the Collections Edit UI in Shopify. It is a nifty modal that is super powerful. I bet many apps have the need for this as this is a fundamental building block of any app. Is the code for this open sourced? If yes, can someone point me to it?...
No description

Shopify sync

Hey, how do I make sure my Shopify sync syncs customers in time to interact with my app? I checked the last sync and it was 18 days ago. Isn't this suppose to be automatic? Any reason why it wouldn't be? Thanks!...

error making API call to Shopify for shop

I got so much error log like that. ( 100 per day ) TrackId: e604cf5bd4d672c72505d42f0f5183fd App: Lookfy ( production ) ...
No description

GGT_UNSUPPORTED_SEARCH error with Gadget API on specific combination of search query and filter.

Hi Everyone, I am having an issue where text search + date range filters fail on certain metafields but work on others. See the following scenarios where I tested to know what works and what doesn't: ❌ Fails:...
No description

Moving from Development to Production and deploying a newer Production version

I'm about to deploy my first web-app (not Shopify) and just wanted any advice on pitfalls. The docs say that the databases will be migrated but is not specific that I will not lose my development model data. Also if I then further improve the app which I will do in a development environment, thus with fresh data, and deploy v2 it looks like there is DB migration again so I assume it merges the production and development DBs.
Is this correct and has anyone hit any unforseen snags with data or anything else for that matter. I've read the docs https://docs.gadget.dev/guides/environments/deployment#deploying-changes-to-production and it seems pretty clear but experience has taught me better to ask. The CI/CD pipeline after first deployment is more crucial as by then I will have client data. Thaks in advance....

shop/update webhook issue

Happening since yesterday and we use Gadgets default shop/update action so I am confident this error isnt on our end
No description

The assistant encountered an unexpected error, please try again

I get this message since 4 hours.. I have enough credits. Is there a problem with the AI asistant?

Can I transfer a build from one account to another?

I have a pro account but I wanted to see if I could create a new app on another account and it worked within the free credits, can I move that to my pro account?

Is there a way to duplicate from Production to Development?

I see 2 different previews and I want the production preview to be the correct one and the development one to match that

AWS Integration Issue: Action Await Behavior Not Working as Expected

Problem Summary: We're experiencing an issue where AWS cannot properly await the completion of a specific Gadget action (updateRank) regardless of the action configuration pattern used. The AWS code continues to the next step before the Gadget action fully completes its processing. Important Note: The shopifyMutationRank action works correctly - AWS properly awaits its completion. This suggests the issue is specific to updateRank rather than a general AWS-Gadget integration problem. ...

Search on development not workin

Hi @Chocci_Milk , For my development enviroment Podify-Pro-Dev-v16 for the model productCollectionSKU my search is not working anylonger. it does work for the model in production and it does work for other models. Could you please check? ...

Shopify payment update webhook not triggering

Im looking to capture customer payment updates and implement the saving of the new payment id to one of our other systems. Looking at the Shopify documentation, it says that its possible https://shopify.dev/docs/api/webhooks?reference=toml#list-of-topics-customer_payment_methods/create. However this particular webhook is not available in the trigger option so I tried to add it manually, but even then it doesn't get triggered.

Gadget app not updating status in Shopify dev environment

Hi everyone! I’m having trouble connecting my Gadget app to my Shopify dev store. The app watermarks images and works perfectly in production, but in my dev environment images get stuck on “Processing”. Here’s what I’ve set up:...

Unable to add additional Shopify model field to schema

I have added the destination and deliveryMethod fields to the ShopifyFulfillmentOrder model schema.ts in the shopify fields array however these fields are not being created or reflected in the Gadget UI Is there a way I can force Gadget to reevalutate the schema.ts file and rebuild the model? Additionally if I add a junk field that is not supported I get Invalid Shopify field found in "schema.shopify.fields" Your app will not be operational until all fatal errors are fixed. which suggests that Gadget is happy with the new fields (destination and deliveryMethod) since no error is thrown - but is not adding them...

field fragment aggregates input relation

I got this error in my app app: reelfy Development environments: cuong...
No description

Can I get someone to check if any of our api.internal calls hit rate limits?

We have a large global action that runs at 1am UTC+0. I'm investigating a bug raised by one merchant and I'm suspecting it's because an internal API call actually failed (so we used a fallback value, which caused the bug). I haven't been able to replicate the issue, and couldn't see any errors in the logs - so this is my leading theory.