Maurits van der Schee
Maurits van der Schee
Look at this: https://github.com/mevdschee/php-crud-api/issues/953#issuecomment-1414236222 It may be a SameSite cookie setting issue.
@nkappler Can you try setting the "SameSite" property of the Cookie to "None"? It seems to solve most people's problems while developing (it is not recommended in a production environment).
A workaround is to set: $_SERVER['PATH_INFO'] = $_SERVER['ORIG_PATH_INFO']; At the top of the file.
Hi, this seems like a duplicate of #751.
> But it may be a huge rewrite for you? Yeah, that will be some work... and there is another solution with the VariableStore... did you try that?
Yeah, the primary key reflection does not work*, nor can all views be updated (only update-able views). To avoid support tickets I disabled the functionality. Although indeed we could allow...
>Is there something I'm missing, or do they just not get documented. No, I'm sorry, customer routes are not automatically documented. Do anyone know how this documentation could be automated?...
I checked the code path and I see no obvious problems. Can you reproduce this with only the dbAuth middleware loaded?
@NorthFred Can you help me with some reproduction steps?
Did you set one or both of these? "dbAuth.usersTable": The table that is used to store the users in ("users") "dbAuth.loginTable": The table or view that is used to retrieve...