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
I found a solution to a common problem, that was also talked about it here, but without a proper solution: #27
I think it would be very helpful if that info would be added to the docs. It took me hours to figure this out, and I would not want anybody else get troubled by this.
You must use the exact same URL that is displayed when you start Vite. You can't even use 127.0.0.1 if vite runs on localhost or vice versa! It must be equal!
But this will work!
The text was updated successfully, but these errors were encountered:
I found a solution to a common problem, that was also talked about it here, but without a proper solution: #27
I think it would be very helpful if that info would be added to the docs. It took me hours to figure this out, and I would not want anybody else get troubled by this.
Add
server.origin
to yourvite.config.js
:You must use the exact same URL that is displayed when you start Vite. You can't even use
127.0.0.1
if vite runs onlocalhost
or vice versa! It must be equal!But this will work!
The text was updated successfully, but these errors were encountered: