You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I was trying to run this from localhost using serve. However, when launching the app from the https://code.cerner.com portal I got this TypeError: Cannot read property 'substr' of undefined error. I wonder if it has to do with some kind of restriction about running apps on localhost/without HTTPS? I haven't found anything in the code that prevents using localhost, so it's maybe the OAuth2 server?
The underlying error is explained here, but I doubt upgrading the library will fix anything: smart-on-fhir/client-js#22
Any thoughts?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to run this from localhost using
serve
. However, when launching the app from the https://code.cerner.com portal I got thisTypeError: Cannot read property 'substr' of undefined
error. I wonder if it has to do with some kind of restriction about running apps on localhost/without HTTPS? I haven't found anything in the code that prevents using localhost, so it's maybe the OAuth2 server?The underlying error is explained here, but I doubt upgrading the library will fix anything: smart-on-fhir/client-js#22
Any thoughts?
The text was updated successfully, but these errors were encountered: