Trevor Pfizenmaier

Results 87 comments of Trevor Pfizenmaier

I am noticing issues with using `@latest` where the browser is caching the script, and even though it is purged, the browser did not update the cache to the new...

@jimaek From what I could tell, the purge was working correctly on the server, it was just Chrome caching the script. It had been a week and I was still...

@jimaek I am still having issues with this. I moved to a different GitHub repo and pushed some changes around this time yesterday, but the script is not changing to...

I am using releases now, and I updated to a new version yesterday, but I am not seeing my Chrome refresh the cache by fetching the latest version if that...

ahhh, I see now. Thank you for your help and patience!

> Not exactly ideal but I got around this by applying the following className to the `SelectTrigger`: > > ``` > [&>span]:truncate > ``` thanks! I removed `[&>span]:line-clamp-1` and added...

only getting this error in development it seems.

https://www.loom.com/share/7d8d95668bc8422b99c9f28b45197ec2?sid=38bf4433-9c53-4ccc-a364-c1e615fddc1e

can confirm that `export const runtime = "edge"` is causing this error

when I add that I get the error `[auth][error] InvalidCheck: PKCE code_verifier cookie was missing. .Read more at https://errors.authjs.dev#invalidcheck` for other providers like Discord and Google in development. ```js cookies:...