This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
stateService.ts:530 TypeError: Cannot read property 'getCookie' of null #71
Comments
What version of Angular are you using? It works best if you can use 2.3.x or greater. |
I'm using 2.4
…--
Jon Elling
On February 19, 2017 at 10:21:33 PM, Matt Raible ***@***.***) wrote:
What version of Angular are you using? It works best if you can use 2.3.x
or greater.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABzM_qsnkxqV_UbXFDFq65F-fsLLEQ-Mks5reQa9gaJpZM4MFl1d>
.
|
What build system are you using? I know how to make things work with Webpack 2, and might be able to help with SystemJS. |
I'm using SystemJS. Here's the config.js:
I believe the stormpath-sdk-angular.js is being loaded because we can see StormpathHttp.Http.request() in the stack trace above. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm attempting to use the angular 2 sdk but receive the following error:
Here's my typescript component:
Any ideas? I'm following the getting started tutorial here: https://stormpath.com/blog/angular-2-user-authentication
The text was updated successfully, but these errors were encountered: