appwrite / appwrite/starter-for-react-native
PING not working
- 主要言語
- TypeScript
- スター
- 9
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### 👟 Reproduction steps
Goal: Setting up Appwrite SDK in the project depending on if a project already exists or not.
```
const client = new Client()
.setProject("69794e5c003b6c712de0")
.setEndpoint("https://fra.cloud.appwrite.io/v1");
client.ping();
```
### 👍 Expected behavior
Client ping should work but it's not working
### 👎 Actual Behavior
Error ping not a function found
### 🎲 Appwrite version
Appwrite Cloud
### 💻 Operating system
MacOS
### 🧱 Your Environment
_No response_
### 👀 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/.github/blob/main/CODE_OF_CONDUCT.md)
コントリビューションガイド
調査の方向性
Issue に示されている Client のセットアップと client.ping() 呼び出しから始め、React Native starter の Appwrite SDK 依存関係と利用可能な Client メソッドを確認します。macOS でエラーを再現し、サポートされている SDK API または starter のセットアップを修正する必要があるか確認します。完了条件は、報告された "not a function" エラーなしで、ドキュメントに記載された ping チェックが実行できることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react-native, typescript
- 領域
- api, mobile
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100