Is there a way to test from different devices locally? #2724
-
I'm trying to access my local server from another computer and I'm getting a cors issue Note: copied from Discord |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can use the Chrome inspect tab (chrome://inspect) and test using port forwarding. You'll need to forward port 8080 and then go to https://localhost:8080 on your device. https://developers.google.com/web/tools/chrome-devtools/remote-debugging/local-server |
Beta Was this translation helpful? Give feedback.
You can use the Chrome inspect tab (chrome://inspect) and test using port forwarding. You'll need to forward port 8080 and then go to https://localhost:8080 on your device.
https://developers.google.com/web/tools/chrome-devtools/remote-debugging/local-server