Hannes Rudolph

Results 13 comments of Hannes Rudolph

Anyone have any luck on this?

I don't get what I am doing wrong. I tried to follow the steps outlined as the fix and i still cannot create a user from the backend and I...

I changed the NEXT_PUBLIC_SUPABASE_URL to my local ip. Works now.

rewrote use-copy-clipboard.tsx to this and now it works **Original** ``` import { useState } from "react" export interface useCopyToClipboardProps { timeout?: number } export function useCopyToClipboard({ timeout = 2000 }:...

> @hannesrudolph The Original code works for me. What browser are you using? Also, the code I implemented is the same mechanism to copy as used for the copy button...

> extensions? I use chrome. Let me check if it's an extension. That should have been my first thought. Duhhhh. Yesterday after installing big-agi I also experienced the same problem...

> > > @hannesrudolph The Original code works for me. > > > > > > What browser are you using? Also, the code I implemented is the same mechanism...

> > > @hannesrudolph The Original code works for me. > > > > > > What browser are you using? Also, the code I implemented is the same mechanism...

My site browser would not allow clipboard access on http because of a company profile I am using in google chrome. I just rewrote that snippet. I'm not running edge.

> > My site browser would not allow clipboard access on http because of a company profile I am using in google chrome. I just rewrote that snippet. I'm not...