-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'substr' of undefined at stripTrailingSlash #22
Comments
@dwilhel1 Was this fixed? |
I am facing the same. Any solution yet? |
@bhupesh-sf It worked for me by putting a |
This is the line being called
And inside urlParam() function
And query is always empty so it is returning undefined as location.search has nothing. |
@kperveen When I put |
Ran into this issue when following the cerner tutorial :/ https://engineering.cerner.com/smart-on-fhir-tutorial/#app-launch because I tried to launch before running the app, as described in https://engineering.cerner.com/smart-on-fhir-tutorial/#test-your-app |
I too am having this problem |
Sorry for the late reply. This should be fixed in |
Many thanks @vlad-ignatov! |
I receive a somewhat vague error when using this client to communicate with an auth server:
From what I can tell, this is caused by
fhirServiceUrl
missing a value. Would it be possible to catch for an error here, and produce a more useful error message?The text was updated successfully, but these errors were encountered: