mijn_bassie
Hello there, i use just a few days Appwrite and damn what a nice site is is, but the only thing is i get a lot of server errors and every time i want to another page it loads a lot. Is this known or how can i fix it... I use a pro plan btw if that helps. My user is: tonymelony
TL;DR
Title: Server errors and slow page loading
Message: Hey fellow developers! I've recently started using Appwrite and it's been great so far, but I've been experiencing a lot of server errors and slow loading times when navigating between pages. I'm on a pro plan, if that information is useful. Has anyone else experienced this issue or know how to fix it? Appreciate any help you can provide.
Solution: It seems like you're facing server errors and slow loading times with Appwrite. While it's not a well-known issue, there are a few troubleshooting steps you can try:
1. Check your internet connection to Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.