Rank 2: Process
Hello,
Since the 2.0.0 upgrade (currently at 2.3.0), I can no longer push sites or functions with the CLI (version 27.3.0), I have the following error:
✗ Error: Failed to push function Notify suggestion: invalid in (url): malformed URL ✗ Error: No functions were pushed.
Here is the server side error:
orchestrator | {"time":"2026-09-25T11:06:46.514507846Z","level":"WARN","msg":"Client error","service":"orchestrator","backend":"docker","error":"invalid in (url): malformed URL","path":"/v1/jobs","status":400} orchestrator | {"time":"2026-09-25T11:06:46.514559693Z","level":"INFO","msg":"HTTP request","service":"orchestrator","backend":"docker","method":"POST","path":"/v1/jobs","status":400,"duration":224003} appwrite | http.request · 55.3ms · ace9a1b1 appwrite | appwrite | level error appwrite | http.method POST appwrite | http.hostname backend.wirenox.com appwrite | http.locale en-US appwrite | project.id 6a5a33d9003e5d3941c9 appwrite | user.id 69064ea8000820deaf87 appwrite | database.host database_db_main appwrite | http.path /v1/functions/:functionId/deployments appwrite | http.response.code 400 appwrite | appwrite | OpenRuntimes\Orchestrator\Exception\ApiException: invalid in (url): malformed URL appwrite | at /usr/src/code/vendor/open-runtimes/sdk-for-php/src/Transport.php:120 appwrite | at /usr/src/code/vendor/open-runtimes/sdk-for-php/src/Transport.php:41 appwrite | at /usr/src/code/vendor/open-runtimes/sdk-for-php/src/Jobs.php:78 appwrite | at /usr/src/code/src/Appwrite/Deployment/Deployments.php:230
Thank you for your help!