Smart App Launch not providing client_id

So I’m trying to integrate an app with Open EMR I have registered it as a smart app but when I click on the launch button I noticed Open EMR is not passing the client_id when hitting the authorize endpoint which then results in a 401 unauthorized error.

So I’m not sure if this is a bug or simply something I am doing wrong, I’m attaching my network console images for reference.

Any help is greatly appreciated, thanks.

Turned out I had an old container volume that had corrupted data of some sorts, anyways I did docker-compose down -v to delete the volume and then docker-compose up and everything was fixed.

IMPORTANT: docker-compose down -v will delete all the data in your docker container without a way of getting it back, you’ve been warned.

1 Like

Maybe you accidently used docker-compose 'aggravate me' -v instead!:slight_smile:

1 Like