Closed kamilpiech97 closed 8 months ago
Should we add key
CACHE_QUERY_STORE
to.env
file?
Added
I can't create request, because type of request are not fetch
It happens when I have APP_URL
like localhost:8751 - I use this, because on localhost login by Google works - on blumilk environment the above error doesn't occur.
I can't create request, because type of request are not fetch
It happens when I have
APP_URL
like localhost:8751 - I use this, because on localhost login by Google works - on blumilk environment the above error doesn't occur.
Did u try do that on other branch? Maybe its general problem?
Okay, after removing 's' from https://toby.blumilk.localhost/
it works (login by Google and creating requests)
Should close #398. Optimized some queries on dashboard and vacation requests page - removed some duplicated queries and cached some similar queries with laragear/cache-query.