Deference between V3.7.0-beta.30 to now days

Hey Friends . While testing version V3.7.0-beta.30 - everything that belongs for google.js all goes simply fine - I have set the client id correctly with wadoUriRoot qidoRoot wadoRoot to be my dataset in healthcare api .
– EVERYTHING works FINE in this Version –
BUT - when i switch to a newer branch , I successfully can access my studies when i direct to http://localhost:3000/ , but inside a given study i am getting :

universalModuleDefinition:1

   GET https://healthcare.googleapis.com/v1/projects/my-pacs-project/locations/me-west1/datasets/my-dataset/dicomStores/my-datastore/dicomWeb/studies/1.2.840.113619.2.394.124048.1697706108.2.1/series/1.2.840.113619.2.394.124048.1697706108.1.1/instances/1.2.840.113619.2.394.124048.1697706574.17.1/frames/1 401 (Unauthorized)

There is something in addition that i should do , beside set client id and
wadoUriRoot qidoRoot wadoRoot to my gcp healthcare data set api ?

– All configuration in my google console (auth0,credentials,healthcare api) are the same as configured previously when i successful viewed my material using branch V3.7.0-beta.30

I am frustrated , couldn’t find anything to solve my issue