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
Hmmm. All of the test for that are passing. I tried the simple test that's in the Checks controller and it works. I was thinking it might have been a Closure that was somehow getting in there, but I wrote a new test for that it is passing.
Can you post your routes file (or email it to me if you'd rather it not be public?
Doesn't appear like this is working like it should. Anything placed within
redirect()
seems to throw an error.Example: You'd except this to redirect the local url.
redirect('/login');
Error Exception:
ltrim() expects parameter 1 to be string, object given
https://bcit-ci.github.io/CodeIgniter4/general/common_functions.html?highlight=redirect#redirect
The text was updated successfully, but these errors were encountered: