voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 231 forks source link

The request has not been applied because it lacks valid authentication credentials for the target resource. #359

Closed vg-github closed 5 years ago

vg-github commented 5 years ago

I keep seeing this message on all pages of Voten. It seems that all ajax requests to /api/* are getting this response:

HTTP Status: 401

{"message":"Unauthenticated.","errors":{"more_info":"The request has not been applied because it lacks valid authentication credentials for the target resource."}}

I'm logged in with the default admin credentials.

vg-github commented 5 years ago

Found it as a duplicate for https://github.com/voten-co/voten/issues/344