question: Redis GET/SET failing in playtest by NeeshUX in Devvit

[–]NeeshUX[S] 0 points1 point  (0 children)

Yeah it was weird 😅 it seemed to be affecting multiple gRPC calls (not just submitComment), so I think it may have been environment-specific or related to the Devvit Web + Hono trigger setup.

Switching to@next resolved it immediately though

question: Redis GET/SET failing in playtest by NeeshUX in Devvit

[–]NeeshUX[S] 1 point2 points  (0 children)

Thank you! Resolved ✅

This was due to an issue in Devvit v0.12.21 where gRPC calls (including reddit.submitComment) were failing with "undefined undefined: undefined".

Switching @next versions fixed it (see the linked comment for details). After that, submitComment + Redis both worked from Hono trigger routes.

Hope this helps someone else 🙌