Replies: 1 comment
-
I also have the same problem. I have been using version 5. Can anyone provide a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when I set APP_CACHE=true i get this error.
{ "error": { "code": 401, "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", "errors": [ { "message": "Invalid Credentials", "domain": "global", "reason": "authError", "location": "Authorization", "locationType": "header" } ], "status": "UNAUTHENTICATED" } }
With disabled cache is ok.
laravel: 8
laravel-analytics:4.0.1
In analytics.php
'cache_lifetime_in_minutes' => 0,
Beta Was this translation helpful? Give feedback.
All reactions