You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running LocalGTP over HTTP on LAN, I get the TypeError: crypto.randomUUID is not a function, because crypto.randomUUID() requires HTTPS. An easy solution is to use generateUUID() function from lib/api.ts. Here is the patch:
When running LocalGTP over HTTP on LAN, I get the
TypeError: crypto.randomUUID is not a function, becausecrypto.randomUUID()requires HTTPS. An easy solution is to usegenerateUUID()function fromlib/api.ts. Here is the patch:generateUUID.patch