When I want to edit the Auth providers settings in the UI (here it's Discord), when I do "Clear all fields", put another client id and client secret in the fields, then click "Save changes", I have this error:
ERROR PATCH /api/settings
└─ An error occurred while loading the submitted data.
└─ code=400, message=json: cannot unmarshal string into Go struct field AuthProviderConfig.discordAuth.pkce of type bool, internal=json: cannot unmarshal string into Go struct field AuthProviderConfig.discordAuth.pkce of type bool
I didn't test doing it from code.
I've tested in --dev mode (on my local machine) as well as in production (on a remote server). Thanks for the help!
When I want to edit the Auth providers settings in the UI (here it's Discord), when I do "Clear all fields", put another client id and client secret in the fields, then click "Save changes", I have this error:
I didn't test doing it from code.
I've tested in
--devmode (on my local machine) as well as in production (on a remote server). Thanks for the help!