Can anyone help me? I am trying to add my own function, but URL generation happens with error.
It should be like that: https://66774c77d93fb8a49cbd.appwrite.example.com/
but my url is 66774c77d93fb8a49cbd.https://appwrite.example.com/
TL;DR
Developers experiencing URL generation errors when trying to add a custom function in their project. The desired URL format is not being achieved due to a mistake. The incorrect URL format includes the function ID before the 'https://' protocol. The correct format should have 'https://' at the beginning followed by the function ID.?
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...