dicedtomato

Results 82 comments of dicedtomato

Seems like it works but when a session is invalidated, you can still navigate through the dashboard but all the API calls fail with "not logged in"

Closing this since it's being implemented in v4 but differently.

could you upload the sxcu file generated by Zipline? make sure you redact anything sensitive

I think the issue was that you set the `colorScheme` for the latte theme as `dark` instead of `light`. A quick look at the theme tells me that it should...

looks this this is only happening to the scheduled tasks.. does the dashboard work fine and show everything correctly? you can try enabling the healthcheck and try going to `/api/healthcheck`...

@nikolanovoselec @wraithy would you guys be able to add the environment variable: `DEBUG=*`? this will enable a TON of debug logs for all sorts of stuff, including prisma, which may...

i believe the issue was every time thumbnails or partial files were handled, it creates a new connection to the db, which would cause it to reach the connection limit,...

I'm not able to recreate this. I'm not sure I understood what the issue is though, it might be helpful if you could run a screen recording of you doing...

Discussed in discord, seemed like the issue was /api/user/avatar was giving a 404 response when there is no avatar - which is intended behavior anyway.