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

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?

Gadget to whitelist the required Microsoft/Azure endpoints

im trying to integrate the dvsa mot api to retreive vehicle details, i can get it to work outside of gadget but it wont connect inside gadget The issue appears to be that the MOT API calls are being made but may be encountering network connectivity issues specific to Gadget's infrastructure. Based on the earlier conversation history, this was a known problem - Gadget's network has restrictions that prevent outbound connections to certain Azure/Microsoft endpoints. ...

Gadget to achieve Built For Shopify issues

We used gadget to make our App, Moby Marketing on Shopify,, and now trying to qualify for Built for shopify but some requirements are way off. the app is quite simple and for sales, so no big image loads etc but - 1) our LCP (largest contentful Paint ) was 8 secs for our shopify app even for loading an empty page, no help on discord. Then via other communities and hacks we got it down to 3.5 sec, which is still is higher than required by shopify. How can we not get a simple resolve if gadget...
No description

The Shopify product image not pulling through

The Shopify product image not pulling through, I have tried various ways to prompt it to add the main image but it always throws out errors and I have to roll it back
No description

Built in way to delete all related Shop data of a Shopify store that uninstalled the app

I noticed that when I uninstall my app via Gadget or directly on the Shopify store the data still persists. I'm reading from Shopify review process that this must be addressed and data has to be removed that is related to the store that uninstalled the app. So my questions are: 1. Is there a built in way that Gadget can accomplish this or is this a manual build? ...

How to type data from useGlobalAction

I have a global action that fetches an order from the Shopify GraphQL API by id and returns it. It is correctly typed (see attached image). On the frontend, I call this action with useGlobalAction from Gadget, but the data is not typed (see attached image 2)....
No description