Skip to content
Discussion options

You must be logged in to vote

Hi Ryan,

Thanks so much for taking the time to respond! I checked everything on Cloudflare and the settings were okay.

I managed to resolve the issue and was actually related to session handling, although I'm not entirely sure whether this is the correct or recommended solution.

After some digging on Statamic's Discord, I found a similar case that pointed me to this GitHub issue:
#11411 (comment)

Following the suggestion there, I updated the user_id column in the sessions table to varchar(255). After doing that, everything started working correctly.

That said, I'm still a bit unsure why this fixes the problem and whether it's safe to leave sessions.user_id as a varchar long-term. At the m…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JaavierR
Comment options

Answer selected by JaavierR
@ryanmitchell
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants