appwrite / appwrite/appwrite

🐛 Bug Report: Password recovery url doesn’t generate well for flutter web

Open
#2,403 8 comments 2 reactions 0 assignees View on GitHub
bug product / auth
Dominant language
TypeScript
Stars
57.4k
Forks
5.7k
Avg merge
16h 27m
Merged PRs (30d)
291

Description

### 👟 Reproduction steps

-call the createRecovery method of the appwrite flutter sdk, providing a valid email and url
-the url should be under the format https://domain/#/recovery
-receive the email

### 👍 Expected behavior

A url that looks like https://domain/#/recovery?userId=76887&secret=877797......&expires=77686... so basically the url we gave plus the query parameters

### 👎 Actual Behavior

https://domain/userId=76887&secret=877797......&expires=77686...#/recovery so it adds the query parameters right in the middle of the original url

### 🎲 Appwrite version

Different version (specify in environment)

### 💻 Operating system

Linux

### 🧱 Your Environment

0.11.0 appwrite version

### 👀 Have you spent some time to check if this issue has been raised before?

- [X] I checked and didn't find similar issue

### 🏢 Have you read the Code of Conduct?

- [X] I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.