Problem
When calling a valid login link (e.g. /login/?byToken=9f24f1fd771b6e35c57adb061be13e08ddc9875f) in the browser i get the following 404 error message: "The page did not exist or was inaccessible. Reason: Request parameters could not be validated (&cHash empty)". The login was successful though.
Workaround/Solution
It only works if i set ['FE']['cacheHash']['excludedParameters'] => ['byToken']. Then i see the logged in status on the login page in this case.
Question
Is this setting meant to be set and undocumented in the README or should it be working without the setting?
Problem
When calling a valid login link (e.g. /login/?byToken=9f24f1fd771b6e35c57adb061be13e08ddc9875f) in the browser i get the following 404 error message: "The page did not exist or was inaccessible. Reason: Request parameters could not be validated (&cHash empty)". The login was successful though.
Workaround/Solution
It only works if i set ['FE']['cacheHash']['excludedParameters'] => ['byToken']. Then i see the logged in status on the login page in this case.
Question
Is this setting meant to be set and undocumented in the README or should it be working without the setting?