Skip to content

ngrok loads document root instead of shared site #376

Answered by davidgoweb
dustinatx asked this question in Q&A
Discussion options

You must be logged in to vote

I found a quick solution to overcome this issue because a few weeks ago, my team also encountered a similar problem.

Run the terminal in Laragon (terminal button) and execute the following command to set manually your key auth from ngrok:
ngrok config add-authtoken your_token

Then try running this command to run ngrok according to the local host in the www folder in Laragon:
ngrok http --host-header=foldername.test 80

if the host-header doesn't work, try to type the command above manually

Cherrs 🍻

Replies: 15 comments 21 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lordjack
Comment options

Comment options

You must be logged in to vote
3 replies
@kidstell
Comment options

@agrinfauzi
Comment options

@dustinatx
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@josealgardataborges
Comment options

Comment options

You must be logged in to vote
5 replies
@leokhoa
Comment options

@josealgardataborges
Comment options

@josealgardataborges
Comment options

@stevenmottiaux
Comment options

@dustinatx
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@josealgardataborges
Comment options

@boykioyb
Comment options

@fysioski
Comment options

@salimbenfarhat
Comment options

@salimbenfarhat
Comment options

Comment options

You must be logged in to vote
1 reply
@MDARH
Comment options

Comment options

You must be logged in to vote
3 replies
@dustinatx
Comment options

@davidgoweb
Comment options

@AchmadBudy
Comment options

Answer selected by alxndr-w
Comment options

You must be logged in to vote
1 reply
@AchmadBudy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted question docs Issues that are related to documentation