CCC2.1 Breaking changes

From version 2.0 to version 2.1 there are some changes that one needs to be aware of, therefore we’ve created this page.

Below are the changes:

  • Backend website has been converted to dotnet core from asp.net and therefore uses json config instead of .config

  • CCC site does not show message: “Use the API, Luke” anymore!

  • Api URL is now ONLY the CCC url.

    • Before: http(s)://my-ccc-url.com/dmm3bwsv3

    • Now: http(s)://my-ccc-url.com

  • Login box changes

    • If you login with SSO, fill in API URL just above Login with SSO button

    • If you login with username/password, fill in API URL in the top

  • If logging in with SSO, clicking enter to login wont work. The keyboard action Enter is only bound to the non-SSO login - see known issues.