Sceat
Sceat
doesn't work in basic node neither
same here @spion
this related to #49 and #42 right ?
It's caused by an ugly mutation inside the `createPresignedPost` method ```js if (!client.config.bucketEndpoint) { endpoint.path = `/${Bucket}`; } ``` that code should be removed
cookies stopped working for me in 3.0
This code should throw you an error as you forgot to initiate the parameters ```js const query = gql` mutation ($name: String $email: String $password: String) { register(data: { firstName:...
@Karl-EdwardFPJeanMehu both are optionals
isn't the point of **automatic** persisted queries to not use whitelist ? if i understand correctly you can use [persistgraphql](https://github.com/apollographql/persistgraphql)
@lewis-geek in the mean time i just use the base cli ```yml - name: publish to netlify run: npx netlify-cli deploy --dir dist --site ${{ env.NETLIFY_SITE_ID }} --auth ${{ env.NETLIFY_AUTH_TOKEN...
Indeed seems to work! actually there may a loosely related problem ```yml with: args: deploy --dir=dist --alias=edge --message='Publishing edge' ``` `alias` is not an expected arguments even through https://github.com/netlify/cli/pull/943 has...