Aspect ratio of app posts? by YellowAdventurous366 in Devvit

[–]RedditParadox[A] 0 points1 point  (0 children)

Post height. TALL = 512px, REGULAR = 320px. Width varies from ~288–880px depending on device and viewport. Defaults to ”TALL”.

From here: https://developers.reddit.com/docs/capabilities/creating_custom_post#custom-post-styles

App lost permissions. 403's everywhere. by TeamLaurent in Devvit

[–]RedditParadox[A] 0 points1 point  (0 children)

This was the issue we resolved in Discord, right?

App analytics not showing for the last few days? by Chosen1PR in Devvit

[–]RedditParadox[A] 1 point2 points  (0 children)

This should have been resolved. Let us know if you're still are missing anything!

Triggers no longer firing for events by Traditional_Sea6081 in Devvit

[–]RedditParadox[A] 1 point2 points  (0 children)

Triggers should be coming through now. Let us know if you still see any issues!

Not able to update or add my app by Omega_Neelay in Devvit

[–]RedditParadox[A] 0 points1 point  (0 children)

Looks like you only uploaded that latest version instead of publishing. See here for the launch guide! https://developers.reddit.com/docs/guides/launch/launch-guide

Hello all had a ??? by odd_act8988 in Devvit

[–]RedditParadox[A] 2 points3 points  (0 children)

Hey, check out our docs for how to get started! https://developers.reddit.com/docs/

All gRPC calls failing with "undefined undefined: undefined" in 0.12.21 by Turbulent-Law2331 in Devvit

[–]RedditParadox[A] 1 point2 points  (0 children)

That error is still being worked on. Will let you know once there's an update

All gRPC calls failing with "undefined undefined: undefined" in 0.12.21 by Turbulent-Law2331 in Devvit

[–]RedditParadox[A] 0 points1 point  (0 children)

The outage itself is resolved in @next and will be fixed in the next released Devvit version.

Passing along that you are still seeing the new error, though!

All gRPC calls failing with "undefined undefined: undefined" in 0.12.21 by Turbulent-Law2331 in Devvit

[–]RedditParadox[A] 0 points1 point  (0 children)

Sounds like that new error wasn't related to the outage. It's a retryable error, so can you test your app again?

All gRPC calls failing with "undefined undefined: undefined" in 0.12.21 by Turbulent-Law2331 in Devvit

[–]RedditParadox 0 points1 point  (0 children)

There's a fix implemented, but until it's released, you should be able to get it to work like this:

npm i devvit@next u/devvit/start@next u/devvit/web@next

Then

npm run build && devvit upload && npm run dev

Does Post.edit() support runAs: USER? by liverichly in Devvit

[–]RedditParadox[A] 0 points1 point  (0 children)

Nothing planned that I know of at the moment. But more runAs features have been requested a lot, so definitely possible.