-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codium Agent Deployment Issue via GitHub App #812
Comments
@yosi-optimove , I assume you are looking for the PR-Agent Pro app that is hosted and managed by CodiumAI. |
@coditamar Regrettably, I'm encountering a "405 Method Not Allowed" error within the pod logs, indicating an issue with the handling of POST requests. The resources you shared seem to pertain to the PR-Agent Pro version, which, while informative, doesn't directly address the challenges I'm facing with the free edition. Could you possibly provide further insights or assistance tailored to deploying the GitHub App on GCP using the free edition? Any specific configuration advice, common pitfalls, or a checklist to ensure the deployment meets CodiumAI's requirements would be greatly appreciated. Additionally, could it be that the functionality I'm attempting to implement is only available with the Pro edition? |
@yosi-optimove Hey! I bumped into the same problem a couple of hours ago! I hope my approach will help you ✨
docker run --rm -it -e OPENAI.KEY=xxx -e GITHUB.DEPLOYMENT_TYPE=app -e GITHUB.APP_ID=12345 -e GITHUB.WEBHOOK_SECRET=xxxxx -e GITHUB.PRIVATE_KEY="xxx" -p 8080:3000 my-agent:latest
Cheers! Hope this helps! 🚀 |
/similar_issue |
Hi, have deployed codium agent using a github app using this guide:
https://pr-agent-docs.codium.ai/installation/github/#run-as-a-github-app
I am getting this errror:
"POST / HTTP/1.1" 405 Method Not Allowed in the pod logs
Please help me in resolving this issue Thanks.
The text was updated successfully, but these errors were encountered: