Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): workbench system #5837

Merged
merged 1 commit into from
Feb 27, 2024
Merged

feat(core): workbench system #5837

merged 1 commit into from
Feb 27, 2024

Conversation

EYHN
Copy link
Member

@EYHN EYHN commented Feb 19, 2024

Workbench

CleanShot 2024-02-20 at 10 15 46@2x

router

RootRouter
└── WorkspaceLayout
    └── WorkBenchRoot
        ├── View1
        │   └── MemoryRouter
        ├── View2
        │   └── MemoryRouter
        └── View3
            └── MemoryRouter

Copy link

graphite-app bot commented Feb 19, 2024

Your org has enabled the Graphite merge queue for merging into canary

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

You can enable merging using labels in your Graphite merge queue settings.

@EYHN EYHN marked this pull request as ready for review February 19, 2024 15:20
Copy link
Member Author

EYHN commented Feb 19, 2024

@github-actions github-actions bot added test Related to test cases app:core labels Feb 19, 2024
Copy link

nx-cloud bot commented Feb 19, 2024

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: Patch coverage is 4.54545% with 63 lines in your changes are missing coverage. Please review.

Project coverage is 63.95%. Comparing base (5cd488f) to head (73b0dc7).

Files Patch % Lines
...s/frontend/core/src/modules/workbench/workbench.ts 0.00% 38 Missing ⚠️
...s/frontend/core/src/modules/workbench/view/view.ts 0.00% 9 Missing ⚠️
...ges/frontend/core/src/hooks/use-navigate-helper.ts 0.00% 8 Missing ⚠️
packages/frontend/core/src/router.tsx 27.27% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #5837      +/-   ##
==========================================
- Coverage   64.25%   63.95%   -0.30%     
==========================================
  Files         362      364       +2     
  Lines       19967    20033      +66     
  Branches     1706     1713       +7     
==========================================
- Hits        12830    12813      -17     
- Misses       6918     7001      +83     
  Partials      219      219              
Flag Coverage Δ
server-test 71.20% <ø> (-0.13%) ⬇️
unittest 43.97% <4.54%> (-0.52%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EYHN EYHN force-pushed the eyhn/feat/workbench branch 3 times, most recently from 391d326 to 93f5201 Compare February 26, 2024 06:39
Copy link
Collaborator

@pengx17 pengx17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like we may need to add some new baseline e2e tests for this stack of PR

Copy link
Collaborator

@pengx17 pengx17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link

PR-Agent was enabled for this repository. To use it, please link your git user with your CodiumAI identity here.

CI Failure Feedback

Action: 3, 2, 1 Launch

Failed stage: Run exit 1 [❌]

Failure summary:

The action failed due to the process completing with exit code 1. This typically indicates a generic
error during the execution of the job defined in 'build-test.yml'. The specific cause of the failure
is not detailed in the provided log, so further investigation into the steps executed by the
workflow prior to the error would be necessary to pinpoint the exact issue.

Relevant error logs:
1:  Job defined at: toeverything/AFFiNE/.github/workflows/build-test.yml@refs/pull/5837/merge
2:  Waiting for a runner to pick up this job...
...

45:  APP_NAME: affine
46:  AFFINE_ENV: dev
47:  COVERAGE: true
48:  MACOSX_DEPLOYMENT_TARGET: 10.13
49:  NX_CLOUD_ACCESS_TOKEN: ***
50:  PLAYWRIGHT_BROWSERS_PATH: /home/runner/work/AFFiNE/AFFiNE/node_modules/.cache/ms-playwright
51:  DEPLOYMENT_TYPE: affine
52:  ##[endgroup]
53:  ##[error]Process completed with exit code 1.

✨ CI feedback usage guide:

The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:

  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"

where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.

See more information about the checks tool in the docs.

Copy link

PR-Agent was enabled for this repository. To use it, please link your git user with your CodiumAI identity here.

CI Failure Feedback

Action: E2E Test (5)

Failed stage: Run playwright tests [❌]

Failed test name: settings.spec.ts:90:5 › Different workspace should have different name in the setting panel

Failure summary:

The action failed due to a timeout error while waiting for an element with the test ID
'workspace-name' to have a specific text. This indicates that either the expected text was not
present within the 5000ms timeout period, or the element could not be found or interacted with as
expected. The failure occurred during the execution of an end-to-end test, specifically the test
titled "Different workspace should have different name in the setting panel."

Relevant error logs:
1:  Job defined at: toeverything/AFFiNE/.github/workflows/build-test.yml@refs/pull/5837/merge
2:  Waiting for a runner to pick up this job...
...

337:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed
338:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Fetch step
339:  ##[group]Fetch step
340:  �[94m➤�[39m YN0013: │ A package was added to the project (�[38;5;160m+ 33.09 KiB�[39m).
341:  ##[endgroup]
342:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed in 0s 988ms
343:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Link step
344:  ##[group]Link step
345:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mtemplates�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/templates�[39m must be built because it never has been before or the last one failed
346:  �[94m➤�[39m YN0007: │ �[38;5;173melectron�[39m�[38;5;111m@�[39m�[38;5;111mnpm:29.0.1�[39m must be built because it never has been before or the last one failed
347:  �[94m➤�[39m YN0007: │ �[38;5;173mmsw�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.2.1 [a367a]�[39m must be built because it never has been before or the last one failed
348:  �[94m➤�[39m YN0007: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m must be built because it never has been before or the last one failed
349:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.19.12�[39m must be built because it never has been before or the last one failed
350:  �[94m➤�[39m YN0007: │ �[38;5;166m@nestjs/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:10.3.3 [c1224]�[39m must be built because it never has been before or the last one failed
351:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mengines�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
352:  �[94m➤�[39m YN0007: │ �[38;5;166m@apollo/�[39m�[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.2.7�[39m must be built because it never has been before or the last one failed
353:  �[94m➤�[39m YN0007: │ �[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:7.2.5�[39m must be built because it never has been before or the last one failed
354:  �[94m➤�[39m YN0007: │ �[38;5;166m@swc/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.4.2 [9a545]�[39m must be built because it never has been before or the last one failed
355:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.17.19�[39m must be built because it never has been before or the last one failed
356:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.20.1�[39m must be built because it never has been before or the last one failed
357:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.18.20�[39m must be built because it never has been before or the last one failed
358:  �[94m➤�[39m YN0007: │ �[38;5;173mcore-js-pure�[39m�[38;5;111m@�[39m�[38;5;111mnpm:3.33.3�[39m must be built because it never has been before or the last one failed
359:  �[94m➤�[39m YN0007: │ �[38;5;173melectron-winstaller�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.2.1�[39m must be built because it never has been before or the last one failed
360:  �[94m➤�[39m YN0007: │ �[38;5;173mejs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.7.4�[39m must be built because it never has been before or the last one failed
361:  �[94m➤�[39m YN0007: │ �[38;5;173mworkerd�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.20240208.0�[39m must be built because it never has been before or the last one failed
362:  �[94m➤�[39m YN0007: │ �[38;5;166m@sentry/�[39m�[38;5;173mcli�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.28.6�[39m must be built because it never has been before or the last one failed
...

472:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       globalAgent: [Agent],
473:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       Server: [Function: Server],
474:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       createServer: [Function: createServer],
475:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       get: [Function: get],
476:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       request: [Function: request]
477:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m     }
478:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m   }
479:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m }
480:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m must be built because it never has been before or the last one failed
481:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m must be built because it never has been before or the last one failed
482:  �[94m➤�[39m YN0007: │ �[38;5;173mprisma�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
...

494:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate
495:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate to ./src/schema.ts
496:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate outputs
497:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m Running lifecycle hook "afterStart" scripts...
498:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Schemas
499:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Documents
500:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Generating output
501:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m �[31mSTDERR�[39m install command is deprecated
502:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m must be built because it never has been before or the last one failed
...

511:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
512:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
513:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/package.json +316ms
514:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +9ms
515:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +0ms
516:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +0ms
517:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m Prisma schema loaded from packages/backend/server/schema.prisma
518:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +3ms
519:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +15ms
...

523:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
524:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
525:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m } +3ms
526:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +0ms
527:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
528:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
529:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:fetch-engine:download copying /home/runner/.cache/prisma/master/5a9203d0590c951969e85a7d07215503f4672eb9/debian-openssl-1.1.x/libquery-engine to /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/node_modules/prisma/libquery_engine-debian-openssl-1.1.x.so.node +21ms
530:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +37ms
531:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +3ms
532:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +1ms
533:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +1ms
534:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +97ms
...

594:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
595:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
596:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
597:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
598:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
599:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
600:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
601:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:GeneratorProcess child exited with code null on signal SIGTERM +90ms
602:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m must be built because it never has been before or the last one failed
...

611:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +1ms
612:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
613:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/package.json +314ms
614:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +8ms
615:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +0ms
616:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +0ms
617:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m Prisma schema loaded from schema.prisma
618:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +4ms
619:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +14ms
...

622:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "targetDistro": "debian",
623:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
624:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
625:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m } +2ms
626:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +0ms
627:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
628:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
629:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +40ms
630:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +4ms
631:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +0ms
632:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +1ms
633:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +94ms
...

691:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
692:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
693:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
694:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
695:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
696:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
697:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
698:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +9ms
699:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +2ms
...

953:  [WebServer] <i> [webpack-dev-server] Project is running at:
954:  [WebServer] <i> [webpack-dev-server] Loopback: �[36mhttp://localhost:8080/�[39m
955:  <i> [webpack-dev-server] On Your Network (IPv4): �[36mhttp://10.1.0.106:8080/�[39m
956:  <i> [webpack-dev-server] Content not from webpack is served from '�[36m/home/runner/work/AFFiNE/AFFiNE/packages/frontend/core/public�[39m' directory
957:  <i> [webpack-dev-server] 404s will fallback to '�[36m/index.html�[39m'
958:  Running 24 tests using 2 workers, shard 5 of 5
959:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
960:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
961:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
962:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
963:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
964:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
965:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
966:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
967:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
968:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
969:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
970:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
971:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
972:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
973:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
974:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
975:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
976:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
977:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
978:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
979:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
980:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
981:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
982:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
983:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
984:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
985:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
986:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
987:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
988:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
989:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
990:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
991:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
992:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
993:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
994:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
995:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
996:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
997:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
998:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
999:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1000:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1001:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1002:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1003:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1004:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1005:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1006:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1007:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1008:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1009:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1010:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1011:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1012:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1013:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1014:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1015:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1016:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1017:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1018:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1019:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1020:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1021:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1022:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1023:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1024:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1025:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1026:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1027:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1028:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1029:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1030:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1031:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1032:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1033:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1034:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1035:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1036:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1037:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1038:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1039:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1040:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1041:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1042:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1043:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1044:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1045:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1046:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1047:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1048:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1049:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1050:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1051:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1052:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1053:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1054:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1055:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1056:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1057:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1058:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1059:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1060:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1061:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1062:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1063:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1064:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1065:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1066:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1067:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1068:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1069:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1070:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1071:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1072:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1073:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1074:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1075:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1076:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1077:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1078:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1079:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1080:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1081:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1082:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1083:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1084:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1085:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1086:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1087:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1088:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1089:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1090:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1091:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1092:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1093:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1094:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1095:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1096:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1097:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1098:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1099:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1100:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1101:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1102:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1103:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1104:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1105:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1106:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1107:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1108:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1109:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1110:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1111:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1112:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1113:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1114:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1115:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1116:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1117:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1118:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1119:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1120:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1121:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1122:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1123:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1124:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1125:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1126:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1127:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1128:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1129:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1130:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1131:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1132:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1133:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1134:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1135:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1136:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1137:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1138:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1139:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1140:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1141:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1142:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1143:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1144:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1145:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1146:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1147:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1148:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1149:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1150:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1151:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1152:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1153:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1154:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1155:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1156:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1157:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1158:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1159:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1160:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1161:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1162:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1163:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1164:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1165:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1166:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1167:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1168:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1169:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1170:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1171:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1172:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1173:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1174:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1175:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1176:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1177:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1178:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1179:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1180:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1181:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1182:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1183:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1184:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1185:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1186:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1187:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1188:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1189:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1190:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1191:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1192:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1193:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1194:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1195:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1196:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1197:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1198:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1199:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1200:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1201:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1202:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1203:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1204:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1205:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1206:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1207:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1208:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1209:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1210:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1211:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1212:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1213:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1214:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1215:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1216:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1217:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1218:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1219:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1220:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1221:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1222:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1223:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1224:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1225:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1226:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1227:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1228:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1229:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1230:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1231:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1232:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1233:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1234:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1235:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1236:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1237:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1238:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1239:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1240:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1241:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1242:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1243:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1244:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1245:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1246:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1247:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1248:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1249:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1250:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1251:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1252:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1253:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1254:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1255:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1256:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1257:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1258:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1259:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1260:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1261:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1262:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1263:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1264:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1265:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1266:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1267:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1268:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1269:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1270:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1271:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1272:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1273:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1274:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1275:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1276:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1277:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1278:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1279:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1280:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1281:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1282:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1283:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1284:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1285:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1286:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1287:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1288:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1289:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1290:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1291:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1292:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1293:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1294:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1295:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1296:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1297:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1298:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1299:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1300:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1301:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1302:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1303:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1304:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1305:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1306:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1307:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1308:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1309:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1310:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1311:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1312:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1313:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1314:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1315:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1316:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1317:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1318:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1319:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1320:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1321:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1322:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1323:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1324:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1325:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1326:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1327:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1328:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1329:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1330:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1331:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1332:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1333:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
1334:  ····················×···××F
1335:  1) settings.spec.ts:90:5 › Different workspace should have different name in the setting panel ───
1336:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
...

1346:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
1347:  |                                                    ^
1348:  43 |
1349:  44 |   // if (isDesktop) {
1350:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
1351:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
1352:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/settings.spec.ts:95:3
1353:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
1354:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
...

1372:  ../../test-results/settings-Different-workspace-should-have-different-name-in-the-setting-panel-retry1/video.webm
1373:  ────────────────────────────────────────────────────────────────────────────────────────────────
1374:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
1375:  ../../test-results/settings-Different-workspace-should-have-different-name-in-the-setting-panel-retry1/trace.zip
1376:  Usage:
1377:  yarn playwright show-trace ../../test-results/settings-Different-workspace-should-have-different-name-in-the-setting-panel-retry1/trace.zip
1378:  ────────────────────────────────────────────────────────────────────────────────────────────────
1379:  Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
1380:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
...

1390:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
1391:  |                                                    ^
1392:  43 |
1393:  44 |   // if (isDesktop) {
1394:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
1395:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
1396:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/settings.spec.ts:95:3
1397:  Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
1398:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
...

1407:  41 |
1408:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
1409:  |                                                    ^
1410:  43 |
1411:  44 |   // if (isDesktop) {
1412:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
1413:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
1414:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/settings.spec.ts:95:3
1415:  1 failed
1416:  settings.spec.ts:90:5 › Different workspace should have different name in the setting panel ────
1417:  23 passed (3.1m)
1418:  ##[error]  1) settings.spec.ts:90:5 › Different workspace should have different name in the setting panel ───
1419:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
...

1433:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
1434:           |                                                    ^
1435:        43 |
1436:        44 |   // if (isDesktop) {
1437:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
1438:  
1439:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
1440:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/settings.spec.ts:95:3
1441:  ##[error]  1) settings.spec.ts:90:5 › Different workspace should have different name in the setting panel ───
1442:  
1443:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
1444:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
...

1458:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
1459:           |                                                    ^
1460:        43 |
1461:        44 |   // if (isDesktop) {
1462:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
1463:  
1464:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
1465:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/settings.spec.ts:95:3
1466:  ##[error]  1) settings.spec.ts:90:5 › Different workspace should have different name in the setting panel ───
1467:  
1468:      Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
1469:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
...

1483:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
1484:           |                                                    ^
1485:        43 |
1486:        44 |   // if (isDesktop) {
1487:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
1488:  
1489:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
1490:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/settings.spec.ts:95:3
1491:  ##[error]  1) settings.spec.ts:90:5 › Different workspace should have different name in the setting panel ───
1492:  
1493:      Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
1494:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
...

1508:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
1509:           |                                                    ^
1510:        43 |
1511:        44 |   // if (isDesktop) {
1512:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
1513:  
1514:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
1515:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/settings.spec.ts:95:3
1516:  ##[notice]  1 failed
1517:      settings.spec.ts:90:5 › Different workspace should have different name in the setting panel ────
1518:    23 passed (3.1m)
1519:  ##[error]Process completed with exit code 1.

✨ CI feedback usage guide:

The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:

  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"

where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.

See more information about the checks tool in the docs.

Copy link

PR-Agent was enabled for this repository. To use it, please link your git user with your CodiumAI identity here.

CI Failure Feedback

Action: E2E Test (4)

Failed stage: Run playwright tests [❌]

Failed test name: - open-affine.spec.ts:7:5 › Open last workspace when back to affine

  • page-properties.spec.ts:37:5 › allow create tag

Failure summary:

The action failed due to two primary issues:

  • A timeout occurred while waiting for a specific element (workspace-name) to have the expected text
    in the open-affine.spec.ts test. This suggests that either the element did not appear within the
    expected timeframe or did not contain the expected text, indicating a potential issue with the
    application's state or the test's assumptions about the application's behavior.
  • A timeout error occurred in the page-properties.spec.ts test while attempting to click on an element
    (switch-page-mode-button). This indicates that the element was not clickable within the expected
    timeframe, which could be due to the element not being visible, the page not being fully loaded, or
    an issue with the application's responsiveness.

  • Relevant error logs:
    1:  Job defined at: toeverything/AFFiNE/.github/workflows/build-test.yml@refs/pull/5837/merge
    2:  Waiting for a runner to pick up this job...
    ...
    
    338:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed
    339:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Fetch step
    340:  ##[group]Fetch step
    341:  �[94m➤�[39m YN0013: │ A package was added to the project (�[38;5;160m+ 33.09 KiB�[39m).
    342:  ##[endgroup]
    343:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed in 0s 934ms
    344:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Link step
    345:  ##[group]Link step
    346:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mtemplates�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/templates�[39m must be built because it never has been before or the last one failed
    347:  �[94m➤�[39m YN0007: │ �[38;5;173melectron�[39m�[38;5;111m@�[39m�[38;5;111mnpm:29.0.1�[39m must be built because it never has been before or the last one failed
    348:  �[94m➤�[39m YN0007: │ �[38;5;173mmsw�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.2.1 [a367a]�[39m must be built because it never has been before or the last one failed
    349:  �[94m➤�[39m YN0007: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m must be built because it never has been before or the last one failed
    350:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.19.12�[39m must be built because it never has been before or the last one failed
    351:  �[94m➤�[39m YN0007: │ �[38;5;166m@nestjs/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:10.3.3 [c1224]�[39m must be built because it never has been before or the last one failed
    352:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mengines�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
    353:  �[94m➤�[39m YN0007: │ �[38;5;166m@apollo/�[39m�[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.2.7�[39m must be built because it never has been before or the last one failed
    354:  �[94m➤�[39m YN0007: │ �[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:7.2.5�[39m must be built because it never has been before or the last one failed
    355:  �[94m➤�[39m YN0007: │ �[38;5;166m@swc/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.4.2 [9a545]�[39m must be built because it never has been before or the last one failed
    356:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.17.19�[39m must be built because it never has been before or the last one failed
    357:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.20.1�[39m must be built because it never has been before or the last one failed
    358:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.18.20�[39m must be built because it never has been before or the last one failed
    359:  �[94m➤�[39m YN0007: │ �[38;5;173mcore-js-pure�[39m�[38;5;111m@�[39m�[38;5;111mnpm:3.33.3�[39m must be built because it never has been before or the last one failed
    360:  �[94m➤�[39m YN0007: │ �[38;5;173melectron-winstaller�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.2.1�[39m must be built because it never has been before or the last one failed
    361:  �[94m➤�[39m YN0007: │ �[38;5;173mejs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.7.4�[39m must be built because it never has been before or the last one failed
    362:  �[94m➤�[39m YN0007: │ �[38;5;173mworkerd�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.20240208.0�[39m must be built because it never has been before or the last one failed
    363:  �[94m➤�[39m YN0007: │ �[38;5;166m@sentry/�[39m�[38;5;173mcli�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.28.6�[39m must be built because it never has been before or the last one failed
    ...
    
    473:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       globalAgent: [Agent],
    474:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       Server: [Function: Server],
    475:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       createServer: [Function: createServer],
    476:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       get: [Function: get],
    477:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       request: [Function: request]
    478:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m     }
    479:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m   }
    480:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m }
    481:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m must be built because it never has been before or the last one failed
    482:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m must be built because it never has been before or the last one failed
    483:  �[94m➤�[39m YN0007: │ �[38;5;173mprisma�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
    ...
    
    495:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate
    496:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate to ./src/schema.ts
    497:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate outputs
    498:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m Running lifecycle hook "afterStart" scripts...
    499:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Schemas
    500:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Documents
    501:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Generating output
    502:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m �[31mSTDERR�[39m install command is deprecated
    503:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m must be built because it never has been before or the last one failed
    ...
    
    512:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    513:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    514:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/package.json +316ms
    515:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +8ms
    516:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +1ms
    517:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +0ms
    518:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m Prisma schema loaded from packages/backend/server/schema.prisma
    519:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +3ms
    520:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +18ms
    ...
    
    524:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
    525:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
    526:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m } +1ms
    527:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +0ms
    528:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    529:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    530:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:fetch-engine:download copying /home/runner/.cache/prisma/master/5a9203d0590c951969e85a7d07215503f4672eb9/debian-openssl-1.1.x/libquery-engine to /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/node_modules/prisma/libquery_engine-debian-openssl-1.1.x.so.node +21ms
    531:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +37ms
    532:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +4ms
    533:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +0ms
    534:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +1ms
    535:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +107ms
    ...
    
    595:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
    596:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
    597:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
    598:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
    599:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
    600:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
    601:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
    602:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:GeneratorProcess child exited with code null on signal SIGTERM +90ms
    603:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m must be built because it never has been before or the last one failed
    ...
    
    612:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    613:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    614:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/package.json +316ms
    615:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +9ms
    616:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +0ms
    617:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +0ms
    618:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m Prisma schema loaded from schema.prisma
    619:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +3ms
    620:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +18ms
    ...
    
    623:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "targetDistro": "debian",
    624:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
    625:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
    626:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m } +1ms
    627:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +1ms
    628:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    629:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    630:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +39ms
    631:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +3ms
    632:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +1ms
    633:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +1ms
    634:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +100ms
    ...
    
    692:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
    693:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
    694:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
    695:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
    696:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
    697:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
    698:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
    699:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +9ms
    700:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +4ms
    ...
    
    960:  [WebServer] <i> [webpack-dev-server] Project is running at:
    961:  [WebServer] <i> [webpack-dev-server] Loopback: �[36mhttp://localhost:8080/�[39m
    962:  <i> [webpack-dev-server] On Your Network (IPv4): �[36mhttp://10.1.0.76:8080/�[39m
    963:  <i> [webpack-dev-server] Content not from webpack is served from '�[36m/home/runner/work/AFFiNE/AFFiNE/packages/frontend/core/public�[39m' directory
    964:  <i> [webpack-dev-server] 404s will fallback to '�[36m/index.html�[39m'
    965:  Running 24 tests using 2 workers, shard 4 of 5
    966:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
    967:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
    968:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    969:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    970:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    971:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    972:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    973:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    974:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    975:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    976:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    977:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    978:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    979:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    980:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    981:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    982:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    983:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    984:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    985:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    986:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    987:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    988:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    989:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    990:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    991:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    992:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    993:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    994:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    995:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    996:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    997:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    998:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    999:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1000:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1001:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1002:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1003:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1004:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1005:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1006:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1007:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1008:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1009:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1010:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1011:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1012:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1013:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1014:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1015:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1016:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1017:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1018:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1019:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1020:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1021:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1022:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1023:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1024:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1025:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1026:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1027:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1028:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1029:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1030:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1031:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1032:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1033:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1034:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1035:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1036:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1037:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1038:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1039:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1040:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1041:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1042:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1043:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1044:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1045:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1046:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1047:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1048:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1049:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1050:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1051:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1052:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1053:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1054:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1055:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1056:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1057:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1058:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1059:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1060:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1061:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1062:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1063:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1064:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1065:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1066:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1067:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1068:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1069:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1070:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1071:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1072:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1073:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1074:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1075:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1076:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1077:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1078:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1079:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1080:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1081:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1082:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1083:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1084:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1085:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1086:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1087:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1088:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1089:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1090:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1091:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1092:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1093:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1094:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1095:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1096:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1097:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1098:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1099:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1100:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1101:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1102:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1103:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1104:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1105:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1106:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1107:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1108:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1109:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1110:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1111:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1112:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1113:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1114:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1115:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1116:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1117:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1118:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1119:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1120:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1121:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1122:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1123:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1124:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1125:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1126:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1127:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1128:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1129:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1130:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1131:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1132:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1133:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1134:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1135:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1136:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1137:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1138:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1139:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1140:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1141:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1142:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1143:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1144:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1145:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1146:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1147:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1148:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1149:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1150:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1151:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1152:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1153:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1154:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1155:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1156:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1157:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1158:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1159:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1160:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1161:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1162:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1163:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1164:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1165:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1166:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1167:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1168:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1169:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1170:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1171:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1172:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1173:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1174:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1175:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1176:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1177:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1178:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1179:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1180:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1181:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1182:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1183:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1184:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1185:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1186:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1187:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1188:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1189:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1190:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1191:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1192:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1193:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1194:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1195:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1196:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1197:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1198:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1199:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1200:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1201:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1202:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1203:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1204:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1205:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1206:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1207:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1208:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1209:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1210:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1211:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1212:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1213:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1214:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1215:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1216:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1217:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1218:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1219:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1220:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1221:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1222:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1223:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1224:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1225:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1226:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1227:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1228:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1229:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1230:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1231:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1232:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1233:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1234:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1235:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1236:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1237:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1238:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1239:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1240:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1241:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1242:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1243:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1244:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1245:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1246:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1247:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1248:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1249:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1250:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1251:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1252:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1253:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1254:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1255:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1256:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1257:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1258:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1259:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1260:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1261:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1262:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1263:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1264:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1265:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1266:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1267:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1268:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1269:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1270:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1271:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1272:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1273:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1274:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1275:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1276:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1277:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1278:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1279:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1280:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1281:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1282:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1283:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1284:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1285:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1286:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1287:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1288:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1289:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1290:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1291:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1292:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1293:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1294:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1295:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1296:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1297:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1298:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1299:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1300:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1301:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1302:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1303:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1304:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1305:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1306:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1307:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1308:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1309:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1310:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1311:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1312:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1313:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1314:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1315:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1316:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1317:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1318:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1319:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1320:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1321:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1322:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1323:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1324:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1325:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1326:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1327:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1328:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1329:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1330:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1331:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1332:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1333:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1334:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1335:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1336:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1337:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1338:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1339:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1340:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1341:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1342:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1343:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1344:  ·×·×××±×·F···················
    1345:  1) open-affine.spec.ts:7:5 › Open last workspace when back to affine ─────────────────────────────
    1346:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1356:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1357:  |                                                    ^
    1358:  43 |
    1359:  44 |   // if (isDesktop) {
    1360:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1361:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1362:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:10:3
    1363:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1364:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1382:  ../../test-results/open-affine-Open-last-workspace-when-back-to-affine-retry1/video.webm
    1383:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1384:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    1385:  ../../test-results/open-affine-Open-last-workspace-when-back-to-affine-retry1/trace.zip
    1386:  Usage:
    1387:  yarn playwright show-trace ../../test-results/open-affine-Open-last-workspace-when-back-to-affine-retry1/trace.zip
    1388:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1389:  Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1390:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1402:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1403:  |                                                    ^
    1404:  43 |
    1405:  44 |   // if (isDesktop) {
    1406:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1407:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1408:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:10:3
    1409:  Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1410:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1422:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1423:  |                                                    ^
    1424:  43 |
    1425:  44 |   // if (isDesktop) {
    1426:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1427:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1428:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:10:3
    1429:  2) page-properties.spec.ts:37:5 › allow create tag ───────────────────────────────────────────────
    1430:  TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1443:  > 10 |   return page.getByTestId('switch-page-mode-button').click({
    1444:  |                                                      ^
    1445:  11 |     delay: 50,
    1446:  12 |   });
    1447:  13 | }
    1448:  at clickPageModeButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/editor.ts:10:54)
    1449:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:31:28
    1450:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1451:  TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1471:  attachment #1: video (video/webm) ──────────────────────────────────────────────────────────────
    1472:  ../../test-results/page-properties-allow-create-tag-retry1/video.webm
    1473:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1474:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    1475:  ../../test-results/page-properties-allow-create-tag-retry1/trace.zip
    1476:  Usage:
    1477:  yarn playwright show-trace ../../test-results/page-properties-allow-create-tag-retry1/trace.zip
    1478:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1479:  1 failed
    1480:  open-affine.spec.ts:7:5 › Open last workspace when back to affine ──────────────────────────────
    1481:  1 flaky
    1482:  page-properties.spec.ts:37:5 › allow create tag ────────────────────────────────────────────────
    1483:  22 passed (3.2m)
    1484:  ##[error]  1) open-affine.spec.ts:7:5 › Open last workspace when back to affine ─────────────────────────────
    1485:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1499:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1500:           |                                                    ^
    1501:        43 |
    1502:        44 |   // if (isDesktop) {
    1503:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1504:  
    1505:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1506:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:10:3
    1507:  ##[error]  1) open-affine.spec.ts:7:5 › Open last workspace when back to affine ─────────────────────────────
    1508:  
    1509:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1510:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1524:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1525:           |                                                    ^
    1526:        43 |
    1527:        44 |   // if (isDesktop) {
    1528:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1529:  
    1530:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1531:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:10:3
    1532:  ##[error]  1) open-affine.spec.ts:7:5 › Open last workspace when back to affine ─────────────────────────────
    1533:  
    1534:      Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1535:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1551:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1552:           |                                                    ^
    1553:        43 |
    1554:        44 |   // if (isDesktop) {
    1555:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1556:  
    1557:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1558:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:10:3
    1559:  ##[error]  1) open-affine.spec.ts:7:5 › Open last workspace when back to affine ─────────────────────────────
    1560:  
    1561:      Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1562:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1578:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1579:           |                                                    ^
    1580:        43 |
    1581:        44 |   // if (isDesktop) {
    1582:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1583:  
    1584:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1585:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:10:3
    1586:  ##[error]  2) page-properties.spec.ts:37:5 › allow create tag ───────────────────────────────────────────────
    1587:      TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1603:      > 10 |   return page.getByTestId('switch-page-mode-button').click({
    1604:           |                                                      ^
    1605:        11 |     delay: 50,
    1606:        12 |   });
    1607:        13 | }
    1608:  
    1609:          at clickPageModeButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/editor.ts:10:54)
    1610:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:31:28
    1611:  ##[error]  2) page-properties.spec.ts:37:5 › allow create tag ───────────────────────────────────────────────
    1612:  
    1613:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1614:      TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1630:      > 10 |   return page.getByTestId('switch-page-mode-button').click({
    1631:           |                                                      ^
    1632:        11 |     delay: 50,
    1633:        12 |   });
    1634:        13 | }
    1635:  
    1636:          at clickPageModeButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/editor.ts:10:54)
    1637:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:31:28
    1638:  ##[notice]  1 failed
    1639:      open-affine.spec.ts:7:5 › Open last workspace when back to affine ──────────────────────────────
    1640:    1 flaky
    1641:      page-properties.spec.ts:37:5 › allow create tag ────────────────────────────────────────────────
    1642:    22 passed (3.2m)
    1643:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.

    See more information about the checks tool in the docs.

    Copy link

    PR-Agent was enabled for this repository. To use it, please link your git user with your CodiumAI identity here.

    CI Failure Feedback

    Action: E2E Test (3)

    Failed stage: Run playwright tests [❌]

    Failed test name: - "Create new workspace, then delete it"

    • "create one workspace in the workspace list"
    • "create multi workspace in the workspace list"

    Failure summary:

    The action failed due to multiple errors in end-to-end tests, specifically in the
    local-first-delete-workspace.spec.ts and local-first-workspace-list.spec.ts test suites. The primary
    issue was a TimeoutError caused by the test's inability to find specific selectors within the
    allotted time of 5000ms. This indicates either a problem with the application's rendering of
    elements or an issue with the test setup not correctly waiting for necessary conditions.
    Additionally, there were numerous proxy errors related to requests being refused, indicating
    potential issues with the test environment's network configuration or the backend services not being
    available.

    Relevant error logs:
    1:  Job defined at: toeverything/AFFiNE/.github/workflows/build-test.yml@refs/pull/5837/merge
    2:  Waiting for a runner to pick up this job...
    ...
    
    341:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed
    342:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Fetch step
    343:  ##[group]Fetch step
    344:  �[94m➤�[39m YN0013: │ A package was added to the project (�[38;5;160m+ 33.09 KiB�[39m).
    345:  ##[endgroup]
    346:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed in 0s 900ms
    347:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Link step
    348:  ##[group]Link step
    349:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mtemplates�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/templates�[39m must be built because it never has been before or the last one failed
    350:  �[94m➤�[39m YN0007: │ �[38;5;173melectron�[39m�[38;5;111m@�[39m�[38;5;111mnpm:29.0.1�[39m must be built because it never has been before or the last one failed
    351:  �[94m➤�[39m YN0007: │ �[38;5;173mmsw�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.2.1 [a367a]�[39m must be built because it never has been before or the last one failed
    352:  �[94m➤�[39m YN0007: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m must be built because it never has been before or the last one failed
    353:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.19.12�[39m must be built because it never has been before or the last one failed
    354:  �[94m➤�[39m YN0007: │ �[38;5;166m@nestjs/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:10.3.3 [c1224]�[39m must be built because it never has been before or the last one failed
    355:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mengines�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
    356:  �[94m➤�[39m YN0007: │ �[38;5;166m@apollo/�[39m�[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.2.7�[39m must be built because it never has been before or the last one failed
    357:  �[94m➤�[39m YN0007: │ �[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:7.2.5�[39m must be built because it never has been before or the last one failed
    358:  �[94m➤�[39m YN0007: │ �[38;5;166m@swc/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.4.2 [9a545]�[39m must be built because it never has been before or the last one failed
    359:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.17.19�[39m must be built because it never has been before or the last one failed
    360:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.20.1�[39m must be built because it never has been before or the last one failed
    361:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.18.20�[39m must be built because it never has been before or the last one failed
    362:  �[94m➤�[39m YN0007: │ �[38;5;173mcore-js-pure�[39m�[38;5;111m@�[39m�[38;5;111mnpm:3.33.3�[39m must be built because it never has been before or the last one failed
    363:  �[94m➤�[39m YN0007: │ �[38;5;173melectron-winstaller�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.2.1�[39m must be built because it never has been before or the last one failed
    364:  �[94m➤�[39m YN0007: │ �[38;5;173mejs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.7.4�[39m must be built because it never has been before or the last one failed
    365:  �[94m➤�[39m YN0007: │ �[38;5;173mworkerd�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.20240208.0�[39m must be built because it never has been before or the last one failed
    366:  �[94m➤�[39m YN0007: │ �[38;5;166m@sentry/�[39m�[38;5;173mcli�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.28.6�[39m must be built because it never has been before or the last one failed
    ...
    
    476:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       globalAgent: [Agent],
    477:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       Server: [Function: Server],
    478:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       createServer: [Function: createServer],
    479:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       get: [Function: get],
    480:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       request: [Function: request]
    481:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m     }
    482:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m   }
    483:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m }
    484:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m must be built because it never has been before or the last one failed
    485:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m must be built because it never has been before or the last one failed
    486:  �[94m➤�[39m YN0007: │ �[38;5;173mprisma�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
    ...
    
    498:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate
    499:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate to ./src/schema.ts
    500:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate outputs
    501:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m Running lifecycle hook "afterStart" scripts...
    502:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Schemas
    503:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Documents
    504:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Generating output
    505:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m �[31mSTDERR�[39m install command is deprecated
    506:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m must be built because it never has been before or the last one failed
    ...
    
    515:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    516:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    517:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/package.json +308ms
    518:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +9ms
    519:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +0ms
    520:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +0ms
    521:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m Prisma schema loaded from packages/backend/server/schema.prisma
    522:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +5ms
    523:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +15ms
    ...
    
    527:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
    528:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
    529:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m } +3ms
    530:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +0ms
    531:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +1ms
    532:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +1ms
    533:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:fetch-engine:download copying /home/runner/.cache/prisma/master/5a9203d0590c951969e85a7d07215503f4672eb9/debian-openssl-1.1.x/libquery-engine to /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/node_modules/prisma/libquery_engine-debian-openssl-1.1.x.so.node +20ms
    534:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +38ms
    535:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +4ms
    536:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +1ms
    537:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +1ms
    538:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +97ms
    ...
    
    598:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
    599:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
    600:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
    601:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
    602:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
    603:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
    604:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
    605:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:GeneratorProcess child exited with code null on signal SIGTERM +82ms
    606:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m must be built because it never has been before or the last one failed
    ...
    
    615:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    616:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    617:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/package.json +318ms
    618:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +8ms
    619:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +0ms
    620:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +0ms
    621:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m Prisma schema loaded from schema.prisma
    622:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +4ms
    623:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +15ms
    ...
    
    626:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "targetDistro": "debian",
    627:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
    628:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
    629:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m } +1ms
    630:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +1ms
    631:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    632:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    633:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +41ms
    634:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +3ms
    635:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +1ms
    636:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +0ms
    637:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +97ms
    ...
    
    695:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
    696:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
    697:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
    698:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
    699:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
    700:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
    701:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
    702:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +8ms
    703:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +3ms
    ...
    
    958:  [WebServer] <i> [webpack-dev-server] Project is running at:
    959:  [WebServer] <i> [webpack-dev-server] Loopback: �[36mhttp://localhost:8080/�[39m
    960:  <i> [webpack-dev-server] On Your Network (IPv4): �[36mhttp://10.1.0.111:8080/�[39m
    961:  <i> [webpack-dev-server] Content not from webpack is served from '�[36m/home/runner/work/AFFiNE/AFFiNE/packages/frontend/core/public�[39m' directory
    962:  <i> [webpack-dev-server] 404s will fallback to '�[36m/index.html�[39m'
    963:  Running 24 tests using 2 workers, shard 3 of 5
    964:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
    965:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
    966:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    967:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    968:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    969:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    970:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    971:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    972:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    973:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    974:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    975:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    976:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    977:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    978:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    979:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    980:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    981:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    982:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    983:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    984:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    985:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    986:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    987:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    988:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    989:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    990:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    991:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    992:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    993:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    994:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    995:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    996:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    997:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    998:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    999:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1000:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1001:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1002:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1003:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1004:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1005:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1006:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1007:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1008:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1009:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1010:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1011:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1012:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1013:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1014:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1015:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1016:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1017:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1018:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1019:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1020:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1021:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1022:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1023:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1024:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1025:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1026:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1027:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1028:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1029:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1030:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1031:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1032:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1033:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1034:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1035:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1036:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1037:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1038:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1039:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1040:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1041:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1042:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/graphql to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1043:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1044:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1045:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1046:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1047:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1048:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1049:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1050:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1051:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1052:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1053:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1054:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1055:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1056:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1057:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1058:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1059:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1060:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1061:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1062:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1063:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1064:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1065:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1066:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1067:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1068:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1069:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1070:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1071:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1072:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1073:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1074:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1075:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1076:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1077:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1078:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1079:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1080:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1081:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1082:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1083:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1084:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1085:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1086:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1087:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1088:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1089:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1090:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1091:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1092:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1093:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1094:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1095:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1096:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1097:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1098:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1099:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1100:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1101:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1102:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1103:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1104:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1105:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1106:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1107:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1108:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1109:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1110:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1111:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1112:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1113:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1114:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1115:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1116:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1117:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1118:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1119:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1120:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1121:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1122:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1123:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1124:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1125:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1126:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1127:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1128:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1129:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1130:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1131:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1132:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1133:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1134:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1135:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1136:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1137:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1138:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1139:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1140:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1141:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1142:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1143:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1144:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1145:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1146:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1147:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1148:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1149:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1150:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1151:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1152:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1153:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1154:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1155:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1156:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1157:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1158:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1159:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1160:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1161:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1162:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1163:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1164:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1165:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1166:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1167:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1168:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1169:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1170:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1171:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1172:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1173:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1174:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1175:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1176:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1177:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1178:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1179:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1180:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1181:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1182:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1183:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1184:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1185:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1186:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1187:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1188:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1189:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1190:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1191:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1192:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1193:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1194:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1195:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1196:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1197:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1198:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1199:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1200:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1201:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1202:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1203:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1204:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1205:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1206:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1207:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1208:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1209:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1210:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1211:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1212:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1213:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1214:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1215:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1216:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1217:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1218:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1219:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1220:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1221:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1222:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1223:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1224:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1225:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1226:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1227:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1228:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1229:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1230:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1231:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1232:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1233:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1234:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1235:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1236:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1237:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1238:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1239:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1240:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1241:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1242:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1243:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1244:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1245:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1246:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1247:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1248:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1249:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1250:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1251:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1252:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1253:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1254:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1255:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1256:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1257:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1258:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1259:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1260:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1261:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1262:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1263:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1264:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1265:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1266:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1267:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1268:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1269:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1270:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1271:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1272:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1273:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1274:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1275:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1276:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1277:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1278:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1279:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1280:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1281:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1282:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1283:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1284:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1285:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1286:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1287:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1288:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1289:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1290:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1291:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1292:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1293:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1294:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1295:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1296:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1297:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1298:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1299:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1300:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1301:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1302:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1303:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1304:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1305:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1306:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1307:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1308:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1309:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1310:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1311:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1312:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1313:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1314:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1315:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1316:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1317:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1318:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1319:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1320:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1321:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1322:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1323:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1324:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1325:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1326:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1327:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1328:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1329:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1330:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1331:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1332:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1333:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1334:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1335:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1336:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1337:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1338:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1339:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1340:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1341:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1342:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1343:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1344:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1345:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1346:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1347:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1348:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1349:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1350:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1351:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1352:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1353:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1354:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1355:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1356:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1357:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1358:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1359:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1360:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1361:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1362:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1363:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1364:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1365:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1366:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1367:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1368:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1369:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1370:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1371:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1372:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1373:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1374:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1375:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1376:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1377:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1378:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1379:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1380:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1381:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1382:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1383:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1384:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1385:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1386:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1387:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1388:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1389:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1390:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1391:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1392:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1393:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1394:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1395:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1396:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1397:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1398:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1399:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1400:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1401:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1402:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1403:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1404:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1405:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1406:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1407:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1408:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1409:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1410:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1411:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1412:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1413:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1414:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1415:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1416:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1417:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1418:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1419:  ··×·°°·×·°·×··F··········××××××FF
    1420:  1) local-first-delete-workspace.spec.ts:9:5 › Create new workspace, then delete it ───────────────
    1421:  TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1425:  19 |   await page.waitForTimeout(1000);
    1426:  > 20 |   await page.waitForSelector('[data-testid="workspace-name"]');
    1427:  |              ^
    1428:  21 |   expect(await page.getByTestId('workspace-name').textContent()).toBe(
    1429:  22 |     'Test Workspace'
    1430:  23 |   );
    1431:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-workspace.spec.ts:20:14
    1432:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1433:  TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1445:  ../../test-results/local-first-delete-workspace-Create-new-workspace-then-delete-it-retry1/video.webm
    1446:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1447:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    1448:  ../../test-results/local-first-delete-workspace-Create-new-workspace-then-delete-it-retry1/trace.zip
    1449:  Usage:
    1450:  yarn playwright show-trace ../../test-results/local-first-delete-workspace-Create-new-workspace-then-delete-it-retry1/trace.zip
    1451:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1452:  Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1453:  TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1457:  19 |   await page.waitForTimeout(1000);
    1458:  > 20 |   await page.waitForSelector('[data-testid="workspace-name"]');
    1459:  |              ^
    1460:  21 |   expect(await page.getByTestId('workspace-name').textContent()).toBe(
    1461:  22 |     'Test Workspace'
    1462:  23 |   );
    1463:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-workspace.spec.ts:20:14
    1464:  Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1465:  TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1469:  19 |   await page.waitForTimeout(1000);
    1470:  > 20 |   await page.waitForSelector('[data-testid="workspace-name"]');
    1471:  |              ^
    1472:  21 |   expect(await page.getByTestId('workspace-name').textContent()).toBe(
    1473:  22 |     'Test Workspace'
    1474:  23 |   );
    1475:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-workspace.spec.ts:20:14
    1476:  2) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
    1477:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1489:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1490:  |                                                    ^
    1491:  43 |
    1492:  44 |   // if (isDesktop) {
    1493:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1494:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1495:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
    1496:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1497:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1515:  ../../test-results/local-first-workspace-list-create-one-workspace-in-the-workspace-list-retry1/video.webm
    1516:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1517:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    1518:  ../../test-results/local-first-workspace-list-create-one-workspace-in-the-workspace-list-retry1/trace.zip
    1519:  Usage:
    1520:  yarn playwright show-trace ../../test-results/local-first-workspace-list-create-one-workspace-in-the-workspace-list-retry1/trace.zip
    1521:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1522:  Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1523:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1533:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1534:  |                                                    ^
    1535:  43 |
    1536:  44 |   // if (isDesktop) {
    1537:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1538:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1539:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
    1540:  Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1541:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1553:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1554:  |                                                    ^
    1555:  43 |
    1556:  44 |   // if (isDesktop) {
    1557:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1558:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1559:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
    1560:  3) local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ────────
    1561:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1571:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1572:  |                                                    ^
    1573:  43 |
    1574:  44 |   // if (isDesktop) {
    1575:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1576:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1577:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:69:3
    1578:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1579:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1597:  ../../test-results/local-first-workspace-list-create-multi-workspace-in-the-workspace-list-retry1/video.webm
    1598:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1599:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    1600:  ../../test-results/local-first-workspace-list-create-multi-workspace-in-the-workspace-list-retry1/trace.zip
    1601:  Usage:
    1602:  yarn playwright show-trace ../../test-results/local-first-workspace-list-create-multi-workspace-in-the-workspace-list-retry1/trace.zip
    1603:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1604:  Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1605:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1615:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1616:  |                                                    ^
    1617:  43 |
    1618:  44 |   // if (isDesktop) {
    1619:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1620:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1621:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:69:3
    1622:  Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1623:  Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoHaveText�[2m(�[22m�[32mexpected�[39m�[2m)�[22m
    ...
    
    1632:  41 |
    1633:  > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1634:  |                                                    ^
    1635:  43 |
    1636:  44 |   // if (isDesktop) {
    1637:  45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1638:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1639:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:69:3
    1640:  3 failed
    1641:  local-first-delete-workspace.spec.ts:9:5 › Create new workspace, then delete it ────────────────
    1642:  local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ───────────
    1643:  local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ─────────
    1644:  3 skipped
    1645:  18 passed (3.7m)
    1646:  ##[error]  1) local-first-delete-workspace.spec.ts:9:5 › Create new workspace, then delete it ───────────────
    1647:      TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1653:        19 |   await page.waitForTimeout(1000);
    1654:      > 20 |   await page.waitForSelector('[data-testid="workspace-name"]');
    1655:           |              ^
    1656:        21 |   expect(await page.getByTestId('workspace-name').textContent()).toBe(
    1657:        22 |     'Test Workspace'
    1658:        23 |   );
    1659:  
    1660:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-workspace.spec.ts:20:14
    1661:  ##[error]  1) local-first-delete-workspace.spec.ts:9:5 › Create new workspace, then delete it ───────────────
    1662:  
    1663:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1664:      TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1670:        19 |   await page.waitForTimeout(1000);
    1671:      > 20 |   await page.waitForSelector('[data-testid="workspace-name"]');
    1672:           |              ^
    1673:        21 |   expect(await page.getByTestId('workspace-name').textContent()).toBe(
    1674:        22 |     'Test Workspace'
    1675:        23 |   );
    1676:  
    1677:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-workspace.spec.ts:20:14
    1678:  ##[error]  1) local-first-delete-workspace.spec.ts:9:5 › Create new workspace, then delete it ───────────────
    1679:  
    1680:      Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1681:      TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1687:        19 |   await page.waitForTimeout(1000);
    1688:      > 20 |   await page.waitForSelector('[data-testid="workspace-name"]');
    1689:           |              ^
    1690:        21 |   expect(await page.getByTestId('workspace-name').textContent()).toBe(
    1691:        22 |     'Test Workspace'
    1692:        23 |   );
    1693:  
    1694:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-workspace.spec.ts:20:14
    1695:  ##[error]  1) local-first-delete-workspace.spec.ts:9:5 › Create new workspace, then delete it ───────────────
    1696:  
    1697:      Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1698:      TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
    ...
    
    1704:        19 |   await page.waitForTimeout(1000);
    1705:      > 20 |   await page.waitForSelector('[data-testid="workspace-name"]');
    1706:           |              ^
    1707:        21 |   expect(await page.getByTestId('workspace-name').textContent()).toBe(
    1708:        22 |     'Test Workspace'
    1709:        23 |   );
    1710:  
    1711:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-workspace.spec.ts:20:14
    1712:  ##[error]  2) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
    1713:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1729:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1730:           |                                                    ^
    1731:        43 |
    1732:        44 |   // if (isDesktop) {
    1733:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1734:  
    1735:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1736:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
    1737:  ##[error]  2) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
    1738:  
    1739:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1740:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1754:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1755:           |                                                    ^
    1756:        43 |
    1757:        44 |   // if (isDesktop) {
    1758:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1759:  
    1760:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1761:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
    1762:  ##[error]  2) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
    1763:  
    1764:      Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1765:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1779:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1780:           |                                                    ^
    1781:        43 |
    1782:        44 |   // if (isDesktop) {
    1783:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1784:  
    1785:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1786:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
    1787:  ##[error]  2) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
    1788:  
    1789:      Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1790:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1806:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1807:           |                                                    ^
    1808:        43 |
    1809:        44 |   // if (isDesktop) {
    1810:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1811:  
    1812:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1813:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
    1814:  ##[error]  3) local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ────────
    1815:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1829:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1830:           |                                                    ^
    1831:        43 |
    1832:        44 |   // if (isDesktop) {
    1833:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1834:  
    1835:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1836:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:69:3
    1837:  ##[error]  3) local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ────────
    1838:  
    1839:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1840:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1854:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1855:           |                                                    ^
    1856:        43 |
    1857:        44 |   // if (isDesktop) {
    1858:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1859:  
    1860:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1861:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:69:3
    1862:  ##[error]  3) local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ────────
    1863:  
    1864:      Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1865:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1879:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1880:           |                                                    ^
    1881:        43 |
    1882:        44 |   // if (isDesktop) {
    1883:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1884:  
    1885:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1886:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:69:3
    1887:  ##[error]  3) local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ────────
    1888:  
    1889:      Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1890:      Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
    ...
    
    1904:      > 42 |   await expect(page.getByTestId('workspace-name')).toHaveText(params.name);
    1905:           |                                                    ^
    1906:        43 |
    1907:        44 |   // if (isDesktop) {
    1908:        45 |   //   await page.getByTestId('create-workspace-continue-button').click();
    1909:  
    1910:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:42:52)
    1911:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:69:3
    1912:  ##[notice]  3 failed
    1913:      local-first-delete-workspace.spec.ts:9:5 › Create new workspace, then delete it ────────────────
    1914:      local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ───────────
    1915:      local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ─────────
    1916:    3 skipped
    1917:    18 passed (3.7m)
    1918:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.

    See more information about the checks tool in the docs.

    Copy link

    PR-Agent was enabled for this repository. To use it, please link your git user with your CodiumAI identity here.

    CI Failure Feedback

    Action: E2E Test (2)

    Failed stage: Run playwright tests [❌]

    Failure summary:

    The action failed due to two primary issues encountered during the execution of end-to-end tests:

  • A TimeoutError occurred in local-first-avatar.spec.ts when attempting to click on an element
    identified by the test ID 'workspace-name'. This indicates that the element either did not appear on
    the page within the specified timeout period or was not clickable.
  • Another TimeoutError was encountered in local-first-collections-items.spec.ts due to the failure of
    page.waitForSelector to locate a selector 'v-line' within the allotted 20000ms. This suggests that
    the expected page content did not load or render within the expected timeframe.

    These errors suggest issues with the application's responsiveness or the test environment's
    stability, leading to the inability of test scripts to interact with the application as intended.

  • Relevant error logs:
    1:  Job defined at: toeverything/AFFiNE/.github/workflows/build-test.yml@refs/pull/5837/merge
    2:  Waiting for a runner to pick up this job...
    ...
    
    342:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed
    343:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Fetch step
    344:  ##[group]Fetch step
    345:  �[94m➤�[39m YN0013: │ A package was added to the project (�[38;5;160m+ 33.09 KiB�[39m).
    346:  ##[endgroup]
    347:  �[94m➤�[39m �[90mYN0000�[39m: └ Completed in 0s 923ms
    348:  �[94m➤�[39m �[90mYN0000�[39m: ┌ Link step
    349:  ##[group]Link step
    350:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mtemplates�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/templates�[39m must be built because it never has been before or the last one failed
    351:  �[94m➤�[39m YN0007: │ �[38;5;173melectron�[39m�[38;5;111m@�[39m�[38;5;111mnpm:29.0.1�[39m must be built because it never has been before or the last one failed
    352:  �[94m➤�[39m YN0007: │ �[38;5;173mmsw�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.2.1 [a367a]�[39m must be built because it never has been before or the last one failed
    353:  �[94m➤�[39m YN0007: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m must be built because it never has been before or the last one failed
    354:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.19.12�[39m must be built because it never has been before or the last one failed
    355:  �[94m➤�[39m YN0007: │ �[38;5;166m@nestjs/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:10.3.3 [c1224]�[39m must be built because it never has been before or the last one failed
    356:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mengines�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
    357:  �[94m➤�[39m YN0007: │ �[38;5;166m@apollo/�[39m�[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.2.7�[39m must be built because it never has been before or the last one failed
    358:  �[94m➤�[39m YN0007: │ �[38;5;173mprotobufjs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:7.2.5�[39m must be built because it never has been before or the last one failed
    359:  �[94m➤�[39m YN0007: │ �[38;5;166m@swc/�[39m�[38;5;173mcore�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.4.2 [9a545]�[39m must be built because it never has been before or the last one failed
    360:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.17.19�[39m must be built because it never has been before or the last one failed
    361:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.20.1�[39m must be built because it never has been before or the last one failed
    362:  �[94m➤�[39m YN0007: │ �[38;5;173mesbuild�[39m�[38;5;111m@�[39m�[38;5;111mnpm:0.18.20�[39m must be built because it never has been before or the last one failed
    363:  �[94m➤�[39m YN0007: │ �[38;5;173mcore-js-pure�[39m�[38;5;111m@�[39m�[38;5;111mnpm:3.33.3�[39m must be built because it never has been before or the last one failed
    364:  �[94m➤�[39m YN0007: │ �[38;5;173melectron-winstaller�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.2.1�[39m must be built because it never has been before or the last one failed
    365:  �[94m➤�[39m YN0007: │ �[38;5;173mejs�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.7.4�[39m must be built because it never has been before or the last one failed
    366:  �[94m➤�[39m YN0007: │ �[38;5;173mworkerd�[39m�[38;5;111m@�[39m�[38;5;111mnpm:1.20240208.0�[39m must be built because it never has been before or the last one failed
    367:  �[94m➤�[39m YN0007: │ �[38;5;166m@sentry/�[39m�[38;5;173mcli�[39m�[38;5;111m@�[39m�[38;5;111mnpm:2.28.6�[39m must be built because it never has been before or the last one failed
    ...
    
    477:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       globalAgent: [Agent],
    478:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       Server: [Function: Server],
    479:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       createServer: [Function: createServer],
    480:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       get: [Function: get],
    481:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m       request: [Function: request]
    482:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m     }
    483:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m   }
    484:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;173mnx�[39m�[38;5;111m@�[39m�[38;5;111mnpm:18.0.4 [a367a]�[39m �[31mSTDERR�[39m }
    485:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m must be built because it never has been before or the last one failed
    486:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m must be built because it never has been before or the last one failed
    487:  �[94m➤�[39m YN0007: │ �[38;5;173mprisma�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2�[39m must be built because it never has been before or the last one failed
    ...
    
    499:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate
    500:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate to ./src/schema.ts
    501:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [SUCCESS] Generate outputs
    502:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m Running lifecycle hook "afterStart" scripts...
    503:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Schemas
    504:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Loading Documents
    505:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mgraphql�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/frontend/graphql�[39m �[32mSTDOUT�[39m [CLI] Generating output
    506:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mmonorepo�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:.�[39m �[31mSTDERR�[39m install command is deprecated
    507:  �[94m➤�[39m YN0007: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m must be built because it never has been before or the last one failed
    ...
    
    516:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    517:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    518:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/package.json +308ms
    519:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +8ms
    520:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +0ms
    521:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +0ms
    522:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m Prisma schema loaded from packages/backend/server/schema.prisma
    523:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +4ms
    524:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +18ms
    ...
    
    528:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
    529:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
    530:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m } +1ms
    531:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +1ms
    532:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    533:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    534:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:fetch-engine:download copying /home/runner/.cache/prisma/master/5a9203d0590c951969e85a7d07215503f4672eb9/debian-openssl-1.1.x/libquery-engine to /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/node_modules/prisma/libquery_engine-debian-openssl-1.1.x.so.node +21ms
    535:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +36ms
    536:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +3ms
    537:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +1ms
    538:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +1ms
    539:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +100ms
    ...
    
    599:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
    600:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
    601:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
    602:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
    603:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
    604:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
    605:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[32mSTDOUT�[39m 
    606:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@prisma/�[39m�[38;5;173mclient�[39m�[38;5;111m@�[39m�[38;5;111mnpm:5.10.2 [c1224]�[39m �[31mSTDERR�[39m prisma:GeneratorProcess child exited with code null on signal SIGTERM +83ms
    607:  �[94m➤�[39m YN0007: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m must be built because it never has been before or the last one failed
    ...
    
    616:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    617:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    618:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:loadEnv project root found at /home/runner/work/AFFiNE/AFFiNE/packages/backend/server/package.json +308ms
    619:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at null +7ms
    620:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv Environment variables not found at undefined +0ms
    621:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:tryLoadEnv No Environment variables loaded +1ms
    622:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m Prisma schema loaded from schema.prisma
    623:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +3ms
    624:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +17ms
    ...
    
    627:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "targetDistro": "debian",
    628:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "familyDistro": "debian",
    629:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m   "originalDistro": "ubuntu"
    630:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m } +2ms
    631:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Trying platform-specific paths for "debian" (and "ubuntu") +0ms
    632:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.1.1 +2ms
    633:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:get-platform The parsed libssl version is: 1.1.x +0ms
    634:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +38ms
    635:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +4ms
    636:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using getDmmf Wasm +0ms
    637:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF Using given datamodel +1ms
    638:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getDMMF dmmf data retrieved without errors in getDmmf Wasm +108ms
    ...
    
    696:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
    697:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m ┌─────────────────────────────────────────────────────────────┐
    698:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Deploying your app to serverless or edge functions?        │
    699:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  Try Prisma Accelerate for connection pooling and caching.  │
    700:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m │  https://pris.ly/cli/accelerate                             │
    701:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m └─────────────────────────────────────────────────────────────┘
    702:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[32mSTDOUT�[39m 
    703:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig Using getConfig Wasm +9ms
    704:  �[94m➤�[39m �[90mYN0000�[39m: │ �[38;5;166m@affine/�[39m�[38;5;173mserver�[39m�[38;5;111m@�[39m�[38;5;111mworkspace:packages/backend/server�[39m �[31mSTDERR�[39m prisma:getConfig config data retrieved without errors in getConfig Wasm +4ms
    ...
    
    966:  [WebServer] <i> [webpack-dev-server] Project is running at:
    967:  [WebServer] <i> [webpack-dev-server] Loopback: �[36mhttp://localhost:8080/�[39m
    968:  <i> [webpack-dev-server] On Your Network (IPv4): �[36mhttp://10.1.0.239:8080/�[39m
    969:  <i> [webpack-dev-server] Content not from webpack is served from '�[36m/home/runner/work/AFFiNE/AFFiNE/packages/frontend/core/public�[39m' directory
    970:  <i> [webpack-dev-server] 404s will fallback to '�[36m/index.html�[39m'
    971:  Running 25 tests using 2 workers, shard 2 of 5
    972:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
    973:  [WebServer] <i> [webpack-dev-middleware] wait until bundle finished: /
    974:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    975:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    976:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    977:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    978:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    979:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    980:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    981:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    982:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    983:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    984:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    985:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    986:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    987:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    988:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    989:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    990:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    991:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    992:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    993:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    994:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    995:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    996:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    997:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    998:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    999:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1000:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1001:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1002:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1003:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1004:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1005:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1006:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1007:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1008:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1009:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1010:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1011:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1012:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1013:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1014:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1015:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1016:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1017:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1018:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1019:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1020:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1021:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1022:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1023:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1024:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1025:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1026:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1027:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1028:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1029:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1030:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1031:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1032:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1033:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1034:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1035:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1036:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1037:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1038:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1039:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1040:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1041:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1042:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1043:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1044:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1045:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1046:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1047:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1048:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1049:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1050:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1051:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1052:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1053:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1054:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1055:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1056:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1057:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1058:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1059:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1060:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1061:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1062:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1063:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1064:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1065:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1066:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1067:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1068:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1069:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1070:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1071:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1072:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1073:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1074:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1075:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1076:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1077:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1078:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1079:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1080:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1081:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1082:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1083:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1084:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1085:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1086:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1087:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1088:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1089:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1090:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1091:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1092:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1093:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1094:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1095:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1096:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1097:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1098:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1099:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1100:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1101:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1102:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1103:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1104:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1105:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1106:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1107:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1108:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1109:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1110:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1111:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1112:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1113:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1114:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1115:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1116:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1117:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1118:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1119:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1120:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1121:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1122:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1123:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1124:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1125:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1126:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1127:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1128:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1129:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1130:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1131:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1132:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1133:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1134:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1135:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1136:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1137:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1138:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1139:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1140:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1141:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1142:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1143:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1144:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1145:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1146:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1147:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1148:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1149:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1150:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1151:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1152:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1153:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1154:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1155:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1156:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1157:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1158:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1159:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1160:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1161:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1162:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1163:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1164:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1165:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1166:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1167:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1168:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1169:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1170:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1171:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1172:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1173:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1174:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1175:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1176:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1177:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1178:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1179:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1180:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1181:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1182:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1183:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1184:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1185:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1186:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1187:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1188:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1189:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1190:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1191:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1192:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1193:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1194:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1195:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1196:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1197:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1198:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1199:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1200:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1201:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1202:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1203:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1204:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1205:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1206:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1207:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1208:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1209:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1210:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1211:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1212:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1213:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1214:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1215:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1216:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1217:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1218:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1219:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1220:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1221:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1222:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1223:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1224:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1225:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1226:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1227:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1228:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1229:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1230:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1231:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1232:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1233:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1234:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1235:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1236:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1237:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1238:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1239:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1240:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1241:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1242:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1243:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1244:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1245:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1246:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1247:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1248:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1249:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1250:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1251:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1252:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1253:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1254:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1255:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1256:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1257:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1258:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1259:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1260:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1261:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1262:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1263:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1264:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1265:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1266:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1267:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1268:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1269:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1270:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1271:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1272:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1273:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1274:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1275:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1276:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1277:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1278:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1279:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1280:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1281:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1282:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1283:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1284:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1285:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1286:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1287:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1288:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1289:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1290:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1291:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1292:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1293:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1294:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1295:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1296:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1297:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1298:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1299:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1300:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1301:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1302:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1303:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1304:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1305:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1306:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1307:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1308:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1309:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1310:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1311:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1312:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1313:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1314:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1315:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1316:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1317:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1318:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1319:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1320:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1321:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1322:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1323:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1324:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1325:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1326:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1327:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1328:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1329:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1330:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1331:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1332:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1333:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1334:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1335:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1336:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1337:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1338:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1339:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1340:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1341:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1342:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1343:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1344:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1345:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1346:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1347:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1348:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1349:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1350:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1351:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1352:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1353:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1354:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1355:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1356:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1357:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1358:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1359:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1360:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1361:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1362:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1363:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1364:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1365:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1366:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1367:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1368:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1369:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1370:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1371:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1372:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1373:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1374:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1375:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1376:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1377:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1378:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1379:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1380:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1381:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1382:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1383:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1384:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1385:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1386:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1387:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1388:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1389:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1390:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1391:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/session to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1392:  [WebServer] <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1393:  <e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/auth/_log to http://localhost:3010/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
    1394:  ···················××××F··×··×F
    1395:  1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it 
    1396:  TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1400:  22 |   await page.waitForTimeout(1000);
    1401:  > 23 |   await page.getByTestId('workspace-name').click();
    1402:  |                                            ^
    1403:  24 |   await page.getByTestId('workspace-card').nth(1).click();
    1404:  25 |   await page.getByTestId('settings-modal-trigger').click();
    1405:  26 |   await page.getByTestId('current-workspace-label').click();
    1406:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
    1407:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1408:  TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1420:  ../../test-results/local-first-avatar-should-create-a-page-with-a-local-first-avatar-and-remove-it-retry1/video.webm
    1421:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1422:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    1423:  ../../test-results/local-first-avatar-should-create-a-page-with-a-local-first-avatar-and-remove-it-retry1/trace.zip
    1424:  Usage:
    1425:  yarn playwright show-trace ../../test-results/local-first-avatar-should-create-a-page-with-a-local-first-avatar-and-remove-it-retry1/trace.zip
    1426:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1427:  Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1428:  TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1432:  22 |   await page.waitForTimeout(1000);
    1433:  > 23 |   await page.getByTestId('workspace-name').click();
    1434:  |                                            ^
    1435:  24 |   await page.getByTestId('workspace-card').nth(1).click();
    1436:  25 |   await page.getByTestId('settings-modal-trigger').click();
    1437:  26 |   await page.getByTestId('current-workspace-label').click();
    1438:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
    1439:  Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1440:  TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1444:  22 |   await page.waitForTimeout(1000);
    1445:  > 23 |   await page.getByTestId('workspace-name').click();
    1446:  |                                            ^
    1447:  24 |   await page.getByTestId('workspace-card').nth(1).click();
    1448:  25 |   await page.getByTestId('settings-modal-trigger').click();
    1449:  26 |   await page.getByTestId('current-workspace-label').click();
    1450:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
    1451:  2) local-first-collections-items.spec.ts:64:5 › Show collections items in sidebar ────────────────
    1452:  TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1459:  |              ^
    1460:  6 |     timeout: 20000,
    1461:  7 |   });
    1462:  8 | }
    1463:  at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14)
    1464:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:26)
    1465:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:92:3
    1466:  Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1467:  TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1482:  ../../test-results/local-first-collections-items-Show-collections-items-in-sidebar-retry1/video.webm
    1483:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1484:  attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    1485:  ../../test-results/local-first-collections-items-Show-collections-items-in-sidebar-retry1/trace.zip
    1486:  Usage:
    1487:  yarn playwright show-trace ../../test-results/local-first-collections-items-Show-collections-items-in-sidebar-retry1/trace.zip
    1488:  ────────────────────────────────────────────────────────────────────────────────────────────────
    1489:  Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1490:  TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1497:  |              ^
    1498:  6 |     timeout: 20000,
    1499:  7 |   });
    1500:  8 | }
    1501:  at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14)
    1502:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:26)
    1503:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:92:3
    1504:  Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1505:  TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1511:  > 5 |   await page.waitForSelector('v-line', {
    1512:  |              ^
    1513:  6 |     timeout: 20000,
    1514:  7 |   });
    1515:  8 | }
    1516:  at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14)
    1517:  at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:26)
    1518:  at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:92:3
    1519:  2 failed
    1520:  local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it ─
    1521:  local-first-collections-items.spec.ts:64:5 › Show collections items in sidebar ─────────────────
    1522:  23 passed (4.7m)
    1523:  ##[error]  1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it 
    1524:      TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1530:        22 |   await page.waitForTimeout(1000);
    1531:      > 23 |   await page.getByTestId('workspace-name').click();
    1532:           |                                            ^
    1533:        24 |   await page.getByTestId('workspace-card').nth(1).click();
    1534:        25 |   await page.getByTestId('settings-modal-trigger').click();
    1535:        26 |   await page.getByTestId('current-workspace-label').click();
    1536:  
    1537:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
    1538:  ##[error]  1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it 
    1539:  
    1540:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1541:      TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1547:        22 |   await page.waitForTimeout(1000);
    1548:      > 23 |   await page.getByTestId('workspace-name').click();
    1549:           |                                            ^
    1550:        24 |   await page.getByTestId('workspace-card').nth(1).click();
    1551:        25 |   await page.getByTestId('settings-modal-trigger').click();
    1552:        26 |   await page.getByTestId('current-workspace-label').click();
    1553:  
    1554:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
    1555:  ##[error]  1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it 
    1556:  
    1557:      Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1558:      TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1564:        22 |   await page.waitForTimeout(1000);
    1565:      > 23 |   await page.getByTestId('workspace-name').click();
    1566:           |                                            ^
    1567:        24 |   await page.getByTestId('workspace-card').nth(1).click();
    1568:        25 |   await page.getByTestId('settings-modal-trigger').click();
    1569:        26 |   await page.getByTestId('current-workspace-label').click();
    1570:  
    1571:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
    1572:  ##[error]  1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it 
    1573:  
    1574:      Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1575:      TimeoutError: locator.click: Timeout 5000ms exceeded.
    ...
    
    1581:        22 |   await page.waitForTimeout(1000);
    1582:      > 23 |   await page.getByTestId('workspace-name').click();
    1583:           |                                            ^
    1584:        24 |   await page.getByTestId('workspace-card').nth(1).click();
    1585:        25 |   await page.getByTestId('settings-modal-trigger').click();
    1586:        26 |   await page.getByTestId('current-workspace-label').click();
    1587:  
    1588:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
    1589:  ##[error]  2) local-first-collections-items.spec.ts:64:5 › Show collections items in sidebar ────────────────
    1590:      TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1600:          |              ^
    1601:        6 |     timeout: 20000,
    1602:        7 |   });
    1603:        8 | }
    1604:  
    1605:          at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14)
    1606:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:26)
    1607:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:92:3
    1608:  ##[error]  2) local-first-collections-items.spec.ts:64:5 › Show collections items in sidebar ────────────────
    1609:  
    1610:      Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
    1611:      TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1621:          |              ^
    1622:        6 |     timeout: 20000,
    1623:        7 |   });
    1624:        8 | }
    1625:  
    1626:          at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14)
    1627:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:26)
    1628:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:92:3
    1629:  ##[error]  2) local-first-collections-items.spec.ts:64:5 › Show collections items in sidebar ────────────────
    1630:  
    1631:      Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
    1632:      TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1642:          |              ^
    1643:        6 |     timeout: 20000,
    1644:        7 |   });
    1645:        8 | }
    1646:  
    1647:          at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14)
    1648:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:26)
    1649:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:92:3
    1650:  ##[error]  2) local-first-collections-items.spec.ts:64:5 › Show collections items in sidebar ────────────────
    1651:  
    1652:      Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
    1653:      TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
    ...
    
    1663:          |              ^
    1664:        6 |     timeout: 20000,
    1665:        7 |   });
    1666:        8 | }
    1667:  
    1668:          at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14)
    1669:          at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:26)
    1670:          at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:92:3
    1671:  ##[notice]  2 failed
    1672:      local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it ─
    1673:      local-first-collections-items.spec.ts:64:5 › Show collections items in sidebar ─────────────────
    1674:    23 passed (4.7m)
    1675:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.

    See more information about the checks tool in the docs.

    Copy link

    PR-Agent was enabled for this repository. To use it, please link your git user with your CodiumAI identity here.

    CI Failure Feedback

    Action: 3, 2, 1 Launch

    Failed stage: Run exit 1 [❌]

    Failure summary:

    The action failed due to the process exiting with exit code 1. This exit code generally indicates
    that a command within the workflow failed to execute properly. However, the specific reason for the
    failure or which command failed is not provided in the provided log excerpt. Additional details from
    the log are needed to pinpoint the exact cause of failure.

    Relevant error logs:
    1:  Job defined at: toeverything/AFFiNE/.github/workflows/build-test.yml@refs/pull/5837/merge
    2:  Waiting for a runner to pick up this job...
    ...
    
    45:  APP_NAME: affine
    46:  AFFINE_ENV: dev
    47:  COVERAGE: true
    48:  MACOSX_DEPLOYMENT_TARGET: 10.13
    49:  NX_CLOUD_ACCESS_TOKEN: ***
    50:  PLAYWRIGHT_BROWSERS_PATH: /home/runner/work/AFFiNE/AFFiNE/node_modules/.cache/ms-playwright
    51:  DEPLOYMENT_TYPE: affine
    52:  ##[endgroup]
    53:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.

    See more information about the checks tool in the docs.

    @EYHN EYHN changed the base branch from eyhn/refactor/collection to canary February 27, 2024 04:02
    @EYHN EYHN enabled auto-merge (squash) February 27, 2024 04:05
    @EYHN EYHN merged commit 606397e into canary Feb 27, 2024
    36 of 45 checks passed
    @EYHN EYHN deleted the eyhn/feat/workbench branch February 27, 2024 04:14
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    None yet

    3 participants