Steven Nguyen
Steven Nguyen
@reyesmfabian have you got this resolved or do you still need assistance?
Perhaps the BSD-3 License isn't picked up because of our 3rd clause. ```diff - 3. Neither the name Appwrite nor the names of its contributors may be used to endorse...
I think this is the thing that checks for the license: https://github.com/dart-lang/pana
> Perhaps the BSD-3 License isn't picked up because of our 3rd clause. > > ```diff > - 3. Neither the name Appwrite nor the names of its contributors may...
@Animesht1008 we won't be assigning this, but you can go ahead and work on this issue π This issue is open for everyone and we want as many quality PRs...
@HelixHEX please make sure to look at all the tasks in the Task Summary
> Will do. Should I include the appwrite.json file in the repo as well? @HelixHEX, yes please!
@LeonardoMantovani This is actually working as expected. Hashes are not part of the URL path; they're always added at the end as a fragment. I advise against using fragments as...
@LeonardoMantovani, is flutter unable to route properly or extract the query string in a URL like `https://mywebapp.com/?userId=XXX&secret=YYYY#/password-reset`?
@LeonardoMantovani actually, this looks like a duplicate of https://github.com/appwrite/appwrite/issues/2403. Can we close this and use that one instead?