我在域 http://app.lvh.me 本地运行我的项目,它工作正常。
我正在用 ngrok 运行这个命令:
ngrok http --host-header=rewrite --request-header-remove 'referer' app.lvh.me:3000
结果是 Ngrok 转发是这样的:
Forwarding https://(mylinkhere).ngrok.io -> http://app.lvh.me:3000
当我转到 ngrok 给我的链接时,它不会将我重定向到
app.lvh.me
,而是似乎重定向到 lvh.me
,因为我所看到的只是欢迎 rails 页面。
我已经研究了几个小时并阅读了每个线程,但找不到解决方案。
请帮忙,谢谢
刚刚遇到同样的问题,并且能够通过以下方式解决:
ngrok http --subdomain <my_subdomain> --host-header=rewrite https://api.<my_domain>.com