Thibaut Sardan

Results 195 comments of 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. ![image](https://user-images.githubusercontent.com/33178835/160934091-6022e91b-aabb-427a-b0d3-53ebf1254955.png)

Adding all the headers that Firefox has, the upload succeeded after 29min ![image](https://user-images.githubusercontent.com/33178835/160943225-b8192de4-d5e9-4165-bf21-e9978b8bf6d7.png)

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....