Minsu Lee
Minsu Lee
@zhangzy7 This seems to be caused by an invalid media type declaration: `text/html; charset=gbk,utf8` According to [RFC 7231](https://tools.ietf.org/html/rfc7231#section-3.1.1.1) the grammar for media types the type/subtype pair followed by zero or...
https://github.com/flutterchina/dio/issues/1041
@maclne https://firebase.google.com/docs/reference/android/com/google/firebase/auth/GetTokenResult#public-mapstring,-object-getclaims > Returns the entire payload claims of the ID token including the standard reserved claims as well as the custom claims (set by developer via Admin SDK). Developers...
> if I Disable Vercel for GitHub by setting the flag to true: > { "github": { "enabled": true } } -> `{ "github": { "enabled": false } }` https://github.com/amondnet/vercel-action#disable-vercel-for-github...
@joonashak Please try again with `v19.0.1+3` to check if there is a problem with the latest version (`v19.0.1+4`).
@jackguoAtJogg It works fine in my tests. Please show me your `action.yaml` file or action log file. https://github.com/amondnet/vercel-action/runs/1015410039?check_suite_focus=true https://github.com/amondnet/vercel-action/runs/1015410052?check_suite_focus=true
I just reproduced the error. https://github.com/amondnet/vercel-action/pull/31/checks?check_run_id=1015424822 ``` vercel inspect express-basic-auth-m7ecjdzvj.vercel.app ``` ``` > Fetched deployment "express-basic-auth-m7ecjdzvj.vercel.app" in amond [2s] General version 2 id dpl_DbQTwq1Cz9ydVk4VdRSPvLqTud9V name express-basic-auth readyState READY url express-basic-auth-m7ecjdzvj.vercel.app...
@wmcheung Try this. ```yaml uses: amondnet/vercel-action@e610ddb0e844d1a22c4b27560c224f84f20f3061 with: working-directory: your-working-dir git-directory: your-git-dir ```
Yes, `routes` should be changed to `rewrites`. ~~But we don't use vercel's build system, so we have to use `builds`.~~ We don't even need to use `builds`.