-
Notifications
You must be signed in to change notification settings - Fork 21
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
doesn't work due to CORB now #80
Comments
also appears to be a vite version thing, since I don't have this issue on an older project using vite version |
What happens if you go direct to localhost:5173? |
takes me to the grid of urbit apps, since I am logged in. |
Sorry, I was on a plane. Okay, so presently, I can't replicate the issue described. I will write exactly what I did. This is on an M1 MacBook Pro. Version 111.0.5563.146 of Chrome (latest), urbit 2.1, and create-landscape-app 8.1.0.
|
Just ran through these instructions and got the same result (no issues). |
Ran through these steps and on step 6 I get stuck 12:12:25 AM [vite] http proxy error at /~/scry/docket/charges.json: http://localhost:5173/ gives me a 500 error |
Are you running your ship on localhost:80? It is often :8080 on Linux. |
Yes, confirmed, when I boot ship, it prints: http: web interface live on http://localhost:80 |
quick update: solved the issue; for some reason changing the .env to http://127.0.0.1:80 instead of http://localhost:80 did the trick. I thought these were the same thing but apparently not |
I can confirm that I also ran into this issue on Linux, starting from a complete blank-slate.
Being on linux, I had |
i tried to spin up a new project. To the best of my knowledge it is configured correctly.
I edited the
+cors-registry
as the README dictates. still get this (I am logged in to the ship locally as well)relevant logs:
when I try running my browser with security turned off, I get a slightly different error:
it seems to me that something with how vite is passing along our urbauth cookie is not working
The text was updated successfully, but these errors were encountered: