There was an error fetching the job.
rspec system pg13 25/28
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.9.0~beta.212.g8ccc65e7 (8ccc65e7)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM, system ID: s_9d15f3e4e7ae3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:13 ...8Pulling docker image postgres:13 ...9Using docker image sha256:dd421ca1f7f13d81c5c145d77d97d8d84cd0e6f1e045936ee506ce0f50ee397a for postgres:13 with digest postgres@sha256:00f455399f30cc3f2fe4185476601438b7a4959c74653665582d7c313a783d51 ...10Starting service redis:6.2-alpine ...11Pulling docker image redis:6.2-alpine ...12Using docker image sha256:3616f0c0705d2a35d30dde109daf3cbe58ae7284121aafa6f5cfa987db98d1a8 for redis:6.2-alpine with digest redis@sha256:edddbcad5a41d58df2f142d68439922f1860ea902903d016257337c3342f30fc ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...18Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1680166961-2d9e793a...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 135903, done. 25remote: Counting objects: 100% (135903/135903), done. 26remote: Compressing objects: 100% (88560/88560), done. 27remote: Total 135903 (delta 58315), reused 94618 (delta 42152), pack-reused 0 28Receiving objects: 100% (135903/135903), 121.35 MiB | 29.30 MiB/s, done.29Resolving deltas: 100% (58315/58315), done.31 * [new ref] refs/pipelines/822866544 -> refs/pipelines/82286654432Checking out 523abdde as detached HEAD (ref is refs/merge-requests/116270/merge)...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-3.0-16...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (4031138198)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138198 responseStatus=200 OK token=64_qKhFm45Downloading artifacts for detect-tests (4031138213)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138213 responseStatus=200 OK token=64_qKhFm47Downloading artifacts for retrieve-tests-metadata (4031138217)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138217 responseStatus=200 OK token=64_qKhFm49Downloading artifacts for setup-test-env (4031138204)...50Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138204 responseStatus=200 OK token=64_qKhFm52Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh709Using decomposed database config (config/database.yml.decomposed-postgresql)710Geo DB won't be set up.711$ setup_db_user_only712CREATE ROLE713GRANT714==> 'setup_db_user_only' succeeded in 0 seconds.715$ bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes716Dropped database 'gitlabhq_test'717Dropped database 'gitlabhq_test_ci'718Created database 'gitlabhq_test'719Created database 'gitlabhq_test_ci'720==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 49 seconds.721$ setup_db_praefect722SELECT pg_catalog.set_config('search_path', '', false);723CREATE DATABASE praefect_test ENCODING 'UTF8';724==> 'setup_db_praefect' succeeded in 1 seconds.725$ source ./scripts/rspec_helpers.sh726$ run_timed_command "gem install knapsack --no-document"727$ gem install knapsack --no-document728Successfully installed knapsack-4.0.07291 gem installed730==> 'gem install knapsack --no-document' succeeded in 0 seconds.731$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"835$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"836SKIP_FLAKY_TESTS_AUTOMATICALLY: false837RETRY_FAILED_TESTS_IN_NEW_PROCESS: true838KNAPSACK_GENERATE_REPORT: true839FLAKY_RSPEC_GENERATE_REPORT: true840KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb841KNAPSACK_LOG_LEVEL: debug842KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg13_25_28_report.json843FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json844FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13_25_28_report.json845NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_25_28_report.json846SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_25_28_report.txt847CRYSTALBALL: 848Knapsack report generator started!849Run options: exclude {:quarantine=>true, :level=>"background_migration"}850Test environment set up in 0.765836427 seconds851User comments on a merge request852Starting the Capybara driver server...853Capybara starting Puma...854* Version 5.6.5 , codename: Birdie's Version855* Min threads: 0, max threads: 4856* Listening on unix:///tmp/20230330-360-et991i857 adds a comment858 replys to a new comment859 handles esc key correctly when atwho is active860 handles esc key correctly when atwho is active861 handles esc key correctly when atwho is active862 handles esc key correctly when atwho is active863 handles esc key correctly when atwho is active864 handles esc key correctly when atwho is active865 handles esc key correctly when atwho is active866 handles esc key correctly when atwho is active867 handles esc key correctly when atwho is not active868 loads new comment869 behaves like edits content using the content editor870 saves page content in local storage if the user navigates away871 formatting bubble menu872 shows a formatting bubble menu for a regular paragraph and headings873 media elements bubble menu874 displays correct media bubble menu for images875 displays correct media bubble menu for video876 code block877 applies theme classes to code blocks878 code block bubble menu879 shows a code block bubble menu for a code block880 sets code block type to "javascript" for `js`881 sets code block type to "Custom (nomnoml)" for `nomnoml`882 mermaid diagram883 renders and updates the diagram correctly in a sandboxed iframe884 autocomplete suggestions885 shows suggestions for members with descriptions886 shows suggestions for merge requests887 shows suggestions for issues888 shows suggestions for milestones889 shows suggestions for emojis890 doesn't show suggestions dropdown if there are no suggestions to show891 scrolls selected item into view when navigating with keyboard892Merge request > User sees avatars on diff notes893 discussion tab894 does not show avatars on discussion tab895 does not render avatars after commenting on discussion tab896 commit view897 does not render avatar after commenting898 parallel view899 shows note avatar900 shows comment on note avatar901 toggles comments when clicking avatar902 removes avatar when note is deleted903 adds avatar when commenting904 adds multiple comments905 multiple comments906 shows extra comment count907Projects > Show > User uploads files908 when a user has write access909 uploads and commits a new text file910 uploads and commits a new image file911 uploads and commits a new pdf file912 uploads a file to a sub-directory913 uploads and commits a new text file914 uploads and commits a new image file915 uploads and commits a new pdf file916 uploads a file to a sub-directory917 when a user does not have write access918 uploads and commits a new file to a forked project919 uploads and commits a new file to a forked project920 with an empty repo921 uploads and commits a new text file via "upload file" button922 uploads and commits a new text file via "upload file" button923New project924 as a user925 shows the project description field when it should926 shows a message if multiple levels are restricted927 shows a message if all levels are restricted928 as an admin929 shows "New project" page930 importer links931 with user namespace932 renders links to several importers933 with group namespace934 renders links to several importers935 Visibility level selector936 sets selector to Private937 saves visibility level 0 on validation error938 sets selector to Internal939 saves visibility level 10 on validation error940 sets selector to Public941 saves visibility level 20 on validation error942 when group visibility is private but default is internal943 when admin mode is enabled944 has private selected945 when admin mode is disabled946 is not allowed947 when group visibility is public but user requests private948 when admin mode is enabled949 has private selected950 when admin mode is disabled951 is not allowed952 Readme selector953 shows the initialize with Readme checkbox on "Blank project" tab954 does not show the initialize with Readme checkbox on "Create from template" tab955 does not show the initialize with Readme checkbox on "Import project" tab956 Namespace selector957 with user namespace958 does not select the user namespace959 with group namespace960 selects the group namespace961 with subgroup namespace962 selects the group namespace963 when changing namespaces dynamically964 enables the correct visibility options965 Import project options without any sources966 displays the no import options message967 Import project options968 from git repository url, "Repository by URL"969 does not autocomplete sensitive git repo URL970 shows import instructions971 reports error if repo URL is not a valid Git repository972 reports error if repo URL is not a valid Git repository and submit button is clicked immediately973 keeps "Import project" tab open after form validation error974 when import is initiated from project page975 reports error when invalid url is provided976 initiates import when valid repo url is provided977 from GitHub978 shows import instructions979 from manifest file980 shows import instructions981 Namespace selector982 with group with DEVELOPER_MAINTAINER_PROJECT_ACCESS project_creation_level983 selects the group namespace984 from Bitbucket985 as a user986 behaves like has instructions to enable OAuth987 when OAuth is not configured988 shows import instructions989 as an admin990 behaves like has instructions to enable OAuth991 when OAuth is not configured992 shows import instructions993 from GitLab.com994 as a user995 behaves like has instructions to enable OAuth996 when OAuth is not configured997 shows import instructions998 as an admin999 behaves like has instructions to enable OAuth1000 when OAuth is not configured1001 shows import instructions1002 sidebar1003 in the current navigation1004 for a new top-level project1005 behaves like a dashboard page with sidebar1006 shows the "Your work" sidebar1007 shows the correct sidebar menu item as active1008 for a new group project1009 shows the group sidebar of the parent group1010 in the new navigation1011 for a new top-level project1012 shows the "Your work" navigation1013 for a new group project1014 shows the group sidebar of the parent group1015Compare1016 branches1017 pre-populates fields1018 renders additions info when click unfold diff1019 filters branches1020 behaves like compares branches1021 compares branches1022 on a read-only instance1023 behaves like compares branches1024 compares branches1025 when project have an open merge request1026 compares branches1027 when commit has overflow1028 displays warning1029 pagination1030 shows an adjusted count for changed files on this page1031 shows commits list only on the first page1032 tags1033 compares tags1034Dashboard > User filters todos1035 displays all todos without a filter1036 filters by project1037 filters by group1038 filters by type1039 Author filter1040 filters by author1041 shows only authors of existing todos1042 shows only authors of existing done todos1043 filter by action1044 filters by Assigned1045 filters by Review Requested1046 filters by Mentioned1047 filters by Added1048 filters by Pipelines1049User comments on a commit1050 adds a comment10521st Try error in ./spec/support/shared_examples/features/comments_on_merge_request_files_shared_examples.rb:4:1053Unable to find visible css ".js-add-diff-note-button" within #<Capybara::Node::Element tag="td" path="/HTML/BODY[1]/DIV[3]/DIV[1]/DIV[3]/MAIN[1]/DIV[2]/DIV[5]/DIV[1]/DIV[1]/DIV[3]/DIV[1]/TABLE[1]/TBODY[1]/TR[13]/TD[1]">1054Timeout (45s) reached while running a waiting Capybara finder.1055Consider using a non-waiting finder.1057Unexpected browser console output:1058security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1059https://www.gravatar.com/avatar/10fc7f102be8de7657fb4d80898bbfe3?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1060webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1061https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1062https://www.gravatar.com/avatar/c922747a93b40d1ea88262bf1aebee62?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1063https://www.gravatar.com/avatar/10fc7f102be8de7657fb4d80898bbfe3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1064https://www.gravatar.com/avatar/10fc7f102be8de7657fb4d80898bbfe3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1065https://www.gravatar.com/avatar/c922747a93b40d1ea88262bf1aebee62?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1066https://www.gravatar.com/avatar/10fc7f102be8de7657fb4d80898bbfe3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1067security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1068webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1069https://www.gravatar.com/avatar/82797019f038ab535a84c6591e7bc936?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1070https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1071https://www.gravatar.com/avatar/82797019f038ab535a84c6591e7bc936?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1072https://www.gravatar.com/avatar/2c75f98f3ea6cd6ee75cfbdfbb031388?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1073https://www.gravatar.com/avatar/82797019f038ab535a84c6591e7bc936?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1074https://www.gravatar.com/avatar/2c75f98f3ea6cd6ee75cfbdfbb031388?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1075https://www.gravatar.com/avatar/82797019f038ab535a84c6591e7bc936?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1076webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1077https://www.gravatar.com/avatar/82797019f038ab535a84c6591e7bc936?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1078https://www.gravatar.com/avatar/82797019f038ab535a84c6591e7bc936?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1079https://www.gravatar.com/avatar/82797019f038ab535a84c6591e7bc936?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1080security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1081webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1082https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1083https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1084https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1085https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1086https://www.gravatar.com/avatar/4aea8cf834ed91844a2da4ff7ae6b491?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1087https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1088https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1089https://www.gravatar.com/avatar/4aea8cf834ed91844a2da4ff7ae6b491?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1090webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1091https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1092security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1093webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1094https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1095https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1096https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1097https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1098https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1099https://www.gravatar.com/avatar/63d45fecbe9d16b8937e1530b6b809c5?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1100https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1101https://www.gravatar.com/avatar/63d45fecbe9d16b8937e1530b6b809c5?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1102webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1103https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1104https://www.gravatar.com/avatar/63d45fecbe9d16b8937e1530b6b809c5?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1105https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1106security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1107webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1108https://www.gravatar.com/avatar/eaafc9b0f704edaf23cd5cf7727df560?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1109https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1110https://www.gravatar.com/avatar/eaafc9b0f704edaf23cd5cf7727df560?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1111https://www.gravatar.com/avatar/eaafc9b0f704edaf23cd5cf7727df560?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1112https://www.gravatar.com/avatar/5c8881fc63652c86cd4b23101268cf84?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1113https://www.gravatar.com/avatar/eaafc9b0f704edaf23cd5cf7727df560?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1114https://www.gravatar.com/avatar/eaafc9b0f704edaf23cd5cf7727df560?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1115https://www.gravatar.com/avatar/5c8881fc63652c86cd4b23101268cf84?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1116webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1117https://www.gravatar.com/avatar/eaafc9b0f704edaf23cd5cf7727df560?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1118security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1119webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1120https://www.gravatar.com/avatar/d25e135de81d110251ed8ed3e2798d79?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1121https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1122https://www.gravatar.com/avatar/d25e135de81d110251ed8ed3e2798d79?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1123https://www.gravatar.com/avatar/7ff9b8111da2e2109e7b66f37aa632cc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1124https://www.gravatar.com/avatar/d25e135de81d110251ed8ed3e2798d79?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1125https://www.gravatar.com/avatar/d25e135de81d110251ed8ed3e2798d79?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1126https://www.gravatar.com/avatar/7ff9b8111da2e2109e7b66f37aa632cc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1127webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1128https://www.gravatar.com/avatar/d25e135de81d110251ed8ed3e2798d79?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1129security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1130webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1131https://www.gravatar.com/avatar/0f355fa8237e411a325dad6ebf8a85a3?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1132https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1133https://www.gravatar.com/avatar/0f355fa8237e411a325dad6ebf8a85a3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1134https://www.gravatar.com/avatar/0f355fa8237e411a325dad6ebf8a85a3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1135https://www.gravatar.com/avatar/0f355fa8237e411a325dad6ebf8a85a3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1136https://www.gravatar.com/avatar/dbafd342e03e005804aeb34339f2b230?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1137https://www.gravatar.com/avatar/0f355fa8237e411a325dad6ebf8a85a3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1138https://www.gravatar.com/avatar/dbafd342e03e005804aeb34339f2b230?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1139webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1140https://www.gravatar.com/avatar/0f355fa8237e411a325dad6ebf8a85a3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1141security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1142webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1143https://www.gravatar.com/avatar/611cced270e17d59c17d32af607cfe09?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1144https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1145https://www.gravatar.com/avatar/611cced270e17d59c17d32af607cfe09?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1146https://www.gravatar.com/avatar/f7e7867056f1e5aa7cdc23184075609c?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1147https://www.gravatar.com/avatar/611cced270e17d59c17d32af607cfe09?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1148https://www.gravatar.com/avatar/611cced270e17d59c17d32af607cfe09?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1149https://www.gravatar.com/avatar/f7e7867056f1e5aa7cdc23184075609c?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1150webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1151https://www.gravatar.com/avatar/611cced270e17d59c17d32af607cfe09?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1152security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1153webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1154https://www.gravatar.com/avatar/eb15f6425eb279cc2659a1a11e051fe8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1155https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1156https://www.gravatar.com/avatar/eb15f6425eb279cc2659a1a11e051fe8?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1157https://www.gravatar.com/avatar/9bb2e235737df4fc221da2b6216e7590?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1158https://www.gravatar.com/avatar/eb15f6425eb279cc2659a1a11e051fe8?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1159https://www.gravatar.com/avatar/eb15f6425eb279cc2659a1a11e051fe8?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1160https://www.gravatar.com/avatar/9bb2e235737df4fc221da2b6216e7590?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1161webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1162https://www.gravatar.com/avatar/eb15f6425eb279cc2659a1a11e051fe8?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1163security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1164webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1165https://www.gravatar.com/avatar/fb32cf62136a195ec4f40ec6d1cfffdc?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1166https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1167https://www.gravatar.com/avatar/fb32cf62136a195ec4f40ec6d1cfffdc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1168https://www.gravatar.com/avatar/fb32cf62136a195ec4f40ec6d1cfffdc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1169https://www.gravatar.com/avatar/dea4d12fdc8c28ba84bb0cba36cbbd8f?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1170https://www.gravatar.com/avatar/fb32cf62136a195ec4f40ec6d1cfffdc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1171https://www.gravatar.com/avatar/fb32cf62136a195ec4f40ec6d1cfffdc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1172https://www.gravatar.com/avatar/dea4d12fdc8c28ba84bb0cba36cbbd8f?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1173webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1174https://www.gravatar.com/avatar/fb32cf62136a195ec4f40ec6d1cfffdc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1175http://127.0.0.1:45093/namespace10/project10/-/autocomplete_sources/contacts?type=MergeRequest&type_id=1 - Failed to load resource: the server responded with a status of 404 (Not Found)1176security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1177webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1178https://www.gravatar.com/avatar/79a107347d1cf1a3759d9046ee28655b?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1179https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1180https://www.gravatar.com/avatar/79a107347d1cf1a3759d9046ee28655b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1181https://www.gravatar.com/avatar/70a85d1042e02066f7451ae831689be0?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1182https://www.gravatar.com/avatar/79a107347d1cf1a3759d9046ee28655b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1183https://www.gravatar.com/avatar/70a85d1042e02066f7451ae831689be0?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1184https://www.gravatar.com/avatar/79a107347d1cf1a3759d9046ee28655b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1185webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1186https://www.gravatar.com/avatar/79a107347d1cf1a3759d9046ee28655b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1187webpack-internal:///gzws 142:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1188security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1189webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1190https://www.gravatar.com/avatar/b2a36e6b7d4eac0f4663a285a6578a7c?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1191https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1192https://www.gravatar.com/avatar/b2a36e6b7d4eac0f4663a285a6578a7c?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1193https://www.gravatar.com/avatar/542001eec84fde1be66189805b8d831d?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1194https://www.gravatar.com/avatar/b2a36e6b7d4eac0f4663a285a6578a7c?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1195https://www.gravatar.com/avatar/542001eec84fde1be66189805b8d831d?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1196https://www.gravatar.com/avatar/b2a36e6b7d4eac0f4663a285a6578a7c?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1197security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1198webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1199https://www.gravatar.com/avatar/a763e4acc6bc22cbabeae2638cfd4db4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1200https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1201webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1202https://www.gravatar.com/avatar/d9d0fe119a2adeeb1dbe4a447a4aa305?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1203https://www.gravatar.com/avatar/a763e4acc6bc22cbabeae2638cfd4db4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1204https://www.gravatar.com/avatar/d9d0fe119a2adeeb1dbe4a447a4aa305?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1205security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1206webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1207http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading 'destroy')\"\n\nfound in\n\n---> \u003CGlBaseDropdown>\n \u003CGlCollapsibleListbox>\n \u003CSavedRepliesDropdown> at vue_shared/components/markdown/saved_replies_dropdown.vue\n \u003CBTabs>\n \u003CGlTabs>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CMarkdownEditor> at vue_shared/components/markdown/markdown_editor.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CCommentForm> at notes/components/comment_form.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"1208http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 283137:16 TypeError: Cannot read properties of undefined (reading 'destroy')1209 at VueComponent.beforeDestroy (webpack-internal:///MCX7:215:17)1210 at invokeWithErrorHandling (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:283106:61)1211 at callHook$1 (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:284120:13)1212 at Vue.$destroy (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:283891:9)1213 at destroy (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:284530:35)1214 at invokeDestroyHook (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286783:17)1215 at VueComponent.patch [as __patch__] (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:287146:17)1216 at Vue.$destroy (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:283909:12)1217 at destroy (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:284530:35)1218 at invokeDestroyHook (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286783:17)1219webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1220webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1221webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1222webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1223webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1224webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1225webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1226webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1227webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1228webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1229webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1230webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1231webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1232webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1233webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1234webpack-internal:///iryQ 20:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1235webpack-internal:///hc2E 227:16 "Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element."1236https://www.gravatar.com/avatar/a763e4acc6bc22cbabeae2638cfd4db4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1237webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1238https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1239https://www.gravatar.com/avatar/d9d0fe119a2adeeb1dbe4a447a4aa305?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1240security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1241webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1242https://www.gravatar.com/avatar/60c95748bf0d220600e892d161199133?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1243https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1244https://www.gravatar.com/avatar/cb451c1915612875aa85fe993502cb81?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1245webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1246webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1247https://www.gravatar.com/avatar/60c95748bf0d220600e892d161199133?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1248https://www.gravatar.com/avatar/cb451c1915612875aa85fe993502cb81?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1249security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1250webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1251https://www.gravatar.com/avatar/6d578d0211fe9fd65caa49fd2505862d?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1252https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1253webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1254https://www.gravatar.com/avatar/6d578d0211fe9fd65caa49fd2505862d?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1255https://www.gravatar.com/avatar/605d32f303c4235aa6ffc158abe880de?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1256webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1257security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1258webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1259https://www.gravatar.com/avatar/f62daeb61e111c64a2eead63cdf87458?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1260https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1261webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1262https://www.gravatar.com/avatar/6c8365de387cb3db10ecc7b1880203c4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1263http://127.0.0.1:45093/namespace16/project16/-/merge_requests/1 - Refused to load media from 'data:video/mp4;base64,AAAAIGZ0eXBtcDQyAAACAGlzb21pc28yYXZjMW1wNDEAAAj3bW9vdgAAAGxtdmhkAAAAANMncxLTJ3MSAAAD6AAAF/YAAQAAAQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAABhpb2RzAAAAABCAgIAHAE/////+/wAAB/t0cmFrAAAAXHRraGQAAAAD0ydzEtMncxIAAAABAAAAAAAAF/YAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAyIAAAJ0AAAAAAAkZWR0cwAAABxlbHN0AAAAAAAAAAEAABf2AAAu4AABAAAAAAdzbWRpYQAAACBtZGhkAAAAANMncxLTJ3MSAAFfkAAIbEBVxAAAAAAALWhkbHIAAAAAAAAAAHZpZ...ZlHlpkGWjLK1a+xsyfONMTKYAAfXgdxaKeUL+6fwo5hl20yf/+GA4NH+ZDuUnnKdG/MVVRZ9vQou16dw2EjJByxyP//BtjyQhEUzXGSAAFtQAAABhBn3NFFSxXBYZVGuAAAAMANa2hK3gAA+YAAAAaAZ+SRHcG+e3dgADMSAAAAwAAfV/ClAAA7oAAAAAUAZ+URHcAAAMAAAMAAAMAAAMAB3UAAABFQZuZNExEfwAAAwAAAwAAAwBk2nTArSVQOsgaS7xfNT//y/io2vYxUQwLpmgEZt0lIYjgssKrWvVmLJ7wTyjEOrYAAA/wAAAAF0Gft0UVLFcAAAMAAAMAATc6RKAAAGZBAAAAFAGf1kR3AAADAAADAAADAAADAAd1AAAAFAGf2ER3AAADAAADAAGMa4CwAAHpAAAAGEGb2zRMomO/AAADAAADAAADAAADAAANSQAAACYBn/pEd4pDoUFJUz++eG7LtgyXSAAAAwAAC2aYBGKswpgffUAPuA==' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.1264webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1265https://www.gravatar.com/avatar/f62daeb61e111c64a2eead63cdf87458?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1266https://www.gravatar.com/avatar/6c8365de387cb3db10ecc7b1880203c4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1267http://127.0.0.1:45093/namespace16/project16/-/merge_requests/1 - Refused to load media from 'data:video/mp4;base64,AAAAIGZ0eXBtcDQyAAACAGlzb21pc28yYXZjMW1wNDEAAAj3bW9vdgAAAGxtdmhkAAAAANMncxLTJ3MSAAAD6AAAF/YAAQAAAQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAABhpb2RzAAAAABCAgIAHAE/////+/wAAB/t0cmFrAAAAXHRraGQAAAAD0ydzEtMncxIAAAABAAAAAAAAF/YAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAyIAAAJ0AAAAAAAkZWR0cwAAABxlbHN0AAAAAAAAAAEAABf2AAAu4AABAAAAAAdzbWRpYQAAACBtZGhkAAAAANMncxLTJ3MSAAFfkAAIbEBVxAAAAAAALWhkbHIAAAAAAAAAAHZpZ...ZlHlpkGWjLK1a+xsyfONMTKYAAfXgdxaKeUL+6fwo5hl20yf/+GA4NH+ZDuUnnKdG/MVVRZ9vQou16dw2EjJByxyP//BtjyQhEUzXGSAAFtQAAABhBn3NFFSxXBYZVGuAAAAMANa2hK3gAA+YAAAAaAZ+SRHcG+e3dgADMSAAAAwAAfV/ClAAA7oAAAAAUAZ+URHcAAAMAAAMAAAMAAAMAB3UAAABFQZuZNExEfwAAAwAAAwAAAwBk2nTArSVQOsgaS7xfNT//y/io2vYxUQwLpmgEZt0lIYjgssKrWvVmLJ7wTyjEOrYAAA/wAAAAF0Gft0UVLFcAAAMAAAMAATc6RKAAAGZBAAAAFAGf1kR3AAADAAADAAADAAADAAd1AAAAFAGf2ER3AAADAAADAAGMa4CwAAHpAAAAGEGb2zRMomO/AAADAAADAAADAAADAAANSQAAACYBn/pEd4pDoUFJUz++eG7LtgyXSAAAAwAAC2aYBGKswpgffUAPuA==' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.1268security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1269webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1270https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1271https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1272https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1273https://www.gravatar.com/avatar/294db65321004e118c4b8e936dc2c673?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1274https://www.gravatar.com/avatar/294db65321004e118c4b8e936dc2c673?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1275security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1276https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1277https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=64&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1278https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1279security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1280https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1281https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=64&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1282security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1283webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1284https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1285https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1286security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1287webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1288https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1289https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1290https://www.gravatar.com/avatar/294db65321004e118c4b8e936dc2c673?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1291webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1292https://www.gravatar.com/avatar/9890e747cab638f819123d426b0b28ea?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1293https://www.gravatar.com/avatar/294db65321004e118c4b8e936dc2c673?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1294webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1295security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1296webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1297https://www.gravatar.com/avatar/b6fe27bbce392c3f892778f46c320bd5?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1298https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1299webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1300https://www.gravatar.com/avatar/a5da145649b48383619107239a132c68?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1301https://www.gravatar.com/avatar/b6fe27bbce392c3f892778f46c320bd5?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1302https://www.gravatar.com/avatar/a5da145649b48383619107239a132c68?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1303webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1304security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1305webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1306https://www.gravatar.com/avatar/31e3fe3e4afaa28b2358c6a2362b2381?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1307https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1308webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1309webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1310https://www.gravatar.com/avatar/cc6fd4cd79d2d2c444e9c883d939ab19?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1311https://www.gravatar.com/avatar/31e3fe3e4afaa28b2358c6a2362b2381?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1312https://www.gravatar.com/avatar/cc6fd4cd79d2d2c444e9c883d939ab19?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1313security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1314webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1315https://www.gravatar.com/avatar/ea080f5c2807fd057fbdbfb1c7de0192?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1316https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1317webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1318https://www.gravatar.com/avatar/ba10fd1b5e30e8954e68b93087562d2c?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1319webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1320https://www.gravatar.com/avatar/ea080f5c2807fd057fbdbfb1c7de0192?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1321https://www.gravatar.com/avatar/ba10fd1b5e30e8954e68b93087562d2c?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1322security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1323webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1324https://www.gravatar.com/avatar/5b6f54c9039bf59138329a8daca1bb7f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1325https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1326webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1327https://www.gravatar.com/avatar/d4e29ecfbd4d5689ae780f9d845f882d?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1328webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1329security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1330https://www.gravatar.com/avatar/5b6f54c9039bf59138329a8daca1bb7f?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1331https://www.gravatar.com/avatar/d4e29ecfbd4d5689ae780f9d845f882d?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1332security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1333https://www.gravatar.com/avatar/ec4a1734a9bbb312130f1f1d01fcab4a?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1334webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1335https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1336webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1337https://www.gravatar.com/avatar/3b2017c47dc58c83a2e55fdfe43135da?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1338https://www.gravatar.com/avatar/ec4a1734a9bbb312130f1f1d01fcab4a?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1339https://www.gravatar.com/avatar/3b2017c47dc58c83a2e55fdfe43135da?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1340https://www.gravatar.com/avatar/3b2017c47dc58c83a2e55fdfe43135da?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1341https://www.gravatar.com/avatar/fed9d129cd76a17d0f80e53b662dee42?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1342https://www.gravatar.com/avatar/fed9d129cd76a17d0f80e53b662dee42?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1343security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1344webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1345https://www.gravatar.com/avatar/2f0deafd89183408ee238600f0de6339?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1346https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1347webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1348https://www.gravatar.com/avatar/aeff011019378f6277cf3af75ab95c76?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1349https://www.gravatar.com/avatar/2f0deafd89183408ee238600f0de6339?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1350https://www.gravatar.com/avatar/aeff011019378f6277cf3af75ab95c76?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1351security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1352webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1353https://www.gravatar.com/avatar/f3f23d49d69b9c3eccc6a6aa22216fab?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1354https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1355webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1356https://www.gravatar.com/avatar/6d789411cbfcdcb5670380ef7a747fca?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1357https://www.gravatar.com/avatar/f3f23d49d69b9c3eccc6a6aa22216fab?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1358https://www.gravatar.com/avatar/6d789411cbfcdcb5670380ef7a747fca?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1359security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1360webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1361https://www.gravatar.com/avatar/b53813e23f04d3195b573034846c210b?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1362https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1363webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1364https://www.gravatar.com/avatar/c6880331548a7e60ed241fae4d174fb9?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1365https://www.gravatar.com/avatar/b53813e23f04d3195b573034846c210b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1366https://www.gravatar.com/avatar/c6880331548a7e60ed241fae4d174fb9?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1367security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1368webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1369https://www.gravatar.com/avatar/c343e9ad1fb4592805892d3cfb3a6ab3?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1370https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1371https://www.gravatar.com/avatar/13dd84a4e0d91a5b35b79e2d50fcb66e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1372webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1373https://www.gravatar.com/avatar/c343e9ad1fb4592805892d3cfb3a6ab3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1374https://www.gravatar.com/avatar/13dd84a4e0d91a5b35b79e2d50fcb66e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1375security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1376webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1377https://www.gravatar.com/avatar/59957459c8d319e5b83d30a14a3c04b4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1378https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1379webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1380https://www.gravatar.com/avatar/c120c44dada3c02c2be77e58fae48762?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1381security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1382https://www.gravatar.com/avatar/a5f5101a27839f17fac91feb2f2642e0?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1383webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1384https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1385webpack-internal:///gzws 142:12 "GlDisclosureDropdown/GlCollapsibleListbox: Toggle is missing a 'tabindex' and cannot be focused.\n Use 'a' or 'button' element instead or make sure to add 'role=\"button\"' along with 'tabindex' otherwise."1386https://www.gravatar.com/avatar/8941fa14fa8bd8690d9c1cb011c68d65?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1387https://www.gravatar.com/avatar/a5f5101a27839f17fac91feb2f2642e0?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1388https://www.gravatar.com/avatar/8941fa14fa8bd8690d9c1cb011c68d65?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1389security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1390https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1391https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1392security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1393webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1394https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1395https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1396https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1397security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1398https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1399https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1400security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1401webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1402https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1403https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1404https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1405webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1406https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1407https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1408security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1409https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1410https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1411security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1412https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=48&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE1413https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1414https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1415https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1416https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=64&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1417security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1418webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1419https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1420https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1421https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1422security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1423https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1424https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1425security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1426https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1427https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1428https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1429https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE1430https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1431security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1432https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1433https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1434security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1435https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1436https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1437https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1438https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1439https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1440https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1441security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1442https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1443https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1444security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1445https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1446https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1447https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1448https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1449https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1450https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1451https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1452security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1453https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1454https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1455security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1456https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1457https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1458https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1459https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1460https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1461webpack-internal:///gzws 142:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1462security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1463https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1464https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1465security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1466https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1467https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1468https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1469https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1470https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1471webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1472https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE1473https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1474https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1475security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1476https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1477https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1478security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1479https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1480https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1481https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1482https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1483https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1484https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1485webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1486https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1487https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1488webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1489https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1490https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1491webpack-internal:///gzws 142:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1492https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1493https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1494https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1495security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1496https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1497https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1498security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1499https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1500https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1501https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1502https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1503security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1504https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1505https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1506https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1507https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1508https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1509https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1510https://www.gravatar.com/avatar/c72659998aa252bf6957764c8f7fcaf2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1511security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1512https://www.gravatar.com/avatar/e5930e33f2c1e0d71f2650e09ef1165e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1513webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1514https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1515https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1516security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1517https://www.gravatar.com/avatar/e5930e33f2c1e0d71f2650e09ef1165e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1518https://www.gravatar.com/avatar/e5930e33f2c1e0d71f2650e09ef1165e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1519https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1520security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1521https://www.gravatar.com/avatar/dbf70bff5f69c920ff612bab5fa51644?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1522webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1523https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1524https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1525security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1526https://www.gravatar.com/avatar/dbf70bff5f69c920ff612bab5fa51644?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1527https://www.gravatar.com/avatar/dbf70bff5f69c920ff612bab5fa51644?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1528https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1529security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1530https://www.gravatar.com/avatar/dbf70bff5f69c920ff612bab5fa51644?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1531https://www.gravatar.com/avatar/dbf70bff5f69c920ff612bab5fa51644?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1532https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1533security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1534https://www.gravatar.com/avatar/c8b16a148095a99aff49e80c31708c9d?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1535webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1536https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1537https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1538security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1539https://www.gravatar.com/avatar/c8b16a148095a99aff49e80c31708c9d?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1540https://www.gravatar.com/avatar/c8b16a148095a99aff49e80c31708c9d?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1541https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1542security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1543https://www.gravatar.com/avatar/c8b16a148095a99aff49e80c31708c9d?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1544https://www.gravatar.com/avatar/c8b16a148095a99aff49e80c31708c9d?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1545https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1546security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1547https://www.gravatar.com/avatar/6e9c17a7c8898d74e50d086b019b3430?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1548webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1549https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1550https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1551https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1552security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1553https://www.gravatar.com/avatar/6e9c17a7c8898d74e50d086b019b3430?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1554https://www.gravatar.com/avatar/6e9c17a7c8898d74e50d086b019b3430?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1555https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1556security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1557https://www.gravatar.com/avatar/fe42c34dd87fa6e867a4f9bbca06722e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1558webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1559https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1560https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1561security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1562https://www.gravatar.com/avatar/fe42c34dd87fa6e867a4f9bbca06722e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1563https://www.gravatar.com/avatar/fe42c34dd87fa6e867a4f9bbca06722e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1564https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1565security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1566https://www.gravatar.com/avatar/ec3f8714641492177f26cb2fd4bad7fa?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1567webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1568https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1569https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1570security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1571https://www.gravatar.com/avatar/ec3f8714641492177f26cb2fd4bad7fa?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1572https://www.gravatar.com/avatar/ec3f8714641492177f26cb2fd4bad7fa?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1573https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1574security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1575https://www.gravatar.com/avatar/ec3f8714641492177f26cb2fd4bad7fa?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1576https://www.gravatar.com/avatar/ec3f8714641492177f26cb2fd4bad7fa?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1577https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1578security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1579https://www.gravatar.com/avatar/a6615ab40bb1ee83980f1ef25b6b25ec?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1580webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1581https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1582https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1583security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1584https://www.gravatar.com/avatar/a6615ab40bb1ee83980f1ef25b6b25ec?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1585https://www.gravatar.com/avatar/a6615ab40bb1ee83980f1ef25b6b25ec?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1586https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1587security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1588https://www.gravatar.com/avatar/a6615ab40bb1ee83980f1ef25b6b25ec?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1589https://www.gravatar.com/avatar/a6615ab40bb1ee83980f1ef25b6b25ec?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1590https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1591security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1592https://www.gravatar.com/avatar/13d55357b7e497cc9db50a27d7780414?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1593webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1594https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1595https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1596https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1597security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1598https://www.gravatar.com/avatar/13d55357b7e497cc9db50a27d7780414?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1599https://www.gravatar.com/avatar/13d55357b7e497cc9db50a27d7780414?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1600https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1601security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1602https://www.gravatar.com/avatar/622c0246c83199da9f78a3056108eaaf?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1603webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1604https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1605https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1606security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1607https://www.gravatar.com/avatar/622c0246c83199da9f78a3056108eaaf?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1608webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1609https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1610https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1611security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1612https://www.gravatar.com/avatar/622c0246c83199da9f78a3056108eaaf?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1613https://www.gravatar.com/avatar/622c0246c83199da9f78a3056108eaaf?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1614https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1615security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1616https://www.gravatar.com/avatar/f243d8de1ffebbb552b11c07ccd63a75?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1617webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1618https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1619https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1620security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1621https://www.gravatar.com/avatar/f243d8de1ffebbb552b11c07ccd63a75?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1622webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1623https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1624https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1625security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1626https://www.gravatar.com/avatar/f243d8de1ffebbb552b11c07ccd63a75?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1627https://www.gravatar.com/avatar/f243d8de1ffebbb552b11c07ccd63a75?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1628https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1629security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1630webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1631https://www.gravatar.com/avatar/e2c9cffdf286b14fbb05386cd591039f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1632https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1633security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1634https://www.gravatar.com/avatar/e2c9cffdf286b14fbb05386cd591039f?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1635https://www.gravatar.com/avatar/e2c9cffdf286b14fbb05386cd591039f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1636https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1637security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1638webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1639https://www.gravatar.com/avatar/e2918eaa78d4aaf5dbb85936dd323fff?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1640https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1641security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1642https://www.gravatar.com/avatar/e2918eaa78d4aaf5dbb85936dd323fff?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1643https://www.gravatar.com/avatar/e2918eaa78d4aaf5dbb85936dd323fff?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1644https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1645security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1646webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1647https://www.gravatar.com/avatar/8ba5877a13c912d19a8037cb4f38e52c?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1648https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1649security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1650webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1651https://www.gravatar.com/avatar/8ba5877a13c912d19a8037cb4f38e52c?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1652https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1653security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1654webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1655https://www.gravatar.com/avatar/8ba5877a13c912d19a8037cb4f38e52c?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1656https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1657security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1658webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1659https://www.gravatar.com/avatar/8ba5877a13c912d19a8037cb4f38e52c?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1660https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1661security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1662webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1663https://www.gravatar.com/avatar/8ba5877a13c912d19a8037cb4f38e52c?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1664https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1665security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1666webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1667https://www.gravatar.com/avatar/1a1d8747d1b055aad595f8f3d5c4989d?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1668https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1669security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1670webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1671https://www.gravatar.com/avatar/6d15545cab83907aaf2196601ff88fee?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1672https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1673security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1674webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1675https://www.gravatar.com/avatar/4d22173aa62f1cbea9651e03e7df1793?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1676https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1677security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1678webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1679https://www.gravatar.com/avatar/4d0d683366a19119e4b1e56207c18e54?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1680https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1681security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1682webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1683https://www.gravatar.com/avatar/4b548a42ad63c8f9405a392361142971?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1684https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1685security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1686webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1687https://www.gravatar.com/avatar/0a04abe79a9fbc43941010fa39094c53?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1688https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1689security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1690webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1691https://www.gravatar.com/avatar/7d196c5bbf998f323711e5d29c42dc98?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1692https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1693security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1694webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1695https://www.gravatar.com/avatar/584daa5ab9f8de9cbaac2dbe34642d7b?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1696https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1697security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1698webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1699https://www.gravatar.com/avatar/8f6595053b970fef63731517c2b71962?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1700https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1701security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1702webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1703https://www.gravatar.com/avatar/c05fbd8ce5a00b04718a2c97a3e3fb3f?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1704https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1705security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1706http://127.0.0.1:45093/projects/new?namespace_id=162 - Failed to load resource: the server responded with a status of 404 (Not Found)1707security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1708webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1709https://www.gravatar.com/avatar/3673054259a089b09fa4ed87cade913f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1710https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1711security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1712http://127.0.0.1:45093/projects/new?namespace_id=165&project%5Bvisibility_level%5D=0 - Failed to load resource: the server responded with a status of 404 (Not Found)1713security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1714webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1715https://www.gravatar.com/avatar/75024bfd793259b846aa79082d0c13d8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1716https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1717security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1718webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1719https://www.gravatar.com/avatar/034c9a4cae67964f29e92b5801406b99?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1720https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1721security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1722webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1723https://www.gravatar.com/avatar/01ab64b61fe9cb32f003ef726dbcd068?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1724https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1725security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1726webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1727https://www.gravatar.com/avatar/8a1fd24cd62d8b86f84bdfc9514582c3?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1728https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1729security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1730webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1731https://www.gravatar.com/avatar/ee18334a7f4e114924b75749a95a6e46?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1732https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1733security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1734webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1735https://www.gravatar.com/avatar/67bebbed2c4536482974c5f9d25d8d37?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1736https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1737security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1738webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1739https://www.gravatar.com/avatar/060f923561b70b8c22f5bf2a5508e316?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1740https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1741security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1742webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1743https://www.gravatar.com/avatar/f6af41c34aea4681abc984614da50e9f?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1744https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1745security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1746webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1747https://www.gravatar.com/avatar/b8cca8d3a04d2d30f6b624bb889d03ef?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1748https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1749security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1750webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1751https://www.gravatar.com/avatar/297484011163524a1df751fc2973b8b6?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1752https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1753security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1754webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1755https://www.gravatar.com/avatar/21772c30e85b06332350ea86e7a170a7?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1756https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1757security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1758webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1759https://www.gravatar.com/avatar/5561e14ff8e93cde0dd01affffc1b8d3?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1760https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1761security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1762webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1763https://www.gravatar.com/avatar/fc43d506feb89e7d2b56bf01eed43c7b?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1764https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1765webpack-internal:///X4fA 329:34 Uncaught TypeError: $projectPath.val is not a function1766security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1767webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1768https://www.gravatar.com/avatar/fc43d506feb89e7d2b56bf01eed43c7b?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1769security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1770webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1771https://www.gravatar.com/avatar/45cf061ecb3479818daefaabc12d35dd?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1772https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1773security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1774webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1775https://www.gravatar.com/avatar/45cf061ecb3479818daefaabc12d35dd?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1776https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1777security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1778webpack-internal:///X4fA 156:20 Uncaught TypeError: Cannot read properties of null (reading 'removeEventListener')1779https://www.gravatar.com/avatar/45cf061ecb3479818daefaabc12d35dd?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1780webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1781webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1782webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1783webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1784webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1785webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1786webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1787webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1788webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1789webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1790webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1791webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1792webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1793webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1794webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1795https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1796security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1797webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1798https://www.gravatar.com/avatar/4e69960366fa5bddd6bfbd2d18cf8f62?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1799https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1800security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1801webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1802https://www.gravatar.com/avatar/4e69960366fa5bddd6bfbd2d18cf8f62?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1803https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1804security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1805webpack-internal:///X4fA 156:20 Uncaught TypeError: Cannot read properties of null (reading 'removeEventListener')1806https://www.gravatar.com/avatar/4e69960366fa5bddd6bfbd2d18cf8f62?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1807https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1808webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1809webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1810webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1811webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1812webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1813webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1814webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1815webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1816webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1817webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1818webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1819webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1820webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1821webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1822webpack-internal:///X4fA 200:78 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')1823security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1824https://www.gravatar.com/avatar/4e69960366fa5bddd6bfbd2d18cf8f62?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1825https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1826security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1827https://www.gravatar.com/avatar/19bcf4425c91f6b8d1230077aca932ad?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1828webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1829https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1830security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1831https://www.gravatar.com/avatar/19bcf4425c91f6b8d1230077aca932ad?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1832https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1833security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1834webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1835https://www.gravatar.com/avatar/93d23f2fa41e55fbd0ec4f314f57c8b0?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1836https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1837security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1838https://www.gravatar.com/avatar/93d23f2fa41e55fbd0ec4f314f57c8b0?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1839security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1840webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1841https://www.gravatar.com/avatar/20c7c1bd12d4c8f322f3d371f9e8b7b7?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1842https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1843security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1844webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1845https://www.gravatar.com/avatar/0299f811c554d393e297f213f41a5601?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1846https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1847security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1848webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1849https://www.gravatar.com/avatar/43458d87d49bccf7d909673ea047eb13?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1850https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1851security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1852webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1853https://www.gravatar.com/avatar/5edd31ed3ec510d53102259a6435a732?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1854https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1855security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1856webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1857https://www.gravatar.com/avatar/4a00dc889165a212cc40064c4bd1e76e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1858https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1859security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1860webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1861https://www.gravatar.com/avatar/dd2c434d1c80685413060ec003d8cd23?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1862security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1863webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1864https://www.gravatar.com/avatar/dd2c434d1c80685413060ec003d8cd23?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1865security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1866webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1867https://www.gravatar.com/avatar/dd2c434d1c80685413060ec003d8cd23?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1868security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1869webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1870https://www.gravatar.com/avatar/dd2c434d1c80685413060ec003d8cd23?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1871webpack-internal:///gzws 142:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1872security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1873webpack-internal:///4BFc 130:13 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')1874https://www.gravatar.com/avatar/dd2c434d1c80685413060ec003d8cd23?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1875webpack-internal:///gzws 142:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1876https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1877security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1878https://www.gravatar.com/avatar/60e1055aaddb201387ea133714a24da6?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1879http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1880http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1881https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1882http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1883http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1884security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1885https://www.gravatar.com/avatar/8d59e46d3bd9db782c85cc6f14e2aff4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1886http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1887http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1888https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1889http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1890http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1891http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1892http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1893http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1894http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1895http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1896http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1897http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1898http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1899http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1900http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1901http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1902http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1903http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1904http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1905http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1906http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1907security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1908https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1909https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1910https://www.gravatar.com/avatar/8d59e46d3bd9db782c85cc6f14e2aff4?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1911https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1912http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1913http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1914http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1915http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1916security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1917https://www.gravatar.com/avatar/18ff338d0efb7a5622b4398b5eeef4de?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1918http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1919http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1920http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1921http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1922https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1923http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1924http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1925http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1926http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1927security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1928https://www.gravatar.com/avatar/c3f6d8f8c2257854f9c7f674d0763df8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1929http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1930http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1931http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1932http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1933https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1934http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1935http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1936http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1937http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1938http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1939http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1940http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1941http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1942http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1943http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1944http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1945http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1946http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1947http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1948http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1949http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1950http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1951http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1952http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1953http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1954http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1955http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1956http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1957http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1958security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1959https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1960https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1961https://www.gravatar.com/avatar/ef50cf1b36d447c754b06ee143e6aa2e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1962https://www.gravatar.com/avatar/78b060780d36f51a6763ac9831a4f022?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1963https://www.gravatar.com/avatar/a7edaa6ba253de0a0bd398bf3ff03cc2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1964https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1965https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1966https://www.gravatar.com/avatar/8db0741f6b36652deefa6831ed7fc0da?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1967https://www.gravatar.com/avatar/5154f0b0eda3f798c8a254962d57192f?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1968https://www.gravatar.com/avatar/3812ad77493d016696010bd515f1cd17?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1969https://www.gravatar.com/avatar/c3f6d8f8c2257854f9c7f674d0763df8?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1970https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1971https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1972https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1973https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED1974http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1975http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1976https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1977http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1978http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1979security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1980https://www.gravatar.com/avatar/902ba6efc1467ac588ac4ce44ebfc087?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET1981http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1982http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1983http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1984http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1985https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1986http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1987http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1988http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1989http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1990http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1991http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1992http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1993http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1994http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1995http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1996http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1997http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1998http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"1999http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2000http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2001http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2002http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2003http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2004http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2005http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2006http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2007http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2008http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2009http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2010security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2011https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2012https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2013https://www.gravatar.com/avatar/ef50cf1b36d447c754b06ee143e6aa2e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2014https://www.gravatar.com/avatar/78b060780d36f51a6763ac9831a4f022?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2015https://www.gravatar.com/avatar/a7edaa6ba253de0a0bd398bf3ff03cc2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2016https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2017https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2018https://www.gravatar.com/avatar/8db0741f6b36652deefa6831ed7fc0da?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2019https://www.gravatar.com/avatar/5154f0b0eda3f798c8a254962d57192f?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2020https://www.gravatar.com/avatar/3812ad77493d016696010bd515f1cd17?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2021https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2022https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2023https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2024https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2025https://www.gravatar.com/avatar/902ba6efc1467ac588ac4ce44ebfc087?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2026http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2027http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2028https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2029http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2030http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2031security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2032https://www.gravatar.com/avatar/118a1c6e8a391d257f8aa32df0677af6?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2033http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2034http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2035http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2036http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2037https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2038http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2039http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2040http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2041http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2042http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2043http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2044http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2045http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2046http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2047http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2048http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2049http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2050http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2051http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2052http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2053security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2054https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2055https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2056https://www.gravatar.com/avatar/118a1c6e8a391d257f8aa32df0677af6?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2057http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2058http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2059https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2060http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2061http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2062security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2063https://www.gravatar.com/avatar/31c364845312e23329b999e7a544a2d9?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2064http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2065http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2066https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2067http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2068http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2069security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2070https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE2071https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2072https://www.gravatar.com/avatar/ef50cf1b36d447c754b06ee143e6aa2e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2073https://www.gravatar.com/avatar/78b060780d36f51a6763ac9831a4f022?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2074https://www.gravatar.com/avatar/a7edaa6ba253de0a0bd398bf3ff03cc2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2075https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2076https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2077https://www.gravatar.com/avatar/8db0741f6b36652deefa6831ed7fc0da?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2078https://www.gravatar.com/avatar/5154f0b0eda3f798c8a254962d57192f?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2079https://www.gravatar.com/avatar/3812ad77493d016696010bd515f1cd17?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2080https://www.gravatar.com/avatar/48148511cf61258531a956b6bf40f178?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2081https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2082https://www.gravatar.com/avatar/6acd4cdf2569c19a4ea1b8c2b983bac9?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2083https://www.gravatar.com/avatar/7c44c2fca999225bb72935be3fe24a02?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2084https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2085https://www.gravatar.com/avatar/31c364845312e23329b999e7a544a2d9?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2086https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2087https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2088https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2089https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2090https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2091http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2092http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2093https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2094http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2095http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2096security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2097https://www.gravatar.com/avatar/c24f5558ecbc90ff30e38e6b24b29c7f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2098http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2099http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2100http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2101http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2102https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2103security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2104https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2105https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2106https://www.gravatar.com/avatar/ef50cf1b36d447c754b06ee143e6aa2e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2107https://www.gravatar.com/avatar/78b060780d36f51a6763ac9831a4f022?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2108https://www.gravatar.com/avatar/a7edaa6ba253de0a0bd398bf3ff03cc2?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2109https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2110https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2111https://www.gravatar.com/avatar/8db0741f6b36652deefa6831ed7fc0da?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2112https://www.gravatar.com/avatar/5154f0b0eda3f798c8a254962d57192f?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2113https://www.gravatar.com/avatar/3812ad77493d016696010bd515f1cd17?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2114https://www.gravatar.com/avatar/48148511cf61258531a956b6bf40f178?s=80&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE2115https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2116https://www.gravatar.com/avatar/6acd4cdf2569c19a4ea1b8c2b983bac9?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2117https://www.gravatar.com/avatar/7c44c2fca999225bb72935be3fe24a02?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2118https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE2119https://www.gravatar.com/avatar/c24f5558ecbc90ff30e38e6b24b29c7f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2120https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2121https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2122https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2123https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2124https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2125http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2126http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2127http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2128http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2129https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2130security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2131https://www.gravatar.com/avatar/a660986b49c8543fa976c90130becc3e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2132http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2133http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2134http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2135http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2136https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2137security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2138https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2139https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE2140https://www.gravatar.com/avatar/ef50cf1b36d447c754b06ee143e6aa2e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2141https://www.gravatar.com/avatar/78b060780d36f51a6763ac9831a4f022?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2142https://www.gravatar.com/avatar/a7edaa6ba253de0a0bd398bf3ff03cc2?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2143https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2144https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2145https://www.gravatar.com/avatar/8db0741f6b36652deefa6831ed7fc0da?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2146https://www.gravatar.com/avatar/5154f0b0eda3f798c8a254962d57192f?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2147https://www.gravatar.com/avatar/3812ad77493d016696010bd515f1cd17?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2148https://www.gravatar.com/avatar/48148511cf61258531a956b6bf40f178?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2149https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2150https://www.gravatar.com/avatar/6acd4cdf2569c19a4ea1b8c2b983bac9?s=80&d=identicon - Failed to load resource: net::ERR_EMPTY_RESPONSE2151https://www.gravatar.com/avatar/7c44c2fca999225bb72935be3fe24a02?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2152https://www.gravatar.com/avatar/07e1e9ffdda52d8c519ac5c49929d7dc?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2153https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2154https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2155https://www.gravatar.com/avatar/a874f6a80e445e92c2175e6c27602f2b?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2156https://www.gravatar.com/avatar/5da57278417b0618315980bebe5eeba3?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2157https://www.gravatar.com/avatar/07e03ae98506b6ae6ac2c8eee0c06fa4?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2158https://www.gravatar.com/avatar/a660986b49c8543fa976c90130becc3e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2159http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2160http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2161http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2162http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2163https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2164security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2165https://www.gravatar.com/avatar/a660986b49c8543fa976c90130becc3e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2166http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2167http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2168http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2169http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2170security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2171https://www.gravatar.com/avatar/f31df59dbd0ec8e72e811844239d0dc8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2172http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2173http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2174http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2175http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2176https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2177http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2178http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2179http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2180http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2181http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2182http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2183http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2184http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2185http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2186http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2187http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2188http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2189http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2190http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2191http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2192http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Error in nextTick: \"TypeError: Cannot read properties of undefined (reading 'key')\""2193http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 283137:16 TypeError: Cannot read properties of undefined (reading 'key')2194 at sameVnode (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286525:15)2195 at updateChildren (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286903:25)2196 at patchVnode (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286992:21)2197 at updateChildren (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286866:17)2198 at patchVnode (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286992:21)2199 at updateChildren (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286866:17)2200 at patchVnode (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286992:21)2201 at updateChildren (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286866:17)2202 at patchVnode (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:286992:21)2203 at VueComponent.patch [as __patch__] (http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js:287160:17)2204security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2205https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2206https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2207https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2208https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2209https://www.gravatar.com/avatar/f31df59dbd0ec8e72e811844239d0dc8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2210http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2211http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2212http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2213http://127.0.0.1:45093/assets/webpack/dll.4f3c9f2f8294/vendor.dll.bundle.js 284691:20 "[Vue warn]: Duplicate keys detected: 'v1.1.0'. This may cause an update error.\n\nfound in\n\n---> \u003CRevisionDropdown> at projects/compare/components/revision_dropdown.vue\n \u003CRevisionCard> at projects/compare/components/revision_card.vue\n \u003CApp> at projects/compare/components/app.vue\n \u003CRoot>"2214https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2215security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2216https://www.gravatar.com/avatar/5e81d801e1b5db98ae2d44728b723876?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2217https://www.gravatar.com/avatar/cfcee7a285ba8cb856a3f2e6233c6e07?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2218https://www.gravatar.com/avatar/5e81d801e1b5db98ae2d44728b723876?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2219https://www.gravatar.com/avatar/cfcee7a285ba8cb856a3f2e6233c6e07?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2220https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2221security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2222https://www.gravatar.com/avatar/474bfd8feff31bb4a0be28a136db3e46?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2223https://www.gravatar.com/avatar/a08b6cc13c9ecd9042636a131df69d92?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2224https://www.gravatar.com/avatar/474bfd8feff31bb4a0be28a136db3e46?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2225https://www.gravatar.com/avatar/a08b6cc13c9ecd9042636a131df69d92?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2226https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2227security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2228https://www.gravatar.com/avatar/a08b6cc13c9ecd9042636a131df69d92?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2229https://www.gravatar.com/avatar/474bfd8feff31bb4a0be28a136db3e46?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2230security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2231https://www.gravatar.com/avatar/33f6a19808e4f33675aa8b6a1faf2190?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2232https://www.gravatar.com/avatar/b0be3f86928a8afcda196cbabe2b670f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2233https://www.gravatar.com/avatar/33f6a19808e4f33675aa8b6a1faf2190?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2234https://www.gravatar.com/avatar/b0be3f86928a8afcda196cbabe2b670f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2235https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2236security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2237https://www.gravatar.com/avatar/33f6a19808e4f33675aa8b6a1faf2190?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2238https://www.gravatar.com/avatar/b0be3f86928a8afcda196cbabe2b670f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2239https://www.gravatar.com/avatar/33f6a19808e4f33675aa8b6a1faf2190?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2240https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2241security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2242https://www.gravatar.com/avatar/5261ba1a9146ac6edc1ed29c173b492d?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2243https://www.gravatar.com/avatar/400143a7ce93bfd609467b8a3adfe934?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2244https://www.gravatar.com/avatar/5261ba1a9146ac6edc1ed29c173b492d?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2245https://www.gravatar.com/avatar/400143a7ce93bfd609467b8a3adfe934?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2246https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2247security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2248https://www.gravatar.com/avatar/400143a7ce93bfd609467b8a3adfe934?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2249https://www.gravatar.com/avatar/5261ba1a9146ac6edc1ed29c173b492d?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2250https://www.gravatar.com/avatar/400143a7ce93bfd609467b8a3adfe934?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2251https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2252security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2253https://www.gravatar.com/avatar/8a3c4aecb88d1db0f434cdbc4a79a8d5?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2254https://www.gravatar.com/avatar/95ee9d5fccd89a4c78cbb34e91006fbf?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2255https://www.gravatar.com/avatar/8a3c4aecb88d1db0f434cdbc4a79a8d5?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2256https://www.gravatar.com/avatar/95ee9d5fccd89a4c78cbb34e91006fbf?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2257https://www.gravatar.com/avatar/8a3c4aecb88d1db0f434cdbc4a79a8d5?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2258https://www.gravatar.com/avatar/95ee9d5fccd89a4c78cbb34e91006fbf?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2259https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2260security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2261https://www.gravatar.com/avatar/8a3c4aecb88d1db0f434cdbc4a79a8d5?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2262https://www.gravatar.com/avatar/8a3c4aecb88d1db0f434cdbc4a79a8d5?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2263security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2264https://www.gravatar.com/avatar/7971518d97534c9de98bc8f95953dc46?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2265https://www.gravatar.com/avatar/6d041b62fe0f03bdc4cdaaca8d0e385b?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2266https://www.gravatar.com/avatar/7971518d97534c9de98bc8f95953dc46?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2267https://www.gravatar.com/avatar/6d041b62fe0f03bdc4cdaaca8d0e385b?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2268https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2269https://www.gravatar.com/avatar/7971518d97534c9de98bc8f95953dc46?s=80&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2270https://www.gravatar.com/avatar/6d041b62fe0f03bdc4cdaaca8d0e385b?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2271security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2272https://www.gravatar.com/avatar/1f7bff30ae7c0a1473b705aa4efaa21b?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2273https://www.gravatar.com/avatar/7148668ac3fad6766c60cb49bac3086e?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2274https://www.gravatar.com/avatar/1f7bff30ae7c0a1473b705aa4efaa21b?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2275https://www.gravatar.com/avatar/7148668ac3fad6766c60cb49bac3086e?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2276https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2277security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2278https://www.gravatar.com/avatar/92de4bd989195b182dc576d79e919714?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2279https://www.gravatar.com/avatar/a33f13c9cc804171979d4d8b2acb84ff?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2280https://www.gravatar.com/avatar/1f7bff30ae7c0a1473b705aa4efaa21b?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2281https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2282https://www.gravatar.com/avatar/a33f13c9cc804171979d4d8b2acb84ff?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2283https://www.gravatar.com/avatar/92de4bd989195b182dc576d79e919714?s=80&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2284security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2285https://www.gravatar.com/avatar/9704bd8f9c279f399c533975b76b92f3?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2286https://www.gravatar.com/avatar/2e66ae9f73c06e31cf88f680e714cbc4?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2287https://www.gravatar.com/avatar/9704bd8f9c279f399c533975b76b92f3?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2288https://www.gravatar.com/avatar/2e66ae9f73c06e31cf88f680e714cbc4?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2289https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2290security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2291https://www.gravatar.com/avatar/2e66ae9f73c06e31cf88f680e714cbc4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2292https://www.gravatar.com/avatar/9704bd8f9c279f399c533975b76b92f3?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2293https://www.gravatar.com/avatar/2e66ae9f73c06e31cf88f680e714cbc4?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2294https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2295security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2296https://www.gravatar.com/avatar/a55b3edbb046f8578f784b8ab5fe94e8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2297https://www.gravatar.com/avatar/2b77db2fcf37dfd94bd1f6eb61991b07?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2298https://www.gravatar.com/avatar/a55b3edbb046f8578f784b8ab5fe94e8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2299https://www.gravatar.com/avatar/2b77db2fcf37dfd94bd1f6eb61991b07?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2300https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2301security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2302https://www.gravatar.com/avatar/2b77db2fcf37dfd94bd1f6eb61991b07?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2303https://www.gravatar.com/avatar/a55b3edbb046f8578f784b8ab5fe94e8?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2304https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2305security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2306https://www.gravatar.com/avatar/f7199cc917e2641ce19835fa8266ec6f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2307https://www.gravatar.com/avatar/a9fd8e780e71045dc16707582240061f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2308https://www.gravatar.com/avatar/f7199cc917e2641ce19835fa8266ec6f?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2309https://www.gravatar.com/avatar/a9fd8e780e71045dc16707582240061f?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2310https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2311security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2312https://www.gravatar.com/avatar/f7199cc917e2641ce19835fa8266ec6f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2313https://www.gravatar.com/avatar/f7199cc917e2641ce19835fa8266ec6f?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2314https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2315security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2316https://www.gravatar.com/avatar/749253b6984ed9fd3d4c3eb2a5d459d6?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2317https://www.gravatar.com/avatar/3bc5af1b65931d61e17f9f0e53167717?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2318https://www.gravatar.com/avatar/749253b6984ed9fd3d4c3eb2a5d459d6?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2319https://www.gravatar.com/avatar/3bc5af1b65931d61e17f9f0e53167717?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2320https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2321security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2322https://www.gravatar.com/avatar/3bc5af1b65931d61e17f9f0e53167717?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2323https://www.gravatar.com/avatar/749253b6984ed9fd3d4c3eb2a5d459d6?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2324https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2325security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2326https://www.gravatar.com/avatar/13a1fa4997f7cbf4641184d13812e3aa?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2327https://www.gravatar.com/avatar/02ecf67cf69be9cca6f662b1b01a5d09?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2328https://www.gravatar.com/avatar/13a1fa4997f7cbf4641184d13812e3aa?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2329https://www.gravatar.com/avatar/02ecf67cf69be9cca6f662b1b01a5d09?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2330https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2331security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2332https://www.gravatar.com/avatar/02ecf67cf69be9cca6f662b1b01a5d09?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2333https://www.gravatar.com/avatar/13a1fa4997f7cbf4641184d13812e3aa?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED2334https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2335security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2336https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2337https://www.gravatar.com/avatar/cd857fed2b3d0f453861246f5f0dad1e?s=32&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2338https://www.gravatar.com/avatar/75dd4b24f6bfa26f7d59d20f1b7e160f?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET2339https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2340https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2342RSpec::Retry: 2nd try ./spec/support/shared_examples/features/comments_on_merge_request_files_shared_examples.rb:42343Merge request > User creates image diff notes2344 create commit diff notes2345 create a new diff note2346 shows indicator and avatar badges, and allows collapsing/expanding the discussion notes2347 render commit diff notes2348 render diff indicators within the image diff frame, diff notes, and avatar badge numbers2349 inline view2350 when images are stored in LFS2351 shows lfs badges2352 parallel view2353 when images are stored in LFS2354 shows lfs badges2355 discussion tab polling2356 render diff indicators within the image frame2357 image view modes2358 onion skin2359 resizes image2360 swipe view2361 behaves like swipe view2362 moves the swipe handle2363 shows both images at the same position2364Container Registry2365 has a page title set2366 sidebar menu is open2367 when there are no image repositories2368 list page has no container title2369 when there are image repositories2370 list page has a list of images2371 navigates to repo details2372 when there is a ContainerRegistry::Path::InvalidRegistryPathError2373 behaves like handling feature network errors with the container registry2374 displays the error message2375 when there is a Faraday::Error2376 behaves like handling feature network errors with the container registry2377 displays the error message2378 image repo details2379 shows the details breadcrumb2380 shows the image title2381 shows the image tags2382 user removes a specific tag from container repository2383 when an image has the same name as the subgroup2384 details page loads properly2385list of badges2386 user wants to see build status badge2387 user wants to see coverage report badge2388 user changes current ref of build status badge2389 user changes current ref of coverage status badge2390 user changes current ref of latest release status badge2391Explore Groups page2392 shows groups user is member of2393 filters groups2394 resets search when user cleans the input2395 shows non-archived projects count2396 landing component2397 shows a landing component2398 is dismissable2399 does not show persistently once dismissed2400Merge request > User sees suggest pipeline2401 shows the suggest pipeline widget and then allows dismissal correctly2402 takes the user to the pipeline editor with a pre-filled CI config file form2403 when feature setting is disabled2404 does not show the suggest pipeline widget2405User explores projects2406 "All" tab2407 behaves like an "Explore" page with sidebar and breadcrumbs2408 shows the "Explore" sidebar2409 shows the correct sidebar menu item as active2410 breadcrumbs2411 has "Explore" as its root breadcrumb2412 "Most starred" tab2413 behaves like an "Explore" page with sidebar and breadcrumbs2414 shows the "Explore" sidebar2415 shows the correct sidebar menu item as active2416 breadcrumbs2417 has "Explore" as its root breadcrumb2418 "Trending" tab2419 behaves like an "Explore" page with sidebar and breadcrumbs2420 shows the "Explore" sidebar2421 shows the correct sidebar menu item as active2422 breadcrumbs2423 has "Explore" as its root breadcrumb2424 when some projects exist2425 when not signed in2426 when viewing public projects2427 shows projects2428 when visibility is restricted to public2429 redirects to login page2430 when signed in2431 when viewing public projects2432 shows projects2433 shows correct empty state message2434 shows a prompt to enter a longer search term2435 when viewing most starred projects2436 shows projects2437 shows correct empty state message2438 shows a prompt to enter a longer search term2439 when viewing trending projects2440 shows projects2441 shows correct empty state message2442 shows a prompt to enter a longer search term2443 when there are no projects2444 when viewing public projects2445 behaves like explore page empty state2446 shows correct empty state message2447 when viewing most starred projects2448 behaves like explore page empty state2449 shows correct empty state message2450 when viewing trending projects2451 behaves like explore page empty state2452 shows correct empty state message2453User adds a comment on a commit2454 inline view2455 adds a comment2456 when commenting on diff2457 adds a comment2458 side-by-side view2459 adds a comment2460New Branch Ref Dropdown2461 finds a tag in a list2462 finds a branch in a list2463 finds a commit in a list2464 shows no results when there is no branch, tag or commit sha found2465User manages subscription2466 moved sidebar flag disabled2467 toggles subscription2468 moved sidebar flag enabled2469 toggles subscription2470Dashboard access2471 GET /dashboard2472 is expected to be allowed for admin2473 is expected to be allowed for user2474 is expected to be denied for visitor2475 GET /dashboard/issues2476 is expected to be allowed for admin2477 is expected to be allowed for user2478 is expected to be denied for visitor2479 GET /dashboard/merge_requests2480 is expected to be allowed for admin2481 is expected to be allowed for user2482 is expected to be denied for visitor2483 GET /dashboard/projects/starred2484 is expected to be allowed for admin2485 is expected to be allowed for user2486 is expected to be denied for visitor2487 GET /help2488 is expected to be allowed for admin2489 is expected to be allowed for user2490 is expected to be allowed for visitor2491 GET /projects/new2492 is expected to be allowed for admin2493 is expected to be allowed for user2494 is expected to be denied for visitor2495 GET /groups/new2496 is expected to be allowed for admin2497 is expected to be allowed for user2498 is expected to be denied for visitor2499 GET /dashboard/groups2500 is expected to be allowed for admin2501 is expected to be allowed for user2502 is expected to be denied for visitor2503Alert Management index2504 when a developer displays the alert list2505 shows the alert page title and empty state without filtered search or alert table2506 when alerts have already been created2507 behaves like alert page with title, filtered search, and table2508 renders correctly2509 when an HTTP integration is enabled2510 behaves like alert page with title, filtered search, and table2511 renders correctly2512 when the prometheus integration is enabled2513 behaves like alert page with title, filtered search, and table2514 renders correctly2515Dashboard > Milestones2516 as anonymous user2517 is redirected to sign-in page2518 as logged-in user2519 sees milestones2520 behaves like a dashboard page with sidebar2521 shows the "Your work" sidebar2522 shows the correct sidebar menu item as active2523 new milestones dropdown2524 takes user to a new milestone page2525 with merge requests disabled2526 does not see milestones2527project commit pipelines2528 when no builds triggered yet2529 shows the ID of the first pipeline2530 with no related merge requests2531 shows the correct text for no related MRs2532GFM autocomplete loading2533 does not load on project#show2534 loads on new issue page2535Merge Requests Feed2536 GET /merge_requests2537 when authenticated2538 behaves like an authenticated issuable atom feed2539 renders atom feed with common issuable information2540 behaves like an authenticated merge request atom feed2541 renders atom feed with additional merge request information2542 but the use can not see the project2543 renders 404 page2544 when authenticated via personal access token2545 behaves like an authenticated issuable atom feed2546 renders atom feed with common issuable information2547 behaves like an authenticated merge request atom feed2548 renders atom feed with additional merge request information2549 when authenticated via feed token2550 behaves like an authenticated issuable atom feed2551 renders atom feed with common issuable information2552 behaves like an authenticated merge request atom feed2553 renders atom feed with additional merge request information2554 when not authenticated2555 and the project is private2556 redirects to login page2557 and the project is public2558 behaves like an authenticated issuable atom feed2559 renders atom feed with common issuable information2560 behaves like an authenticated merge request atom feed2561 renders atom feed with additional merge request information2562Search group member2563 renders member users2564Issues Feed2565 GET /issues2566 renders atom feed with url parameters for project issues2567 renders atom feed with url parameters for group issues2568 when authenticated2569 behaves like an authenticated issuable atom feed2570 renders atom feed with common issuable information2571 behaves like an authenticated issue atom feed2572 renders atom feed with additional issue information2573 when authenticated via personal access token2574 behaves like an authenticated issuable atom feed2575 renders atom feed with common issuable information2576 behaves like an authenticated issue atom feed2577 renders atom feed with additional issue information2578 when authenticated via feed token2579 behaves like an authenticated issuable atom feed2580 renders atom feed with common issuable information2581 behaves like an authenticated issue atom feed2582 renders atom feed with additional issue information2583 when not authenticated2584 and the project is private2585 redirects to login page2586 and the project is public2587 behaves like an authenticated issuable atom feed2588 renders atom feed with common issuable information2589 behaves like an authenticated issue atom feed2590 renders atom feed with additional issue information2591User design permissions2592 user does not have permissions to upload design2593Admin > Admin sees projects statistics2594 shows project statistics for projects that have them2595User uploads avatar to group2596 they see the new avatar2597Upload a nuget package2598 behaves like handling file uploads2599 with object storage disabled2600 behaves like for a nuget package2601 creates package files2602 is expected to eq 2012603Graphql known operations2604 collects known Graphql operations from the code2605Knapsack report was generated. Preview:2606{2607 "spec/features/merge_request/user_comments_on_merge_request_spec.rb": 317.9421497359999,2608 "spec/features/merge_request/user_sees_avatar_on_diff_notes_spec.rb": 232.04071405899958,2609 "spec/features/projects/show/user_uploads_files_spec.rb": 150.70510918500077,2610 "spec/features/projects/new_project_spec.rb": 110.58278982000047,2611 "spec/features/projects/compare_spec.rb": 92.7964050899991,2612 "spec/features/dashboard/todos/todos_filtering_spec.rb": 70.95646013000078,2613 "spec/features/merge_request/user_comments_on_commit_spec.rb": 61.14834057000007,2614 "spec/features/merge_request/user_creates_image_diff_notes_spec.rb": 47.65466405600091,2615 "spec/features/groups/container_registry_spec.rb": 49.591972271000486,2616 "spec/features/projects/badges/list_spec.rb": 46.87832411900126,2617 "spec/features/explore/groups_list_spec.rb": 31.999375229999714,2618 "spec/features/merge_request/user_sees_suggest_pipeline_spec.rb": 34.052053280998734,2619 "spec/features/explore/user_explores_projects_spec.rb": 19.773009869000816,2620 "spec/features/projects/commit/comments/user_adds_comment_spec.rb": 22.319720137998956,2621 "spec/features/projects/branches/new_branch_ref_dropdown_spec.rb": 19.084452312001304,2622 "spec/features/merge_request/user_manages_subscription_spec.rb": 17.591473320999285,2623 "spec/features/security/dashboard_access_spec.rb": 11.721603554000467,2624 "spec/features/alert_management/alert_management_list_spec.rb": 9.93504155499977,2625 "spec/features/dashboard/milestones_spec.rb": 11.196933911000087,2626 "spec/features/projects/commit/builds_spec.rb": 9.26484362500014,2627 "spec/features/projects/gfm_autocomplete_load_spec.rb": 7.4188850419996015,2628 "spec/features/atom/merge_requests_spec.rb": 7.319916051999826,2629 "spec/features/groups/members/search_members_spec.rb": 5.655475429000944,2630 "spec/features/atom/issues_spec.rb": 4.759850813999947,2631 "spec/features/projects/issues/design_management/user_permissions_upload_spec.rb": 4.988008718999481,2632 "spec/features/admin/admin_sees_projects_statistics_spec.rb": 4.478495874000146,2633 "spec/features/uploads/user_uploads_avatar_to_group_spec.rb": 3.2169302980000793,2634 "spec/features/file_uploads/nuget_package_spec.rb": 1.607425439000508,2635 "spec/features/graphql_known_operations_spec.rb": 0.70896723499936342636}2637Knapsack global time execution for tests: 23m 27s2638Finished in 23 minutes 31 seconds (files took 41.04 seconds to load)2639249 examples, 0 failures2640[TEST PROF INFO] Time spent in factories: 03:02.021 (12.88% of total time)2641Failed to write to log, write log/workhorse-test.log: file already closed2642RSpec exited with 0.2643No examples to retry, congrats!2645Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy2646Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-3.0-16 due to policy2648Uploading artifacts...2649coverage/: found 5 matching artifact files and directories 2650crystalball/: found 2 matching artifact files and directories 2651WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 2652knapsack/: found 3 matching artifact files and directories 2653WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 2654rspec/: found 14 matching artifact files and directories 2655tmp/capybara/: found 3 matching artifact files and directories 2656log/*.log: found 15 matching artifact files and directories 2657WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138659/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com2658WARNING: Retrying... context=artifacts-uploader error=request redirected2659Uploading artifacts as "archive" to coordinator... 201 Created id=4031138659 responseStatus=201 Created token=64_qKhFm2660Uploading artifacts...2661rspec/junit_rspec.xml: found 1 matching artifact files and directories 2662WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138659/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com2663WARNING: Retrying... context=artifacts-uploader error=request redirected2664Uploading artifacts as "junit" to coordinator... 201 Created id=4031138659 responseStatus=201 Created token=64_qKhFm2666Job succeeded