Superrocknroll25Original post
React Developer
I am making a project on React Native + Expo. I have it connected to an Appwrite project. The Appwrite project is sort of messy and it has 900k requests. I was getting an error when i tried to do anything in my react native project saying "Resource limit for your project has exceeded. Please Upgrade to a higher plans." I tried making a new Appwrite project, and it has no requests or anything yet. It still gives me the same error. Is the free subscription per project or for everything? Is there a way to fix this for free or do I need to upgrade to a higher plan?
Summary
Developers encountered a "Resource Limit Exceeded" error in a React Native + Expo project connected to an Appwrite project with 900k requests. Creating a new Appwrite project did not resolve the issue. They questioned if the free subscription applies per project or account and asked for a free solution or if an upgrade is necessary.
Solution: The free subscription limit applies per account. To resolve the issue without upgrading, developers can optimize existing requests or reduce unnecessary activities in the project to stay within limits.