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

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.

Outage alert system

Does Gadget include an outage alert notification system of any kind? I saw there's a sentry plugin, but would rather use a built in system if it's provided....

Shopify order with null values

Our development app used to receive Orders with all the fields populated, even customer fields like email or phone number. Suddenlty, testing a different development store only the following fields are populated: risk, shop, shopifyCreatedAT,. The rest are null. Has anyone experienced something like this?...
No description

Gadget Account Ownership

Hi, Please let me know steps to change gadget account ownership. Thanks

Help with webhook in Gadget.

I am using webhook for my gadget app when create the order but no be able to get event. Please let me know why this is happening.

I cannot rollback my changes and the whole I app i spent dayssss on is broken

I have tried manually rolling back the last few commands but it stays broken, I tried to let the Ai Assistant fix it as suggested, it makes it work but its different and every single change i made over the last few days is just gone. Please help me restore this. Project is 'myshopwrapped' and if we can restore to the last deploy, that would be amazing...

Change Autotable column width

With Autotables, we seem to get a default max column width of 200px, applied as an inline style (see picture). Is there a better way to change this than with css: Gadget_PolarisAutoTable_IndexTableCell Polaris-IndexTable__TableCell > div { max-width:400px!important...
No description

PDF Generation: Playwright Browser Path Issues in Gadget Cloud

Hey team! 👋 Working on server-side PDF generation using Playwright in my Gadget app, but hitting browser executable path mismatches. The Issue: - Playwright looking for: /home/api/.cache/ms-playwright/chromium_headless_shell-1181/chrome-linux/headless_shell - Browser installed at: /home/user_86045/.cache/ms-playwright/chromium-1181/chrome-linux/chrome...

Syncing of data from Shopify to Gadget

If I remember correctly, there's a once a day syncing of data from shopify to gadget right? If I use includeFields in the update webhook of a model, will it only update the fields that I put in the includeFields? Thanks!

checkoutApiSupported Duplicate Every Deployment

Hi, I'm seeing that every time I deploy or update an environment checkoutApiSupported on the shopifyShop schema gets generated. Can someone please help me with how to fix this bug?...
No description

PII Encryption

Hi, Does the encrypted string column meet GDPR or CCPA compliance or do I need to implement my own encryption?...

Transferring gadget images to shopify file

@Chocci_Milk Hi, we recently had a call about reducing request time by using the shopifyFileCreate to add files to shopify instead of hosting them on gadget. I have everything implemented but I ran across an issue. I am unable to run the fileCreate mutations on the existing stores because I did not previously have the file_write access scope on.

hydration issues - app is not loading on shopify embedded windows while working in preview

Hey folks, looking for help with a hydration issue in my Gadget.dev Shopify app. Everything works fine in Gadget preview, but when I load the app in Shopify Admin (as an embedded app), I get this warning and error: pgsql...

Retrieving role from context

I've created an audit trail model which captures changes to other models so we can view the entire history of a record, I'd like to be able to capture which role / API key triggered the change so it's clear if it was a user who made the change, or us. Is this possible? I can't find anything in the docs.

Misconfigured production TOML file error

Not sure how to resolve this. I've double checked the values and all seems well but the error still persists. Any help pls?