jim

Results 2 comments of jim

@davidhervas since the resolver uses **axios** to make request on google api, you can try injecting the token by using interceptors. ``` axios.interceptors.request.use( config => { const token = localStorage.getItem('token');...

@hloriana I tried using a different zip library and append file per file and still getting the same issue. Here's the full deploy script i'm using for this. Let me...