You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After hitting the same problem as described in #271 , I tried 0.1.106 of the plugin with 1.51.0 server, and hit the following error:
Error: unexpected status code: 400(Bad Request) Errors: theme.defaultMessages: You must specify all the required keys in the [theme.defaultMessages] property. It is missing these keys: customize. You may optionally use these default values:
│ customize=Customize theme.templates.oauth2Consent: You must specify the [theme.templates.oauth2Consent] property. During a POST request this field may be omitted if you provide a sourceThemeId.
The text was updated successfully, but these errors were encountered:
I believe you could just create a new template for this and add it to theme configuration under oauth2Consent prop, maybe having default OAuth2 consent template as base.
After hitting the same problem as described in #271 , I tried
0.1.106
of the plugin with1.51.0
server, and hit the following error:The text was updated successfully, but these errors were encountered: