MrJeevesOriginal post
Web Developer
I'm trying to deploy a function, but it gives me this error message:
Incorrect proxy key.
/usr/src/code/vendor/appwrite/server-ce/src/Executor/Executor.php:97
#0 /usr/src/code/vendor/appwrite/server-ce/src/Appwrite/Platform/Workers/Builds.php(410): Executor\Executor->createRuntime('66b746bbefacd7b...', '6575e4b1b7a7adb...', '/storage/functi...', 'openruntimes/no...', 'v3', true, 'src/main.js', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers{closure}()
#2 {main}
Summary
Issue: Error message "Incorrect proxy key" when deploying a function
Solution: The error message "Incorrect proxy key" is often caused by an issue with the proxy key. Ensure that the proxy key being used is correct and matches the required format.