We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
针对app取消授权后重新授权提示500,授权失败
复现
通过如下步骤可以复现:
期望
我可以重新授权到用户
The text was updated successfully, but these errors were encountered:
Would you please provide a detailed steps to reproduce this issue in the demo site?
Sorry, something went wrong.
目前我部署的版本(1.0.0)和demo版本不一致,在demo中无法复现,这个是版本bug吗
portal 报错日志如下:
It looks like your database schema is the latest while your server code is old, you could use the 1.0.0 database schema if your server is 1.0.0
docker部署,java-1.9.2版本,相同问题,修改ApolloPortalDB.UserRole的DeleteAt字段后即可重新授权 实际字段值应为ROUND(UNIX_TIMESTAMP(NOW(4))*1000),看起来像删除授权时未修改该字段,于是再次写入时报主键重复
No branches or pull requests
针对app取消授权后重新授权提示500,授权失败
复现
通过如下步骤可以复现:
期望
我可以重新授权到用户
额外的细节和日志
The text was updated successfully, but these errors were encountered: