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
Hi, in our database we have a string primary key associated to users.
When trying to access to the route assignment/view?id=XYZ it catch an error because actionView(int $id) require an int as parameter...
How can we solve this without changing primary key type?
The text was updated successfully, but these errors were encountered:
Excuse me, you can solve the problem of when i trying to access to the route assigment/view?id=xyz page no found how can solve. It works fine with the firt user, but when i add another user they not work
Hi, in our database we have a string primary key associated to users.
When trying to access to the route
assignment/view?id=XYZ
it catch an error becauseactionView(int $id)
require an int as parameter...How can we solve this without changing primary key type?
The text was updated successfully, but these errors were encountered: