Redis key value gets overwritten once a month with with graphql function losing all my data
conrmahr
PROOP

4 months ago

Hello I have a simple Redis db with 2 keys, one call feeds that is a json object that holds a collection of RSS feeds and metadata. It randomly gets overwritten with a graphql function saved to it as a string.

{"query":"query IntrospectionQuery{__schema{queryType{name} types{name}}}"}

My my web ui svelte app and node runner app do not use graphql. What could be casing this? Bots trying to farm for sensitive data or just bad logic when updating the key from two different apps?

Solved$10 Bounty

1 Replies

Railway
BOT

4 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway 4 months ago


Status changed to Solved conrmahr 4 months ago


conrmahr
PROOP

4 months ago

Solved. There was an endpoint in the code that wasn't authenticating properly.


Status changed to Awaiting Railway Response Railway 4 months ago


Status changed to Solved brody 4 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...