Shoota Kumano
Shoota Kumano
we have similar problem in using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client#function-createuploadlink). ``` Type 'Unfetch' is not assignable to type '(input: RequestInfo, init?: RequestInit | undefined) => Promise'. Types of parameters 'options' and 'init' are...
Hi, I had get same error, and fixed like below.... 1. make cert with [mkcert](https://github.com/FiloSottile/mkcert) 2. add cert configuraton to vite.config like this. ``` server: { https: { key: fs.readFileSync('./localhost-key.pem'),...