- Issue created by @g_miric
- 🇺🇸United States cmlara
It has been over 6 years since I have had a production site in Pantheon so I can't say that I remember their architecture layout.
Quick glancing:
This error should only be present if:- For some reason the UID is not an an integer like string (should never happen).
- If the session is missing data(such as attempting to visit the entry form again after success, without auditing every line of code, maybe a login plugin granting access and another module redirecting back to the entry form).
- PrivateTempStore not returning data (If the session somehow became authenticated mid request, or if the session was not synced between backends this could occur). I would expect Redis to solve the not-syncing issue.
- 🇷🇸Serbia g_miric
I know that the issue is related to PrivateTempStore, but Redis didn't fix it. It is possible that it is related to race conditions, but I still need to check that.