-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新建用户的邀请链接不能复制 #701
Comments
邀请链接不能复制这个bug是不用“:3000”尾缀进入网页后产生的bug。在从“:3000”尾缀进入的网页里,“:3000/install”和“:3000/signin”都能进,但是“:3000/install”不能设立管理员账户,输入设置后点击建立账户按钮无反应,同时“:3000/apps”页面一直处于加载中。控制台报错信息是“Failed to load resource: the server responded with a status of 404 (Not Found)“和“install:1 Uncaught (in promise) SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON” |
我没看懂。不用3000你进的是docker内启动的web,最新的版本是0.3.12,这个问题应该改过。 另外你访问的3000端口是你本地启动的dev服务,但是dev访问代理的是5001端口,5001端口并没有暴露,推断你访问的接口没通。 |
非常感谢! |
该问题已经修复,建议关闭此issue |
在用docker进行本地化部署后不能建立新的账户,能够正常弹出链接邀请弹窗但是不能复制链接。网页检查显示不支持剪切板,但是更换游览器依旧不能复制,同时还显示没有可聚焦的元素。即显示“Clipboard not supported”和“There are no focusable elements inside the ”。
The text was updated successfully, but these errors were encountered: