Can you help me resolve this issue. I don't understand what I'm not doing or doing wrong. Running a search shows alot of people has the same issue, but not getting much info on how they were able to resolve it. Here is the issue:
{
"message": "Invalid `success` param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, mysite.com",
"code": 400,
"type": "general_argument_invalid",
"version": "1.5.7"
}
Moreover, it works as expected locally.
What is the code for where this error is occurring?
Hello @Ryan Ryan, thanks for responding. Here below is the code:
@Steven was helping me with the issue yesterday, but it was late for me ... fell asleep with laptop on my lap ..lol.
Recommended threads
- 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...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...