lmnzx

Results 6 comments of lmnzx

@nilslice on running the curl command I am getting an error : `{"success":false,"errors":[{"code":6003,"message":"Invalid** request headers","error_chain":[{"code":6103,"message":"Invalid format for X-Auth-Key **header"}]}],"messages":[],"result":null}` I did some digging and was able to get a successful...

On running ` RUST_LOG=debug wrangler login` ``` [2021-06-23T05:23:40Z INFO wrangler::settings::global_config] No $WRANGLER_HOME detected, using $HOME Allow Wrangler to open a page in your browser? [y/n] y 💁 Opened a link...

I ran `wrangler login` when I am already logged in on https://dash.cloudflare.com I got ``` Allow Wrangler to open a page in your browser? [y/n] y 💁 Opened a link...

Since this project uses the "net/http", I think we have to use an external library to implement cors, https://github.com/rs/cors seems to a great library for this purpose.

@ankithans you are right, I changed it to a working API and it works perfectly. Can the default graphql-link.yaml be changed to avoid the issues?

we can have a graphql server with mock data on a Heroku free tier, as an example.