StudioProcess / imagetool

1 stars 0 forks source link

Resume (reload) fails in edit-image component with 401 Unauthorized #61

Closed martinleopold closed 8 years ago

martinleopold commented 8 years ago

Problem is that this component dispatches a request on init.

Sequence:

  1. app component init: resumes session which refreshes token
  2. edit-image component init: sends request to generate cover

2 fails if 1 completes while 2 is in progress because a new token has been generated.