i'm trying to follow this react guide https://github.com/adrianhajdin/social_media_app but after finishing it i can't seem to get past the login page or create new user a quick check with the dev tool give me this
TL;DR
- Developer is having trouble with the connection while trying to follow a React guide for a social media app.
- Unable to get past the login page or create a new user.
- Received a "connection refuse" message in the dev tools.
- Possible solution: Check the backend endpoint in the React app and ensure it is running correctly.Recommended threads
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...