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
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...