#Command interaction works on desktop but not mobile

5 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!

untold ridgeBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

formal quartz
pulsar stratus
#

In such cases I would always ask if their app version is up to date. Updating can usually solve such stuff

formal quartz
#

Oh duh, good call. I've asked the user to check that.

Ty 😄