Kevin V.
Kevin V.
Ah nevermind I found the method. My toy implementation did the following: 1. User provides the audio stream url. 2. Addon downloads the audio file in full to HA first...
Is there a workaround for this? I am unable to launch my app since once the user completes their sign up using the SignUpButton on the homepage, they are not...
I was able to use this as temporary workaround. But its not ideal: ``` const SignUpButton = ({ className }: SignUpButtonProps) => { const clerk = useClerk() return ( {clerk.redirectToSignUp({...
I am still seeing this issue using a brand new project with `npx nextui-cli@latest init nextuitest`
Had to upload the video as a zip due to size: [bug.mov.zip](https://github.com/user-attachments/files/15518831/bug.mov.zip) This is from a completely new project with `npx nextui-cli@latest init nextuitest` using defaults. All I did was...
Hmm this seems to have magically fixed itself? Maybe this was some weird local next js / browser caching or something?