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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...