lovedigit
👽 Chevereto Freak
▶ Reproduction steps
I get the same trace route on both of these bugs.
When I try to delete an old user, I get this error in console, and when I click on https://domain.com/json, it shows me traceroute in "Error log message" below.
If it is server side issue, I do not know what caused this issue, because I am using the same VPS since last 4 years. Didn't change a single thing, except upgrading it to allocate more resources. I saw php session permissions, and they're fine. The php user:group has read and write access to session folder.
I verified that when I try to delete new accounts, this error doesn't occur. How can server side auth token expiration be partial to only old users, and yet work with new user deletions?

I suspect it is similar bug or somewhat related to album bug that Rodolfo identified in my previous post. When I try to move an album into another album, I get this error in console. And it shows same trace route.

If I am way out of track. Can you indicate what might be causing it? What to look for. Because I check all the permissions and settings on nginx and php. There is nothing I can find in error log as well.
📃 Error log message
Fatal error [400]: Request denied (auth_token)
Triggered in /app/routes/route.json.php at line 22
Stack trace:
#0 /lib/G/classes/class.handler.php(235): G\Handler->{closure}()
#1 /lib/G/classes/class.handler.php(135): G\Handler->processRequest()
#2 /app/web.php(478): G\Handler->__construct()
#3 /app/loader.php(299): require_once('/app/web.php')
#4 /index.php(20): include_once('/app/loader.php')
- Not sure how to replicate it, or if it is just me. I suspect it is same bug related to album. I am able to delete new users, but can't delete older user accounts.
I get the same trace route on both of these bugs.
When I try to delete an old user, I get this error in console, and when I click on https://domain.com/json, it shows me traceroute in "Error log message" below.
If it is server side issue, I do not know what caused this issue, because I am using the same VPS since last 4 years. Didn't change a single thing, except upgrading it to allocate more resources. I saw php session permissions, and they're fine. The php user:group has read and write access to session folder.
I verified that when I try to delete new accounts, this error doesn't occur. How can server side auth token expiration be partial to only old users, and yet work with new user deletions?

I suspect it is similar bug or somewhat related to album bug that Rodolfo identified in my previous post. When I try to move an album into another album, I get this error in console. And it shows same trace route.

If I am way out of track. Can you indicate what might be causing it? What to look for. Because I check all the permissions and settings on nginx and php. There is nothing I can find in error log as well.
📃 Error log message
Fatal error [400]: Request denied (auth_token)
Triggered in /app/routes/route.json.php at line 22
Stack trace:
#0 /lib/G/classes/class.handler.php(235): G\Handler->{closure}()
#1 /lib/G/classes/class.handler.php(135): G\Handler->processRequest()
#2 /app/web.php(478): G\Handler->__construct()
#3 /app/loader.php(299): require_once('/app/web.php')
#4 /index.php(20): include_once('/app/loader.php')