Giter VIP home page Giter VIP logo

vuepress-deploy's Introduction

English | 简体中文

vuepress-deploy visitor badge

A GitHub Action to build and deploy Vuepress sites to GitHub Pages

Telegram Group: https://t.me/joinchat/Cz9TxNMrjIs3OWQ1

QQ Group: 742434216

Usage

Create vuepress-deploy.yml in the .github/workflows directory in the root of your repository.

name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@master

    - name: vuepress-deploy
      uses: jenkey2011/vuepress-deploy@master
      env:
        ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
        TARGET_REPO: username/repo
        TARGET_BRANCH: master
        BUILD_SCRIPT: yarn && yarn build
        BUILD_DIR: blog/.vuepress/dist/

The action will auto deploy the vuepress project when you push your code. Enjoy!!!

Demo

see: https://github.com/jenkey2011/vuepress-deploy-demo

Detail

The following guides are based on some shared assumptions:

  • Source code repository(vuepress-deploy-demo), we call it A
  • Target repository(vuepress-deploy-demo-target), we call it B

There are three situations. Each situation corresponds to a deployment file.

  • A TO A:gh_pages: deploy-to-current-repo-gh_pages.yml
  • A TO B:master: deploy-to-other-repo-master.yml
  • A TO B:custom_branch: deploy-to-other-repo-custom_branch.yml

Here we can see:

Step-by-Step Guide , please see the Step-by-Step

Parameters

Parameter Description Type Required
ACCESS_TOKEN Personal access token secrets Yes
TARGET_REPO The repository you want to deploy. e.g.:jenkey2011/blog. Default: current repository env No
TARGET_BRANCH The branch you want to deploy. e.g.:gh-pages.Default: gh-pages env No
TARGET_LINK The full address of the target repo will cover TARGET_REPO for other platforms. e.g.:https://user:${{ secrets.CODING_TOKEN }}@team.coding.net/team/repo.git. env No
BUILD_SCRIPT The script to build the vuepress project. e.g.: yarn && yarn build env Yes
BUILD_DIR The output of the build-script above. e.g.: blog/.vuepress/dist/ env Yes
COMMIT_MESSAGE The commit message supplied when pushing new changes e.g.: Auto deploy from Github Actions env No
CNAME Alias Record of your site. env No

Step-by-Step Guide

Create a personal access token

click your profile icon > Settings > Developer settings > Personal access tokens > Generate new token (Classic) > At least check repo. Then you will get a token, copy it.

Creating encrypted secrets

Under your repository name, click Settings > Secrets > Type ACCESS_TOKEN in the "Name" input box && the the personal access token as value.

Create a workflow file

If you repo doesn't already have one, create a workflow file. You must store workflows in the .github/workflows directory in the root of your repository.

In .github/workflows, add a .yml or .yaml file for your workflow. For example, .github/workflows/vuepress-deploy.yml.

For more information:

  1. Triggering new workflows using a personal access token
  2. Encrypted secrets
  3. Learn GitHub Actions

vuepress-deploy's People

Contributors

arnikasky avatar jenkey2011 avatar ovesco avatar pentatea avatar rednafi avatar supbose avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vuepress-deploy's Issues

CNAME

hello how would i put a cname in with this deployment for github pages? it is not currently working keeps redirecting to old site

yarn error

Error:

error An unexpected error occurred: "https://packages.aliyun.com/616ff38165b9775dd591fcc9/npm/npm-registry/chokidar/-/chokidar-3.5.3.tgz: Request failed \"401 Unauthorized\"".

部署失败

> [email protected] build /github/workspace
> npx vuepress build docs

wait Extracting site metadata...
tip Apply theme @vuepress/theme-default ...
tip Apply plugin container (i.e. "vuepress-plugin-container") ...
tip Apply plugin @vuepress/register-components (i.e. "@vuepress/plugin-register-components") ...
tip Apply plugin @vuepress/active-header-links (i.e. "@vuepress/plugin-active-header-links") ...
tip Apply plugin @vuepress/search (i.e. "@vuepress/plugin-search") ...
tip Apply plugin @vuepress/nprogress (i.e. "@vuepress/plugin-nprogress") ...
tip Apply plugin autobar (i.e. "vuepress-plugin-autobar") ...
[info] [webpackbar] Compiling Client
[info] [webpackbar] Compiling Server
[success] [webpackbar] Server: Compiled successfully in 10.74s
[success] [webpackbar] Client: Compiled successfully in 15.75s
wait Rendering static HTML...
success Generated static files in dist.

/entrypoint.sh: cd: line 14: can't cd to docs/.vuepress/dist/: No such file or directory
Build success
==> Changing directory to 'docs/.vuepress/dist/' ...

Last updated does not work when deployed using GitHub Actions

Describe the bug

It works fine when running yarn dev, but it does not work when building with github action.

Expected behavior

I would expect that also using the GitHub Action that the "Last updated" value is shown.

Screenshots

  • dev
image
  • build & deploy
image

Additional Comments

This is main.yml I am using.

name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@main

    - name: vuepress-deploy
      uses: jenkey2011/vuepress-deploy@master
      env:
        ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
        TARGET_BRANCH: gh-pages
        BUILD_SCRIPT: yarn && yarn docs:build
        BUILD_DIR: docs/.vuepress/dist/

执行部署报错

`
/usr/bin/docker build -t 8a33c1:f6bdd04f9f2342f4abf7dc5a29dcdba6 -f "/home/runner/work/_actions/jenkey2011/vuepress-deploy/dev/Dockerfile" "/home/runner/work/_actions/jenkey2011/vuepress-deploy/dev"
Sending build context to Docker daemon 28.67kB

Step 1/11 : FROM node:14.12.0 as base
14.12.0: Pulling from library/node
4f250268ed6a: Pulling fs layer
1b49aa113642: Pulling fs layer
c159512f4cc2: Pulling fs layer
8439168fd8dc: Pulling fs layer
55abbc6cc158: Pulling fs layer
e5c5821cd889: Pulling fs layer
8cdf70a16731: Pulling fs layer
40ba0f817ab5: Pulling fs layer
19c9987a828c: Pulling fs layer
8439168fd8dc: Waiting
55abbc6cc158: Waiting
e5c5821cd889: Waiting
8cdf70a16731: Waiting
40ba0f817ab5: Waiting
19c9987a828c: Waiting
1b49aa113642: Verifying Checksum
1b49aa113642: Download complete
c159512f4cc2: Verifying Checksum
c159512f4cc2: Download complete
4f250268ed6a: Verifying Checksum
4f250268ed6a: Download complete
e5c5821cd889: Verifying Checksum
e5c5821cd889: Download complete
8439168fd8dc: Verifying Checksum
8439168fd8dc: Download complete
40ba0f817ab5: Verifying Checksum
40ba0f817ab5: Download complete
8cdf70a16731: Verifying Checksum
8cdf70a16731: Download complete
19c9987a828c: Verifying Checksum
19c9987a828c: Download complete
55abbc6cc158: Verifying Checksum
55abbc6cc158: Download complete
4f250268ed6a: Pull complete
1b49aa113642: Pull complete
c159512f4cc2: Pull complete
8439168fd8dc: Pull complete
55abbc6cc158: Pull complete
e5c5821cd889: Pull complete
8cdf70a16731: Pull complete
40ba0f817ab5: Pull complete
19c9987a828c: Pull complete
Digest: sha256:41360669532a4b660627dcd5a2c1910590827e9b9b05c634e60bdb22770f1788
Status: Downloaded newer image for node:14.12.0
---> b1a278f92adb
Step 2/11 : LABEL "com.github.actions.name"="Vuepress deploy"
---> Running in dad8220d55ab
Removing intermediate container dad8220d55ab
---> b9d03f956754
Step 3/11 : LABEL "com.github.actions.description"="A GitHub Action to build and deploy Vuepress sites to GitHub Pages"
---> Running in 351aa7caf453
Removing intermediate container 351aa7caf453
---> 8257d066c0a5
Step 4/11 : LABEL "com.github.actions.icon"="upload-cloud"
---> Running in 89f28c05d68f
Removing intermediate container 89f28c05d68f
---> 78e844e3e20c
Step 5/11 : LABEL "com.github.actions.color"="gray-dark"
---> Running in 662039a725aa
Removing intermediate container 662039a725aa
---> 94eb9000eebd
Step 6/11 : LABEL "repository"="https://github.com/jenkey2011/vuepress-deploy"
---> Running in 47c3aec8b72c
Removing intermediate container 47c3aec8b72c
---> 41757005c8fd
Step 7/11 : LABEL "homepage"="https://github.com/jenkey2011/vuepress-deploy"
---> Running in 9f29ab0d4723
Removing intermediate container 9f29ab0d4723
---> de08c8adccdb
Step 8/11 : LABEL "maintainer"="Jenkey2011 [email protected]"
---> Running in f729eaf78960
Removing intermediate container f729eaf78960
---> 5c50ffc828e8
Step 9/11 : RUN apk add --no-cache git jq
---> Running in b41be24bd43b
/bin/sh: 1: apk: not found
The command '/bin/sh -c apk add --no-cache git jq' returned a non-zero code: 127

Warning: Docker build failed with exit code 127, back off 3.812 seconds before retry.
/usr/bin/docker build -t 8a33c1:f6bdd04f9f2342f4abf7dc5a29dcdba6 -f "/home/runner/work/_actions/jenkey2011/vuepress-deploy/dev/Dockerfile" "/home/runner/work/_actions/jenkey2011/vuepress-deploy/dev"
Sending build context to Docker daemon 28.67kB

Step 1/11 : FROM node:14.12.0 as base
---> b1a278f92adb
Step 2/11 : LABEL "com.github.actions.name"="Vuepress deploy"
---> Using cache
---> b9d03f956754
Step 3/11 : LABEL "com.github.actions.description"="A GitHub Action to build and deploy Vuepress sites to GitHub Pages"
---> Using cache
---> 8257d066c0a5
Step 4/11 : LABEL "com.github.actions.icon"="upload-cloud"
---> Using cache
---> 78e844e3e20c
Step 5/11 : LABEL "com.github.actions.color"="gray-dark"
---> Using cache
---> 94eb9000eebd
Step 6/11 : LABEL "repository"="https://github.com/jenkey2011/vuepress-deploy"
---> Using cache
---> 41757005c8fd
Step 7/11 : LABEL "homepage"="https://github.com/jenkey2011/vuepress-deploy"
---> Using cache
---> de08c8adccdb
Step 8/11 : LABEL "maintainer"="Jenkey2011 [email protected]"
---> Using cache
---> 5c50ffc828e8
Step 9/11 : RUN apk add --no-cache git jq
---> Running in 8519983c54b0
/bin/sh: 1: apk: not found
The command '/bin/sh -c apk add --no-cache git jq' returned a non-zero code: 127

Warning: Docker build failed with exit code 127, back off 1.66 seconds before retry.
/usr/bin/docker build -t 8a33c1:f6bdd04f9f2342f4abf7dc5a29dcdba6 -f "/home/runner/work/_actions/jenkey2011/vuepress-deploy/dev/Dockerfile" "/home/runner/work/_actions/jenkey2011/vuepress-deploy/dev"
Sending build context to Docker daemon 28.67kB

Step 1/11 : FROM node:14.12.0 as base
---> b1a278f92adb
Step 2/11 : LABEL "com.github.actions.name"="Vuepress deploy"
---> Using cache
---> b9d03f956754
Step 3/11 : LABEL "com.github.actions.description"="A GitHub Action to build and deploy Vuepress sites to GitHub Pages"
---> Using cache
---> 8257d066c0a5
Step 4/11 : LABEL "com.github.actions.icon"="upload-cloud"
---> Using cache
---> 78e844e3e20c
Step 5/11 : LABEL "com.github.actions.color"="gray-dark"
---> Using cache
---> 94eb9000eebd
Step 6/11 : LABEL "repository"="https://github.com/jenkey2011/vuepress-deploy"
---> Using cache
---> 41757005c8fd
Step 7/11 : LABEL "homepage"="https://github.com/jenkey2011/vuepress-deploy"
---> Using cache
---> de08c8adccdb
Step 8/11 : LABEL "maintainer"="Jenkey2011 [email protected]"
---> Using cache
---> 5c50ffc828e8
Step 9/11 : RUN apk add --no-cache git jq
---> Running in cef19685edb1
/bin/sh: 1: apk: not found
The command '/bin/sh -c apk add --no-cache git jq' returned a non-zero code: 127

Error: Docker build failed with exit code 127
`

deploy bug

Describe the bug

原本一直部署成功,但最近突然出现问题,查找搜索了一番,依旧不知问题出现在何处,希望大佬能帮忙看一看,多谢~

在本地编译和开启开发服务器都没有问题,只有 Actions 中出现错误;后做出以下尝试:

  1. 在本地尝试将仓库会滚到之前部署成功的一个 commit结点,然后覆盖远程仓库后,依旧无法完成部署。

  2. 又尝试通过 yarn upgrade 命令更新依赖项,但显示均为最新的依赖包,没有更新 packge.json文件。

  3. 尝试搜索报错信息相关的解决方案,很多解决方案没能看明白

至此,便没有了解决思路。。。。

鉴于我自己也不知道问题出在何处,所以只能贴出我的报错信息和我的配置信息,无法做出其他更为具体信息的描述,非常抱歉~

如果我的描述不够清楚,烦请大佬移步我的问题仓库,通过查看历史commit记录获取更多信息,非常感谢~

Reproduce
以下为我设置的 vuepress-deploy.yml 文件中的配置信息

name: vuepress-deploy

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

  • name: vuepress-deploy
    uses: jenkey2011/vuepress-deploy@master
    env:
    ACCESS_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
    TARGET_REPO: KimYangOfCat/2021-CSPostgraduate-408
    TARGET_BRANCH: gh-pages
    BUILD_SCRIPT: yarn && yarn build
    BUILD_DIR: 408Notes/.vuepress/dist/
    CNAME: 408.kimyang.cn

Screenshots

以下为Actions输出的完整报错信息,略长,希望大佬能帮忙看看问题出在哪里?感谢

Run jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ***
TARGET_REPO: KimYangOfCat/2021-CSPostgraduate-408
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: 408Notes/.vuepress/dist/
CNAME: 408.kimyang.cn
/usr/bin/docker run --name e5c356e3c662956934bb69fd7762f2905fa77_231e6c --label 1e5c35 --workdir >/github/workspace --rm -e ACCESS_TOKEN -e TARGET_REPO -e TARGET_BRANCH -e BUILD_SCRIPT -e BUILD_DIR -e >CNAME -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e >GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e >GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e >GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e >GITHUB_EVENT_PATH -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/CSPostgraduate-408-2021/CSPostgraduate-408-2021":"/github/workspace" 1e5c35:6e3c662956934bb69fd7762f2905fa77
===> Start building \n yarn && yarn build
yarn install v1.12.3
info No lockfile found.
[1/4] Resolving packages...
warning @vuepress/theme-default > docsearch.js > hogan.js > [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
warning @vuepress/theme-default > docsearch.js > [email protected]: request has been deprecated, see request/request#3142
warning @vuepress/theme-default > docsearch.js > request > [email protected]: this library is no longer supported
warning @vuepress/theme-default > stylus > css-parse > css > [email protected]: Please see https://github.com/lydell/urix#deprecated
warning @vuepress/theme-default > stylus > css-parse > css > source-map-resolve > [email protected]: Please see https://github.com/lydell/urix#deprecated
warning @vuepress/theme-default > stylus > css-parse > css > source-map-resolve > [email protected]: https://github.com/lydell/resolve-url#deprecated
warning vuepress > @vuepress/core > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning vuepress > @vuepress/core > webpack-dev-server > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning vuepress > @vuepress/core > chokidar > [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning vuepress > @vuepress/core > webpack > watchpack > watchpack-chokidar2 > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 19.79s.
yarn run v1.12.3
$ vuepress build 408Notes
wait Extracting site metadata...
tip Apply theme @vuepress/theme-default ...
tip Apply plugin container (i.e. "vuepress-plugin-container") ...
tip Apply plugin @vuepress/last-updated (i.e. "@vuepress/plugin-last-updated") ...
tip Apply plugin @vuepress/register-components (i.e. "@vuepress/plugin-register-components") ...
tip Apply plugin @vuepress/active-header-links (i.e. "@vuepress/plugin-active-header-links") ...
tip Apply plugin @vuepress/search (i.e. "@vuepress/plugin-search") ...
tip Apply plugin @vuepress/nprogress (i.e. "@vuepress/plugin-nprogress") ...
tip Apply plugin smooth-scroll (i.e. "vuepress-plugin-smooth-scroll") ...
tip Apply plugin @vssue/vssue (i.e. "@vssue/vuepress-plugin-vssue") ...
[info] [webpackbar] Compiling Client
[info] [webpackbar] Compiling Server
[success] [webpackbar] Server: Compiled successfully in 15.36s
[success] [webpackbar] Client: Compiled successfully in 15.39s
wait Rendering static HTML...
[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
--->






[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
--->






[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
--->






[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
--->






[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
--->






[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
--->





[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
--->





error Error rendering /DataStructure/DS_0_Introduction/: false
undefined
error Error rendering /DataStructure/DS_1_LinearList/: false
undefined
error Error rendering /DataStructure/DS_2_StackAndQueue/: false
undefined
error Error rendering /DataStructure/DS_3_String/: false
undefined
error Error rendering /DataStructure/DS_4_TreeAndBinaryTree/: false
undefined
error Error rendering /DataStructure/DS_5_Graph/: false
undefined
error Error rendering /DataStructure/: false
undefined
RangeError: Maximum call stack size exceeded
at Array.map ()
at stringifyQuery (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:108:8)
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:212:26)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at Array.join (native)
at stringifyQuery (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:137:8)
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:212:26)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:66) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 7)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 8)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 9)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 10)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 11)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 12)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 13)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 14)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 15)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 16)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 17)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 18)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 19)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 20)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 21)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 22)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 23)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 24)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 25)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 26)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 27)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 28)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 29)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 30)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 31)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 32)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 33)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 34)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 35)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 36)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 37)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 38)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 39)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 40)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 41)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 42)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 43)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 44)
(node:66) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at getFullPath (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:203:22)
at createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:166:15)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1659:12)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1561:12)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
at redirect (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1615:14)
at _createRoute (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1654:14)
at match (/github/workspace/node_modules/vue-router/dist/vue-router.common.js:1556:18)
(node:66) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 45)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Deploy to subfolder

Is your feature request related to a problem? Please describe.
I wipes out the entire repo and all history

Describe the solution you'd like
Deploy to subfolder.
Or at least allow to preserve a .github folder at the destination repo

[Solution Included] Add package.json to tutorial & Add SOURCE_BRANCH variable

Hi there, thanks for bringing us this amazing script, credits to your work.
During deployment, i encountered few problems and solved them. However, i know little about frontend so cannot help with the code directly, but i can still bring out some hints.

Lack of package.json

Describe the bug

When following the instruction of tutorial, error occurs that "no package.json found".

Solution

I followed this Example Repository to add an identitcal package.json file to the root of my repo, then it solved.

Default branch no longer names master now

Describe the bug

After solving the first one, error still ocurrs that master branch does not exists.

Solution

Nowadays github no longer uses master as default branch, main instead.
The environment variables of this script does not provide one to specify the source branch.
As a workaround for now, i changed my repository's default branch name from main to master, then it solved.

部署报错

==> Start building \n yarn build yarn run v1.12.3 warning package.json: No license field $ vuepress build blog /bin/sh: vuepress: not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

`
name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: vuepress-deploy
  uses: jenkey2011/vuepress-deploy@master
  env:
    ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
    TARGET_REPO: wolone/blog
    TARGET_BRANCH: gh-pages
    BUILD_SCRIPT: yarn build
    BUILD_DIR: blog/.vuepress/dist/

`

部署报错

Done in 23.51s.
Build success
==> Changing directory to 'docs/.vuepress/dist/' ...
==> Prepare to deploy
Initialized empty Git repository in /github/workspace/docs/.vuepress/dist/.git/
Generating a CNAME file...
==> Starting deploying
error: pathspec 'deploy' did not match any file(s) known to git.
error: pathspec 'from' did not match any file(s) known to git.
error: pathspec 'Github' did not match any file(s) known to git.
error: pathspec 'Actions' did not match any file(s) known to git.

action代码没有改过,突然报错。

name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@master

    - name: vuepress-deploy
      uses: jenkey2011/vuepress-deploy@master
      env:
        ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
        TARGET_REPO: Const-Team/Document
        TARGET_BRANCH: gh-pages
        BUILD_SCRIPT: yarn && yarn build
        BUILD_DIR: docs/.vuepress/dist/

The engine "node" is incompatible with this module. Expected version ">= 18". Got "16.19.1"

Describe the bug

The engine "node" is incompatible with this module. Expected version ">= 18". Got "16.19.1"

Reproduce
deploy-docs.yml

name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@master

    - name: Vuepress deploy
      uses: jenkey2011/vuepress-deploy@master
      env:
        ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
        # TARGET_REPO: username/repo not nesessary
        TARGET_BRANCH: gh-pages
        BUILD_SCRIPT: yarn && yarn build
        BUILD_DIR: blog/.vuepress/dist/

Expected behavior

Node version >=18

Screenshots

Snipaste_2024-03-07_22-29-26

Additional Comments

Could you update the node version? Thanks!

fatal: not in a git directory

配置文件

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{token}}
TARGET_REPO: jiayechao/teamsite
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && npm run docs:build
BUILD_DIR: docs/.vuepress/dist

报错信息

Build success
==> Changing directory to 'docs/.vuepress/dist' ...
==> Prepare to deploy
Initialized empty Git repository in /github/workspace/docs/.vuepress/dist/.git/
fatal: not in a git directory

Deployment failure

This is the configuration.

- name: Build & Deploy
  uses: jenkey2011/vuepress-deploy@master
  env:
    ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
    TARGET_BRANCH: gh-pages
    BUILD_SCRIPT: set -e && yarn && yarn docs:build
    BUILD_DIR: docs/.vuepress/dist/

Below is the error log for Github Action.

$ npx vuepress build docs
wait Extracting site metadata...
Error: EACCES: permission denied, mkdir '/github/workspace/node_modules/@vuepress/core/.temp'

It doesn't seem like a big deal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.