Steven Nguyen

Results 1213 comments of Steven Nguyen

@deep-poharkar, thanks for your interest! πŸ™ Happy hacking! @aryanlath, we're assigning issues on a first come first serve basis. If @deep-poharkar isn't able to complete the issue, we'll reassign accordingly....

What runtime and version? Did you modify the code or did you deploy the starter code? Did you deploy via `appwrite deploy function`?

@silberGuy is that migration output the first time you ran the migrate for 0.15?

@ddenev, is there anything in the appwrite docker logs around the user creation? Also, how many users do you have?

@ddenev I wonder if there's a problem with: ``` res.json({ status: 'error', error: e }) ``` Can you try to remove the `e` or maybe to `e.toString()`?

To keep things simple, we're going to update https://github.com/utopia-php/framework/blob/d595df075aa9ee46147a388c63064b03aeeac466/src/App.php#L589-L593 to be: ```php throw new Exception('Error handler had an error: '.$e->getMessage(), 500); ``` so that it's more descriptive. The following shouldn't...

However, the downside about doing something like: ```php throw new Exception('Error handler had an error: '.$e->getMessage(), 500); ``` is we lose some trace info. Instead of seeing the following in...

This is in utopia-php/framework version [0.23.2](https://github.com/utopia-php/framework/releases/tag/0.23.2). TBD what version of Appwrite it will end up in.

@GenMech Thanks for your interest! You may work on this issue πŸ™ Happy hacking! πŸŽƒ

@GenMech are you still working on this or should we unassign you?