Skip to content
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

No auth token on service operation #207

Closed
claustres opened this issue Dec 10, 2020 · 1 comment
Closed

No auth token on service operation #207

claustres opened this issue Dec 10, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@claustres
Copy link
Member

It is probably linked to the fact that when loading the app component operations are performed asynchronously. Indeed, some requests might still be sent after the authentication has failed due to an expired token because the user has not yet been redirected to the login page.

It might also be linked to an issue related to Feathers that should be fixed in V4.

Typical logs:

/kargo-aktnmap_aktnmap.1.npjexaglp0j97p67toq0z4roz
[31merror[39m: error: api/devices - Method: update: No auth token

/kargo-aktnmap_aktnmap.1.npjexaglp0j97p67toq0z4roz
[31merror[39m: error: api/organisations - Method: get: No auth token

/kargo-aktnmap_aktnmap.1.npjexaglp0j97p67toq0z4roz
[31merror[39m: error: api/5df0d2202447000024a82d44/event-logs - Method: find: No auth token
@claustres claustres added the bug Something isn't working label Dec 10, 2020
@claustres
Copy link
Member Author

Seems to be closed since we upgraded Feathers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant