magradze.eth
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. magradze.eth
?
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...