Custom domain works but has an insane latency and hang time for some reason. Image is from cloudflare workers. Definitely something up with the networking, as the hang time is caused by an await on the endpoint. The Cname properly points to appwrite though.
When you don't use image, it works? Do you have proxying enabled? What's the region you have selected?
I'm not using image, and proxying is disabled. Region is nyc
for clarification: the website is attempting a very simple request to the endpoint for a user account, exactly the same as the quick start documentation for Auth in Svelte, as I was just testing out how the setup goes before diving in.
And you're using the Cloudflare NYC node?
cloudflare is anycast
There was a small incident today. Is it working fine now?
Yes, but if you're using the Australian anycast node, you will have more latency than if you use the NYC one
anycast auto-routes to lowest latency datacenter owned by cloudflare, so whichever is closest to me, which is within the U.S, a 100k ms latency wouldn't be normal even if I lived on the international space station. I rebuilt it and it fixed itself though - weird networking issue huh...
On another note - how do custom domains work because now i'm getting issues mentioning that the /account route is not a valid api route
I think there's an ongoing maintenance. Maybe it's related π€ cc @Meldiron
Got it.. The /v1 is an important part of the custom domain i guess and the route isn't reset
Yes, all routes should have /v1
Yup! Is that listed in Appwrite's docs?
Not sure. Also, why are you not using an SDK? π
I am
web sdk states that you need to set the endpoint in your docs for the client
docs/quick-starts/sveltekit
The endpoint is always your domain and /v1 as listed in the console
yeah haha, wasn't clear to me at first. Thanks for your help!
No worries. Happy to help! π :appwritepeepo:
Recommended threads
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...