Why do database edits lead to null responses in simple controllers?
Anonymous
TRIALOP

2 years ago

Why is it that after editing a record from my database, a simple "get all" controller returns the collections I've edited as null from the runtime environment? Is this normal? I've conducted tests and before editing from the Railway JSON, it responds, but after making a simple change, it stops responding.

5 Replies

2 years ago

are you using the data tab?


Anonymous
TRIALOP

2 years ago

Yes, I am testing


Anonymous
TRIALOP

2 years ago

my collections have references, I thought it was because of their string


2 years ago

please dont use the data tab, it will insert incorrect data, use a proper database client like dbgate


Anonymous
TRIALOP

2 years ago

oh okay, i have not idea that behavior


Loading...