Russ Michell

Results 5 comments of Russ Michell

I was having the same problem, but adding `['ACL' => 'public-read']` to the `write()` method, did the trick for me.

I've been playing with this custom setup and found that a pre existing nginx container can be made to proxy_pass to the btcpayserver container, but that the btcpayserver's nginx container...

+1 (I had to look in the issue list and search for "ajax", to see how it should be done)

I've been looking to do something very similar myself, without copy-pasting all the Wagtail page-specific renderer logic into a subclass. Tried with JSON+HAL last week using https://github.com/seebass/drf-hal-json/ but just couldn't...