Paulo Margarido

Results 55 comments of Paulo Margarido

Hey folks! So, the reason you're seeing two sessions is that we use one 1st party cookie-based session for OAuth, which then gets converted to a JWT-based session that can...

Hey @a-r-d, thanks for the detailed report. Which version of the library are you running? I ask because we've made some improvements to that error message and released it with...

Hey @eitel4, thanks for the very detailed report! It sounds like the problem might actually be in the process of logging in to the shop, which isn't really affected by...

Thanks for pointing this out, we'll look into it! I've experienced the issue with removing the `return null` myself, but we'll see if we can fix the return type.

Hey folks, thanks for reporting this. I think you're right @PurplePineapple123 - the `serveStatic` call is intercepting the first request to `/` and defaulting it to `/index.html`, which causes it...

Setting this down for a bit as the params are very much tied to the base CLI framework, which makes this quite a bit harder to achieve. I believe it...

Thanks for reporting this, we'll look into what might be going wrong here. In the meantime, Thomas' class is definitely a good alternative, thanks @dan-gamble!

Hey @SerhiDi, if you've created your app using the CLI, it keeps track of which shops have installed your app (see `ACTIVE_SHOPIFY_SHOPS` the `/` route in `server.js`). When the app...

After you call `Shopify.Webhooks.Registry.register`, can you run `console.log(response)` to see if we're getting anything unexpected back? It's also worth pointing out that it may take a few seconds for the...

Hey folks, I raised this to the webhooks team, and Shopify **is** firing the `APP_UNINSTALLED` calls. I also tested the base app code, and the webhooks seem to be reaching...