Steven Tey

Results 352 comments of Steven Tey

Stub is really amazing @Snazzah, great work! 😄 I'm planning to add a directory that has a simpler version of Dub (removing all unnecessary modules like Stripe, Plausible, etc.) and...

Just wanted to follow up and say that I haven't forgotten about this issue yet – it's top on my TODO list for this week! Sorry again for the delay...

Ahh yes, I should've been more clear about this in the setup instructions – I did write a note [here](https://github.com/steven-tey/dub/blob/main/pages/api/auth/%5B...nextauth%5D.tsx#L32) but it can be a bit confusing setting this up...

Unfortunately it’s because Sentry doesn’t support edge runtime 😞 ``` TypeError: Cannot read properties of undefined (reading 'getElementById') at node_modules/@sentry/nextjs/esm/performance/client.js:22:26 ``` Currently it's not possible for you to disable Sentry...

might wanna use `unstable_getServerSession` instead of `getSession`: https://next-auth.js.org/configuration/nextjs#unstable_getserversession

Still running into this issue!

having this issue as well 😕 an alternative I'm trying out is https://github.com/etienne-martin/device-detector-js – it detects M1 Macs correctly

Good question, looping in the Cloudinary team to help with this, seems like the issue is isolated to the upload widget

Hey @albertkimdev! Thanks for the question. I tried accessing https://subdomain.leavewithaweb.site/ and found that you might be facing a CORS error? There's also a client side error + get static props...

@albertkimdev Ahhh gotcha! Do you know what the `currentHost` value is here inside your `_middleware.js` file? ``` const currentHost = process.env.NODE_ENV === "production" && process.env.VERCEL === "1" ? // You...