#Command interaction works on desktop but not mobile

1 messages · Page 1 of 1 (latest)

formal quartz

This is a weird one I think... one of my users has reported that a command works for him on desktop but not on mobile. He shared the following video; https://www.youtube.com/shorts/oJSZBfJGgrk

Now, I tested it too on mobile and desktop and both work fine for me. I have a logline in my app (https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/blob/master/api/hooks/discordBot/index.js#L90) that is shown whenever an interaction is received (this is before any parsing or actions happen with the command). I can see my tests coming through but not the users' tests. It's like the interactions doesn't reach my app.

Any troubleshooting tips? 😅 I have no clue why mobile would make a difference here...

Thanks!