-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
cloudflare dns failes due to missing (yet installed) cloudflare pip package/module #3824
Comments
Same here. Seems rolling back to |
neither does deleting the local image and restarting it. I have made certs using cloudflare on this yesterday |
I wonder if wiping the local storage may fix it? I didn't try that yet. |
That didn't work either on |
Got a slightly different error:
with no mention of |
Same here. I'm trying with 2.11.x, 2.10.x and 2.9.x and it doesn't work either. |
Got it to work! Using Follow these steps:
|
ill give that a try! |
It works! |
okay, now im going insane, i think. i did not have to do any of that, just went back to my old database.sqlite file and it worked just like that. i hate days like these. becuase you dont know what happened and what fixed it |
You saved me! |
Thank you so much, this was driving me nuts! |
Thank you for this fix, helped with my first installation |
Works like a charm! Thank you for this. I hope an update comes out soon to resolve it. |
For future people, if for some reason this doesn't work try doing
For some reason even if you reinstall the plugin after upgrading pip it will always pull the version that it was installed. |
thank u so much! this really helps |
The issue is the A more technically correct fix is only pinning the cloudflare package in the container using i.e.
|
This does NOT work on NPM on v 2.11.1 and running the pip install. |
Tried on 2.11.2 and works like a charm! thank you so much! |
Confirmed, this works on v2.11.2. |
Finally succeeded!! |
worked for me too :-)) thank you very much buddy @LandonPatmore |
For me, this doesn't work on the latest version. I might try rolling back to the version you mentioned. |
It's end of 2024,and not fix this yet,using @LandonPatmore,and works fine ! |
Worked for me as well after re-installing the latest version (didn't need to rollback but I had to reinstall the image). |
NPM worked fine for me for years then It is totally stopped few weeks ago. Okay, no problem, let's start from scratch. Still struggling. Can't install with pip as it cannot reach anything outside the container.
I tried to use host as network but in this case I cannot login to the npm. I'm totally lost. I'm using this compose.yml:
|
@Tamas92 Encountered the same problem and it's not solved yet |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
since today, the cloudflare dns provider fails to work. certbot is unable to find the CloudFlare module causing it to fail.
relevant error code:
before this i had been using the dns provider with no issues
Nginx Proxy Manager Version
v2.11.2
To Reproduce
Steps to reproduce the behavior:
generate a new ssl certificate using the cloudflare dns provider
Expected behavior
a certificate gets generated
Screenshots
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: