Thibaut Sardan
Thibaut Sardan
Thank you so much Ric, will take a look at it :)
Thanks Ryan, tbh I either didn't see, or had forgotten this example. This is going almost as far as needed. There's a multisig that creates a pure proxy. But there...
I'm using it successfully with react-query v4, thanks a lot for having published the beta. A couple comments regarding the documentation for the example using graphql-ws: - I'm not sure...
I wonder if a confirmation email is a standard thing to do.
Hey @bkchr, it's unlikely to happen unfortunately since this project isn't actively worked on :|
The test done by copying the curl request from Firefox didn't work. getting a 400 instantly, there's not way to upload something here. ```bash curl 'https://stage-api.chainsafe.io/api/v1/bucket/6c3e9ef9-1320-4b99-951f-0ef9466e2222/upload' -X POST -H 'User-Agent:...
Did the test on Storage staging (dev) and it's failing with a cors header 400 ``` Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://stage-api.chainsafe.io/api/v1/bucket/416624c6-12ce-4e46-b8db-785d0d54f580/upload....
I've now switched to postman with Storage on stage, and an api key, a call with the default headers from Postman lasting 27min succeeded. 
Adding all the headers that Firefox has, the upload succeeded after 29min 
I now switched my test to JS implementation using Axios and XMLHttpRequest with super simple html and vanilia JS pages, see the gist if you want to play with them....