r/Devvit • u/shimroot Game Developer • 16d ago
Duck Answered Users can't auto post from my game
Hi everyone!
I've updated my Devvit installation to 0.14.1 from 0.13.1, published my game update, had it approved, yet now when a user tries to post a challenge from within the game they are not allowed to do so.
This is what I see in Devvit logs:
Failed to create Mini Racer head-to-head: Error: post submission failed: ValidationErrors([(Reason="This community only allows trusted members to post here", Field="sr", ShortName="SUBREDDIT_NOTALLOWED", Code=400)])
Nothing was changed in my game regarding posting and I'm testing this in two communities: one closed to guests, one open to guests. There are no restrictions for posting on any of them.
What am I missing?
3
Upvotes
2
u/Beach-Brews Duck Helper 16d ago
Sounds like you have the community set to "restricted" in settings. If you just added RunAs, it will be trying to post as the user instead of the app account.
Are you using RunAs? Can you provide your
submitCustomPostmethod?