-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Apollo 1.9.1无法修改配置,提示“您的登录信息已过期,请刷新页面后重试” #4555
Comments
发现新建一个命名空间,也无法添加这一行 |
I think it's related to the user session instead of the config item, please refer https://www.apolloconfig.com/#/zh/development/portal-how-to-enable-session-store to enable session sharing. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
我也遇到这样的问题,修改了portal的默认session也无法添加 |
我解决了,挨千刀的,是信息安全部门的拦截了,让安全部门的将自己主机的ip添加白名单解决,他们拦截了部分操作。 |
我的环境是K8S
刷新页面,退出重新登录,清理缓存换浏览器都试过了,还是无法解决。
发现把其中某一行删除可以正常进行修改
但是这一行也没有特别字符,删除之后,再添加这一行也无法正常添加,于是通过改数据库ApolloConfigDB Item表中IsDeleted字段改回0恢复,然后再添加配置还是会提示“您的登录信息已过期,请刷新页面后重试”
The text was updated successfully, but these errors were encountered: