DRM protected content not playing on Safari

i am trying to play drm protected content on safari but its not working
this is the prepareContentId
prepareContentId: (rawContentId: string) => {
const tmp = rawContentId.split(‘/’);
return tmp[tmp.length - 1];
},

i keep getting this error
x-axdrm-errormessage: Invalid license request. Supported version is 1, but used version is 2065855599.

Hi Ahmed,
Thanks for reaching out to us.
What DRM provider are you using ?
Maybe your could also share the rest of your DRM configuration in order for us to check.
Thanks