-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
There are some bugs in the Console UI #8784
Comments
onewe
changed the title
Console ul can't show the error tip message correctly
Console ul can't show the error tip message correctly and some bugs
Jul 22, 2022
onewe
added a commit
to onewe/nacos
that referenced
this issue
Jul 22, 2022
- add server.error.include-message property - add no permission tip when push config - use addAllowedOriginPattern instead of addAllowedOrigin - remove RAM logic in the lib.js - fix button type error and mode value error in NewConfig.js - fix the password reset dialog can't show Close alibaba#8784
onewe
changed the title
Console ul can't show the error tip message correctly and some bugs
Console ul can't show the error tip message correctly and there is some bugs
Jul 22, 2022
5 tasks
onewe
changed the title
Console ul can't show the error tip message correctly and there is some bugs
there are some bugs in the Console UI
Jul 22, 2022
onewe
changed the title
there are some bugs in the Console UI
There are some bugs in the Console UI
Jul 22, 2022
onewe
added a commit
to onewe/nacos
that referenced
this issue
Jul 22, 2022
onewe
added a commit
to onewe/nacos
that referenced
this issue
Jul 22, 2022
onewe
added a commit
to onewe/nacos
that referenced
this issue
Jul 22, 2022
KomachiSion
pushed a commit
that referenced
this issue
Jul 25, 2022
* [ISSUE #8784] fix some bugs for Console UI - add server.error.include-message property - add no permission tip when push config - use addAllowedOriginPattern instead of addAllowedOrigin - remove RAM logic in the lib.js - fix button type error and mode value error in NewConfig.js - fix the password reset dialog can't show Close #8784 * [ISSUE #8784] fix translate error * [ISSUE #8784] user ON_PARAM instead of ALWAYS * [ISSUE #8784] fix user reset password in the Header.js
beet233
pushed a commit
to beet233/nacos
that referenced
this issue
Jul 25, 2022
* [ISSUE alibaba#8784] fix some bugs for Console UI - add server.error.include-message property - add no permission tip when push config - use addAllowedOriginPattern instead of addAllowedOrigin - remove RAM logic in the lib.js - fix button type error and mode value error in NewConfig.js - fix the password reset dialog can't show Close alibaba#8784 * [ISSUE alibaba#8784] fix translate error * [ISSUE alibaba#8784] user ON_PARAM instead of ALWAYS * [ISSUE alibaba#8784] fix user reset password in the Header.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Console ul can't show the error tip message correctly
How to reproduce:
Fix:
server.error.include-message=ALWAYS
in the application.properties控制台不能正确显示提示信息
复现步骤:
修复:
server.error.include-message=ALWAYS
配置Can't reset user password
How to reproduce:
fix:
不能重置密码
复现步骤:
修复:
Access-Control-Allow-Origin
How to reproduce:
yarn start
fix:
addAllowedOriginPattern
instead ofaddAllowedOrigin
跨域
复现步骤:
yarn start
修复:
addAllowedOriginPattern
替换addAllowedOrigin
The text was updated successfully, but these errors were encountered: