Richard McSharry

Results 37 comments of Richard McSharry

@vpelkonen Yep that's what I ended up doing also. I still think the root problem is a bug in Contentful though since I can repeatedly make it happen as described...

@JrogeT this is so long ago for me that I have forgotten it (and no longer have access to the code). Sorry, cannot help. :(

@costlydeveloper thanks, but what I'm saying is that the example code on the playground is wrong. Look at the names of each of the config options. For example: `**C**onfirmLabel `should...

I found another solution to this problem, unfortunately it requires a fair bit of coding: 1. Create a User object class with all the attributes you want in it. For...

One (awful) workaround I tried is that on the component that is reloaded I added a timer to delay calling the service that gets the data for that component. I...

Possible solution: I think that before line 20 of the interceptor we need to check if validate_token call has finished and only get token from storage after it has completed....

It seems this is a common problem, some suggested [solutions are here](https://stackoverflow.com/questions/45202208/angular-4-interceptor-retry-requests-after-token-refresh). I'd like to update the library to fix this bug...but not sure of time/skill required, I might have...

The retry only works sometimes 👎 It causes some requests to get cancelled, which then causes token invalidation problem which again results in a 401 unauthorized. So this issue is...

@SimonBrazell No, I never found a solution, my app still does this 👎

@neroniaky Please could you release a stable version (ie. not a beta)? Thank you.