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
Hello,
I am using sentinel for authentication in my project, when i used the project on my local machine(code + db on same machine ), it worked well.
Right now, the code is in my machine and the database is another machine. The project is connecting to database but when trying to login, it returns null value for authenticate();
The text was updated successfully, but these errors were encountered:
now, the current situation is that , i have two machines, on one machine (A) i have (code + database) and everything is working well.
On second machine (B) , i have kept the code and database is on (A) ... the B machine code is connecting to database on machine A but not able to login ... it is returning null for for authenticate();
Hi! Did you find a solution for this? I'm having the same problem with Sentinel 6.0 on PHP 8.1. It works on local machine but not in other test environment.
Hello,
I am using sentinel for authentication in my project, when i used the project on my local machine(code + db on same machine ), it worked well.
Right now, the code is in my machine and the database is another machine. The project is connecting to database but when trying to login, it returns null value for authenticate();
The text was updated successfully, but these errors were encountered: