Steven Nguyen

Results 1187 comments of Steven Nguyen
trafficstars

@devberkay actually, I don't think you have use any random `your_meaningful_path`. You'll have to use `/auth/oauth2/success` for the success path and `/auth/oauth2/failure` for the failure path.

You might also be able to calculate the bounds: https://gis.stackexchange.com/questions/80809/calculating-bounding-box-coordinates-based-on-center-and-radius Here's the dart code: https://gist.github.com/stnguyen90/145bc06d4ae72c69295a46a05e2092d5 And here's what it generates:

> > You might also be able to calculate the bounds: https://gis.stackexchange.com/questions/80809/calculating-bounding-box-coordinates-based-on-center-and-radius > > Here's the dart code: https://gist.github.com/stnguyen90/145bc06d4ae72c69295a46a05e2092d5 > > If there is too much data, it would not...

@malikdoksoz, again, that's possible with my approach. Where is your concern?

@malikdoksoz, it would make it a little easier if it was done automatically server-side. Being able to do this simple calculation client-side allows you to move forward and not be...

@pspierce would you please 👍 this issue so we can properly gauge feedback?

@Leon0412 thanks for raising this issue! 🙏🏼 The error seems to indicate the client id and secret are incorrect. Can you double check the google oauth2 settings are still set...

@Leon0412 thanks for checking. ``` Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /usr/src/code/app/controllers/api/account.php on line 1426 ``` It looks like this warning is...

@sara-k-48, it is too big for phones as small as iPhone SE: ![image](https://github.com/appwrite/console/assets/1477010/a81ce773-b254-49aa-865d-5575f276d717) Perhaps we should hide on mobile?

Updated to hide the tag on mobile: ![Screenshot 2024-06-26 at 3 10 07 PM](https://github.com/appwrite/console/assets/1477010/d72cdb20-d644-41f6-9c1b-cd6d939d23e6)