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
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...