Open dniasoff opened 2 months ago
Hello @dniasoff, thanks for contributing to the Password Pusher community! We will respond as soon as possible.
Hi @dniasoff - I'll take a closer look at this tomorrow when I'm back at my desk but a couple thoughts:
I'll give it some more thought and take a look again tomorrow.
Hi @pglombardo
Thanks for your quick response.
yes I have the following set
PWP__ENABLE_LOGINS: true
PWP__ENABLE_FILE_PUSHES: true
I can see and expire the file push using the GUI. I tried reproducing the POST request the dashboard uses to delete file pushes but couldn't get it to work.
Thanks
Daniel
Morning @dniasoff - You may have to update your container versions. Which Docker tag are you using?
My bad - just saw 1.45... these locale paths don't exist in the latest versions - /en
etc...
In any case, this is the code that does the redirect if conditions are correct.
Thanks @pglombardo
Using 1.45 from here - https://hub.docker.com/layers/pglombardo/pwpush/1.45/images/sha256-95fd3b50f0bd500fa7a74148db3f5b2deafcdc5416fb5ed781d1c0ba0749b0d2?context=explore
Not using locales?
Hi @dniasoff - this should be fixed in v1.45.11. Just tested now and all works ok. I greatly simplified that code to fix another bug in that area too.
Could you try this latest version out and let me know?
Hi @dniasoff - have you had a chance to try this out?
not yet, just upgraded to 1.47, will try and test tomorrow
On Sun, 20 Oct 2024 at 20:43, Peter Giacomo Lombardo < @.***> wrote:
Hi @dniasoff https://github.com/dniasoff - have you had a chance to try this out?
— Reply to this email directly, view it on GitHub https://github.com/pglombardo/PasswordPusher/issues/2516#issuecomment-2425191776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7BXDJFA6MECYTRLOMCDFTZ4QBU5AVCNFSM6AAAAABOIGDBT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGE4TCNZXGY . You are receiving this because you were mentioned.Message ID: @.***>
🐛 Bug Report
Trying to delete file pushes using API but getting 302 instead of 200
Exactly the same request works on file pushes
I can retrieve and push file pushes using API but just not delete
🔬 How To Reproduce
Here is a web capture of a successful file delete
and here is a similar failing file request
Code sample
Environment
Where are you running/using Password Pusher?
running in Kubernetes, tried 1.45 and 1.39