You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select * from `nova_redirector_seo` where `from_url` = '/' and `enabled` = 1 limit 1
1.54ms/vendor/the-3labs-team/nova-redirector-seo/src/App/Helpers/NovaRedirectorSeoHelper.php:32
The text was updated successfully, but these errors were encountered:
I'm testing in local environment, and there is a fun fact: I added the cache to challengeRegex() and it works fine. But the cache on challengeExact() it dosen't work (same problem with the cache in middleware).
Seems like the cache key is not stored in Redis, or better: the key exists but if you call cache()->has() return false (but checking from the Redis client, is there).
Found in debugging app:
The text was updated successfully, but these errors were encountered: