i have the app running, but not acting how it should, i uploaded images on the profiles, but unfonrtunatily it isn't showing. when i run with debugger on, i get that red screen with error and with debugger off, i get this result, what might be the cause of this
with debugger, we have got the red screen and without it, profile pics don't show, the like, retweet functions, not working properly and so on
I think you're doing a something! somewhere but the something is null
So whatβs the something?
Hat should I do to locate it?
I was running in debuting mode and this is what I got
Maybe you can look at some stack trace or search your code π€·πΌββοΈ
Recommended threads
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...