expose icon indicating copy to clipboard operation
expose copied to clipboard

No response from my tunnel at .sharedwithexpose.com

Open antimech opened this issue 5 years ago • 4 comments

Hello. After I set auth token I've started expose from my project directory $ expose The local dashboard at http://127.0.0.1:4040 is working and I see some results in the requests table but the website at https://url-shortener.sharedwithexpose.com doesn't seem to respond (it keeps loading). I've tried to disable firewall, no luck. I'm also using VPN and I tried to disable it.

I'm not sure how expose works, am I missing something? What should I do to troubleshoot it?

Linux Mint 19.3

antimech avatar Jul 06 '20 14:07 antimech

It seems like expose is not serving sites like ngrok (am I correct?), so I must call

$ php artisan serve

first, then

$ expose share http://127.0.0.1:8000

in separate terminal emulator.

Now it works.

antimech avatar Jul 06 '20 15:07 antimech

I'm having the same issue. Using Valet, so shouldn't have to do artisan serve.

frodeknutsen avatar Sep 24 '20 08:09 frodeknutsen

@frodeknutsen Valet has its own tunnelling, so you shouldn't need Expose:

 valet share

JohnnyWalkerDigital avatar Feb 10 '21 19:02 JohnnyWalkerDigital

Ive been having issues for a while now - Expose just doesnt work at all. Well it starts up, the dashboard shows the requests, but the responses are never loaded to the browser.

expose -V
Expose 2.0.2

mkdir test
cd test
echo "test" >> index.html
php -S 0.0.0.0:8888
expose http://localhost:8888

./expose http://localhost:8088
Trying to use custom domain: test
You are not allowed to specify custom subdomains. Please upgrade to Expose Pro. Assigning a random subdomain instead.

Status:			Expose Free - 👉 Upgrade to Pro at https://expose.dev/get-pro
Local-URL:		test.test
Dashboard-URL:		http://127.0.0.1:4040
Expose-URL:		http://km9fyllqfw.sharedwithexpose.com:443
Expose-URL:		https://km9fyllqfw.sharedwithexpose.com

+--------+-----------+----------+---------------------+----------+
| Method | URI       | Response | Time                | Duration |
+--------+-----------+----------+---------------------+----------+
| GET    | /         |          | 2021-07-27 09:18:08 | 9682ms   |
+--------+-----------+----------+---------------------+----------+

I have not succeeded in getting a response from Expose for many months :-(

PhilETaylor avatar Jul 27 '21 09:07 PhilETaylor