Player and encode problems

Hi, Bitmovin.

  1. When i use create encoding in dashboard using akamai cdn, it returns error and said invalid date. Looks like bitmovin error.
  2. I am using bitmovin-player-react package. And it has default ui even when i am passing to playerConfig.ui this code:
    {
    rootConfig: {
    type: ‘stack’,
    components: [
    {
    type: ‘controlBar’,
    components: [
    // default controls
    { type: ‘playbackToggleButton’ },
    // { type: ‘volumeControlButton’ },
    { type: ‘fullscreenToggleButton’ },
    ],
    },
    ],
    },

Can you help me please?