Cameron Murphy

Results 18 comments of Cameron Murphy

OpenSSL 1.1 reached end of life on September 11, 2023, and as such I get this warning when installing `[email protected]` from Homebrew: ``` Warning: [email protected] has been deprecated because it...

I'm getting this issue even though I don't have a call to `getSession()` in my codebase lol Something in `SupabaseClient` seems to call it, `fetchWithAuth` calling `_getAccessToken` potentially. So even...

This problem also randomly cropped up for me in macOS Ventura 13.4.0 and it seems to have gone away after upgrading to macOS 13.4.1

Working nicely 👍

Having this problem too. The `nova/login` route is there when I run `artisan route:list`. Seems like a Nova bug more than a documentation issue? I feel like out of the...

Fair, it's just strange that setting up Nova on a 10.x Laravel project does the redirect for you and on a 11.x Laravel project it doesn't.