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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
When I try to login with a user I get the following error appears:
Unable to communicate with server - Could not read JSON: No content to map due to end-of-input at [Source: org.apache.http.conn.EofSensorInputStream@161e6025; line: 1, column: 2482]; nested exception is com.fasterxml.jackson.databind.JsonMappingException: No content to map due to end-of-input
at [Source: org.apache.http.conn.EofSensorInputStream@161e6025; line: 1, column: 2482]
This is the response I get from my token endpoint, which is for the CF-CLI fully valid and works.
Here some more information:
Plugin version: 1.8.1 (A collegue of mine also tried this with version 1.8)
This happens when I try to login into a CF within the wizard of creating a new CF server.
The text was updated successfully, but these errors were encountered:
According to the spec the scope attribute should be a single string instead of an array. Within this string you could have multiple values separated by space.
When I try to login with a user I get the following error appears:
This is the response I get from my token endpoint, which is for the CF-CLI fully valid and works.
Thanks for you help
Dave
Here some more information:
Plugin version: 1.8.1 (A collegue of mine also tried this with version 1.8)
This happens when I try to login into a CF within the wizard of creating a new CF server.
The text was updated successfully, but these errors were encountered: