John Carter
John Carter
I know the OP wanted to use signed URLs, just a note we hit this issue accidentally because we were missing `GS_DEFAULT_ACL` from our settings.py, so were accidentally enabling signed...
For reference, I think this is currently the wrong approach, since as per my comment here, I think the "GET" value is what's actually going to be used. https://github.com/benleb/surepy/issues/209#issuecomment-2041288159
One thing I'm curious of is what the actual curfew will be - e.g. will the GET value change to `"unlock_time": "07:39"` tomorrow?
The issue is no longer happening, I suspect that's because it's now after midnight UTC, so UTC date has changed. > One thing I'm curious of is what the actual...
> Not sure if it's connected but I have noticed that (at least for me here in the UK) whenever our local times change my curfew settings for our cat...
@amagar088 , any progress on this?
1.0.1 hasn't been tagged, can that be done before this is closed?
Just noting an alternative way of handling this it to define `edit_handler.base_form_class` on your model or ModelAdmin, and then override the field with a disabled version in that form class....
Alternatively would adding `logger.exception()` at https://github.com/dj-stripe/dj-stripe/blob/master/djstripe/models/webhooks.py#L101 do the job?
I don't disagree with logging these exceptions as discussed, but just checking - are you not able to see the saved exceptions in webhook admin?