admin管理员组文章数量:1122832
I am trying to setup Apple Associated domains, and test some logic around deep linking depending on whether an app is installed or not.
I want to get this setup in local development before I deploy to production.
For development I use Laravel and Valet. Everything is working fine locally hosted as
I have setup a paid ngrok account and have it configured as follows:
version: 3
agent:
authtoken: ---
web_allow_hosts:
- pit.test
- 127.0.0.1
endpoints:
- name: pit
url: xxx.ngrok.io
upstream:
url: pit.test
I run ngrok start pit
and I see:
Session Status online
Account xxx (Plan: Personal)
Version 3.18.4
Region Europe (eu)
Latency 24ms
Web Interface http://127.0.0.1:4040
Forwarding -> :80
BUT... When I go to I get:
<html>
<head>
<title>Valet - Not Found</title>
</head>
<body>
404 - Not Found
</body>
</html>
I’ve tried:
valet restart
- looking for logs in
~ /.config/valet/Log
. The files are there, but empty
I’m not sure how to debug this further or get it working. Any help greatly appreciated!
本文标签: nginx404 with ngrok and Laravel ValetStack Overflow
版权声明:本文标题:nginx - 404 with ngrok and Laravel Valet - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736308912a1933825.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论