ericdrosas87
ericdrosas87
> The error indicates that that isn't happening right now, so I'd double check the permissions and ownership on that file against Apache's`www-data` user. I can confirm that when built...
And what's odd is that the only change between the build/deploy succeeded and Craft starting up successfully is the version bump from `v4.5.3` => `v4.5.4`
I just wanted to toss my hat into the ring and say that this is for sure something my team would utilize. Honestly, I'd prefer the option to disable the...
Coincidentally, I _just_ found a way to ignore the warnings, I have to put this before: ``` import logging for name in logging.Logger.manager.loggerDict.keys(): if 'urllib3' in name: logging.getLogger(name).setLevel(logging.CRITICAL) ``` And...
Any updates on this?
Adding that this is also affecting my team and would love for this to be fixed in the near future
> Hey, yes I can get this backported to the Craft 4 version 👍 Awesome - thank you @jamesedmonston !
@bmatthieu3 Unfortunately the issue is not resolved with `v3.7.3-beta` and we also noticed a new bug where right-click events are not working as expected.