(FIX): Working on the nil derefs, removed tx's from select queries. #37

Merged
azpect merged 6 commits from dev into master 2025-07-27 14:12:09 -07:00
Owner

Lots of the derefs were from the transactions failing, which meant that
removing most of them, helped prevent them!

Lots of the derefs were from the transactions failing, which meant that removing most of them, helped prevent them!
azpect added 1 commit 2025-07-27 12:08:14 -07:00
Lots of the derefs were from the transactions failing, which meant that
removing most of them, helped prevent them!
azpect added 1 commit 2025-07-27 12:08:19 -07:00
This was a simple update, just missing in the past. I really need to
cleanup the page loading, but that will come when the error displays get
implemented.
azpect added 1 commit 2025-07-27 12:15:06 -07:00
Author
Owner

Login is still broken, but this usually happens when the DB is switched and when the user data cannot be found, this needs to be fixed (even though its an edge case) to satisfy #28.

Login is still broken, but this usually happens when the DB is switched and when the user data cannot be found, this needs to be fixed (even though its an edge case) to satisfy #28.
azpect added 2 commits 2025-07-27 13:02:24 -07:00
If a user is logged into an account that cannot be found, they will be
silently logged out, so they can log back into their account. In the
event that the data becomes stale.
Author
Owner

Much of the auth issues have been solved at this point, not sure where else I need to look, but not marking the tasks as completed yet.

Much of the auth issues have been solved at this point, not sure where else I need to look, but not marking the tasks as completed yet.
azpect added 1 commit 2025-07-27 14:12:01 -07:00
I believe this can mark the tasks about fixing the deref issues with
auth completed. Will test in production to find out!
azpect merged commit b1dc5e67c0 into master 2025-07-27 14:12:09 -07:00
Sign in to join this conversation.
No description provided.