-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to setup the repo locally #56
Comments
I managed to run the code by replacing atob with decode from cloudflare's base64url utilities package but then i got this error once i enter my display name
|
Also this one sometimes
|
same issue here - clean install, added SFU app id/secret to .dev.vars as well as openai endpoint/token have also tried upgrading wrangler & other packages, end up getting a warning message where I think wrangler doesn't recognize partykit's Server class as a WorkerEntryPoint I believe this comes down to browser cookies. possibly from using the demo app & having a stale pre existing cookie on the same when I open in incognito browser tab this issue goes away |
@sadsciencee if you try clearing all site data before loading the page, does it work? If so, are you able to reliably get it back into the bad state? And if so, what are the exact steps you take to get it into that state? Additionally, your specific browser info (name, version) would be helpful! |
hey @third774 after clearing all cookies from localhost, it works and I'm not able to reproduce unfortunately. tried spinning up a few other projects that run on the same port to see if it was an auth conflict but to no avail. will write back if I run into it again error was occuring at this line
in getUsername.server.ts also tried updating the secret to another string before clearing cookies, same issue |
I cloned the repo locally & followed the instructions. After setting up the
.dev.vars
file, I got this issue on running it in browser:I want to play around with cloudflare calls. Is there a way to resolve this problem?
The text was updated successfully, but these errors were encountered: