
I'm seeing this response: {
"message": "Invalid success param: URL host must be one of: localhost, appwrite.mixpoint.dev, appwrite.io, *.mixpoint.dev",
"code": 400,
"type": "general_argument_invalid",
"version": "0.12.90"
}
and in my app settings:
(screenshot)
Any ideas?

Add a platform that matches exactly (not using wildcard)

I should inclue this

it's web

btw, all works great locally

if I add an exact match, it doesn't fix the issue

What did you put?

mixpoint.dev

should i put appwrite.mixpoint.dev?

What's your code?

then what's the point of wildcard

gimme a sec


it's public

It's a known issue: https://github.com/appwrite/appwrite/issues/6322#issuecomment-1850534416

Is this where your app is hosted?

The dns is managed by cloudflare, but i can make adjustments if needed

Make sure there aren't any extra spaces in what you put for the platform

this is the simplest app ever, so i'm a bit surpised there's any odidities
Recommended threads
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
