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
When trying to upload a new config I get this error:
Config creation failed. unsupported Content-Type header (text/plain; charset=UTF-8): must be 'application/json'
So I have to upload it using docker commands like this: docker config create <name_of_config> <file_name>