The app only accepts localhost URLs, and anything else will give an error and refuses to save the app.
This issue makes the app only works when trying it on the hosting machine, but not on any other device.
答案 0 :(得分:3)
您需要输入HTTPS网址,否则您会看到此错误:"请输入有效的网址字符串"
您可以使用1个域名和localhost。
这将有效:
https://my.dummy.site
https://localhost
这不起作用:
https://my.dummy.site
https://my.other.domain
https://localhost
在最后一个示例中,显示的错误是:"您可能不会使用多于1个外部域"