"Quick share" don't work with me
-
Hello, I am using laragon v 4.0.16 and I wanted to try "Quick share" feature , so when I choose the wordpress site I want to share from "right click menu -> www -> share -> share-project name" as in the attached images, I found the terminal opened and NGork link copied automatic but if I try to open this link from another device mobile or desktop, it gave me an error "Server Ip didn't found "
-
Is there any answer @leokhoa
-
@waul
Can you show me the Ngrok console?
-
Here it is
and I tried to change the region to every possible option and the result is the same
-
@waul : The console says 301. I think there is a redirection on your code.
-
this is the url given to me when share @leokhoa
http://2e78d9b5.au.ngrok.ioand this screenshot from my mobile while tring to access it
and this screenshot from my desktop with the same url open with out problems
Is there any other thing I have to install sothat "quick share " works fine ?
-
@leokhoa any help ?
-
I found solution
/** Fix for NGROK 301 Moved permanently **/
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);add these lines to wp-config file
-
Landed here after finishing my integers calculation with the help of here guide.Thanks for this information. It useful