After having issues with connecting my original site to a git repo I decided to delete the site and create another. Even though the original one has been deleted I am receiving the following error: "The maximum number of sites allowed for the selected plan has reached. Upgrade to increase the limit."
Network response:
"message": "The maximum number of sites allowed for the selected plan has reached. Upgrade to increase the limit.",
"code": 403,
"type": "additional_resource_not_allowed",
"version": "1.8.0"
}```
I couldn't find any other posts like this, apologies if I missed one. This user also seems to have the same issue: https://discord.com/channels/564160730845151244/636852860709240842/1431968268662341642. Let me know if you need anymore information. Thanks.
Recommended threads
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...