with a new build, following the Makefile and Dockerfile, the resulting application sends requests to the dsp-api with a header that was not there before: 'Authorization: Bearer false'.
This header causes dsp-api to return systematically an error 401 "unauthorised".
with a new build, following the
Makefile
andDockerfile
, the resulting application sends requests to the dsp-api with a header that was not there before: 'Authorization: Bearer false'. This header causes dsp-api to return systematically an error 401 "unauthorised".