magradze.ethOriginal post
Web Developer
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/
Summary
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.