leokhoa / laragon

Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.
https://laragon.org
4.48k stars 372 forks source link

Ngrok only show home directory not app #565

Open koncoweb opened 1 year ago

koncoweb commented 1 year ago

I try to share my localhost site with virtual host "kasir.konco" , so the name is "kasir" and virtual host are "konco" , wordpress from laragon quick app, local development runs smooth, but when i share with ngrok ( i have sign up with ngrok, and verivy my email and added my auth token in laragon ) When i acces it, it only show laragon basr hoe directory ( ...laragon/www) and not my app

khanh-ln commented 1 year ago

I have the same issue. If you using nginx server, you can add domain allocated by ngrok to config of site and reload nginx. This is temporary solution

LebToki commented 1 year ago

Guys Do refer to this solutions here

TsKalandadze commented 1 year ago

Instead of using Laragon's built in Ngrok -> Share feature, open the terminal and try the following command: ngrok http --host-header=yourdomain.test 80 (80 is the port number) it should generate the sharable link. You can see it in this video: https://www.youtube.com/watch?v=sryNtS0ccj0&t=2s on 19:23

3xploiton3 commented 1 year ago

style is missing image

should be image

Instead of using Laragon's built in Ngrok -> Share feature, open the terminal and try the following command: ngrok http --host-header=yourdomain.test 80 (80 is the port number) it should generate the sharable link. You can see it in this video: https://www.youtube.com/watch?v=sryNtS0ccj0&t=2s on 19:23