What’s the best practice for expiring refresh tokens? Should apps keep them alive with a background/cron refresh via a lightweight API call, or let them expire and require the merchant to reopen the app if there’s no activity for 90 days?
FYI, if you’re working on a feature on a dev store and run into an App Bridge issue, it may be dev-store only. I rushed to patch all my apps yesterday after seeing broken navigation, despite not receiving a single merchant report. Turns out I was the only one seeing it 😅
@dave_cameron@jzazove Definitely good to know that these updates sometimes roll out to dev stores first. Next time I’m the only one seeing an issue, I’ll make sure to test it on my wife’s live store before sounding the alarm 😅
Looks like App Bridge is having a rough day. Some redirects using JS open() suddenly stopped working forcing me to push non-ideal workarounds across all my apps. Also getting random alerts about “idToken unavailable”. Friday doesn’t seem like the best day for updates like this…
@jzazove Hmm great question! And yes, definitely possible for the redirect issue! Because I only discovered the issue by myself this morning while working on a feature. I was not aware it could impact only dev stores 🧐
As a solo Shopify developer since 2020, people could easily assume that AI made my work lighter. Ironically, in some ways, it’s been the exact opposite for me.
Over the past few months, I’ve started struggling with sleep for the first time in my life. My brain just doesn’t seem able to switch off anymore. Before the AI era, I could actually disconnect. I could travel, enjoy weekends, step away from work without constantly thinking about the next feature or project.
Now everything moves so fast that I feel permanently “on”. Even on weekends, I end up reopening my laptop, launching Codex or Claude, and finishing “just one more thing”. I genuinely love building with AI and I’m excited by what’s happening right now, but the pace and constant possibilities have changed the way my brain works. Instead of working less, I feel like I’m thinking about work more than ever.
And honestly, it’s exhausting sometimes. I’m more tired than before, my sleep is getting impacted, and I’m realizing how difficult it has become to truly disconnect.
Curious to know if other solo devs or entrepreneurs are feeling the same lately.
@Philo01 Thanks for sharing this and your experience. It definitely helps to feel “not alone". In June, I’m actually planning to take a real break, like I did over the last two years. I’m sure it’ll help!
Just got my BFS review email and... the only rejection reason I can't fix is this s-select Polaris Web Components issue I reported a month ago 😪 so my only option now might be to stop using s-select entirely and go back to regular HTML <select> elements. Super frustrating.