-
Notifications
You must be signed in to change notification settings - Fork 41
跨域无法正常运转 #5
Comments
参考 #1 |
感谢,在生产模式下亦进行此设置,登陆、邮箱模块都正常运转。 还有一个问题请教: │ Name │ Update Metadata │ Install Metrics │ 请问何故? |
+1 我这边code-push用命令行也看到了有输出 但是web上面什么数据都没有 |
@zzyyzz1992 请问web没更新的问题解决了吗? |
@WaterEye0o web端我这边没有深究了,终端命令够用就好了,太忙了... |
恩好的谢谢 @zzyyzz1992 |
点击注册按钮输入邮箱无反应,12302端口为code-push-server端口,12303为code-push-web端口
//真实ip隐藏掉了
Console显示:
Fetch API cannot load http://我的ip:12302/users/[email protected]. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://我的ip:12303' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
网上查询到关闭网络安全的命令(Windows):
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
关闭后可以正常访问。
还请大神解答,谢谢!
The text was updated successfully, but these errors were encountered: