rspec-ee system pg12 1/10
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 feature flags: 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-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:31c3beb3b8968af162019219a074f3d4c1a5b1ab319ec86668229ad0a7ed0e4f for postgres:12 with digest postgres@sha256:63a045745aec8457cb208e929118b557e95e1b1327e2ad29f14174054be5d56e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:f30aed8202b4ddc9ed0c833f7bd2b90470dc3a438a51b6567e9955adfe224051 for redis:6.0-alpine with digest redis@sha256:fcf49f0ab799e3b7217aab710606e888b190bbf3c3a81b5c912dd8ef351d1f69 ...13Starting service elasticsearch:7.17.6 ...14Pulling docker image elasticsearch:7.17.6 ...15Using docker image sha256:5fad10241ffd65d817ed0ddfaf6e87eee1f7dc2a7db33db1047835560ea71fda for elasticsearch:7.17.6 with digest elasticsearch@sha256:6c128de5d01c0c130a806022d6bd99b3e4c27a9af5bfc33b6b81861ae117d028 ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...21Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1670454873-07a8c0f8...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 131499, done. 28remote: Counting objects: 100% (131499/131499), done. 29remote: Compressing objects: 100% (83945/83945), done. 30remote: Total 131499 (delta 58685), reused 92336 (delta 42989), pack-reused 0 31Receiving objects: 100% (131499/131499), 113.57 MiB | 22.13 MiB/s, done.32Resolving deltas: 100% (58685/58685), done.34 * [new ref] refs/pipelines/716518733 -> refs/pipelines/71651873335Checking out 00d8c88b as refs/merge-requests/105876/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (3441687464)...47Downloading artifacts from coordinator... ok id=3441687464 responseStatus=200 OK token=ziz4zRGi48Downloading artifacts for detect-tests (3441687469)...49Downloading artifacts from coordinator... ok id=3441687469 responseStatus=200 OK token=ziz4zRGi50Downloading artifacts for retrieve-tests-metadata (3441687476)...51Downloading artifacts from coordinator... ok id=3441687476 responseStatus=200 OK token=ziz4zRGi52Downloading artifacts for setup-test-env (3441687466)...53Downloading artifacts from coordinator... ok id=3441687466 responseStatus=200 OK token=ziz4zRGi55Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...56$ echo $FOSS_ONLY57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh690Using decomposed database config (config/database.yml.decomposed-postgresql)691$ setup_db_user_only692CREATE ROLE693GRANT694==> 'setup_db_user_only' succeeded in 0 seconds.695$ bundle exec rake db:drop db:create db:schema:load db:migrate696Dropped database 'gitlabhq_test'697Dropped database 'gitlabhq_test_ci'698Dropped database 'gitlabhq_geo_test'699Created database 'gitlabhq_test'700Created database 'gitlabhq_test_ci'701Created database 'gitlabhq_geo_test'702==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 37 seconds.703$ setup_db_praefect704SELECT pg_catalog.set_config('search_path', '', false);705CREATE DATABASE praefect_test ENCODING 'UTF8';706==> 'setup_db_praefect' succeeded in 0 seconds.707$ source ./scripts/rspec_helpers.sh708$ run_timed_command "gem install knapsack --no-document"709$ gem install knapsack --no-document710Successfully installed knapsack-4.0.07111 gem installed712==> 'gem install knapsack --no-document' succeeded in 1 seconds.713$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"823$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"824SKIP_FLAKY_TESTS_AUTOMATICALLY: true825RETRY_FAILED_TESTS_IN_NEW_PROCESS: true826KNAPSACK_GENERATE_REPORT: true827FLAKY_RSPEC_GENERATE_REPORT: true828KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb829KNAPSACK_LOG_LEVEL: debug830KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_1_10_report.json831FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json832FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_1_10_report.json833NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_1_10_report.json834SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_1_10_report.txt835RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_1_10_report.txt836CRYSTALBALL: 837Knapsack report generator started!838Run options: exclude {:quarantine=>true, :level=>"migration"}839==> Starting Gitaly set up...840==> Starting GitLab Elasticsearch Indexer set up...841Test environment set up in 0.769401601 seconds842Group wikis843Starting the Capybara driver server...844 behaves like User creates wiki page845 when wiki is empty846Capybara starting Puma...847* Version 5.6.5 , codename: Birdie's Version848* Min threads: 0, max threads: 4849* Listening on unix:///tmp/20221207-466-qf9bbg850 shows all available formats in the dropdown851 disables the submit button852 makes sure links to unknown pages work correctly853 shows non-escaped link in the pages list854 has `Create home` as a commit message855 creates a page from the home page856 creates ASCII wiki with LaTeX blocks857 saves page content in local storage if the user navigates away858 creates a wiki page with Org markup859 behaves like wiki file attachments860 uploading attachments861 before uploading862 shows "Attach a file or image" button863 uploading is in progress8642022-12-07 23:58:38 +0000 Rack app ("POST /api/v4/groups/12/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/tmp/tests/public/uploads/tmp/gitlab-workhorse-upload1771093281>865 cancels uploading on clicking to "Cancel" button866 shows "Attaching a file" message on uploading 1 file867 uploading is complete868 shows "Attach a file or image" button on uploading complete869 the markdown link is added to the page870 the links point to the wiki root url871 the file has been added to the wiki repository872 when wiki is not empty873 shows the emoji autocompletion dropdown874 via the `new wiki page` page875 creates a page with a single word876 creates a page with spaces in the name877 creates a page with hyphens in the name878 when a server side validation error is returned879 still displays edit form880 behaves like User deletes wiki page881 when user is the owner or maintainer882 behaves like deletes a wiki page883 deletes a page884 when user is a developer885 behaves like deletes a wiki page886 deletes a page887 behaves like User previews wiki changes888 when rendering a new wiki page889 behaves like relative links890 when there are no spaces or hyphens in the page name891 behaves like rewrites relative links892 is expected to have visible link "relative link 3" with href "/groups/group24/-/wikis/a/b/c/e/f/relative"893 when there are spaces in the page name894 behaves like rewrites relative links895 is expected to have visible link "relative link 3" with href "/groups/group25/-/wikis/a-page/b-page/c-page/e/f/relative"896 when there are hyphens in the page name897 behaves like rewrites relative links898 is expected to have visible link "relative link 3" with href "/groups/group26/-/wikis/a-page/b-page/c-page/e/f/relative"899 when previewing an existing wiki page900 renders content with CommonMark901 does not linkify double brackets inside code blocks as expected902 behaves like relative links903 when there are no spaces or hyphens in the page name904 behaves like rewrites relative links905 is expected to have visible link "relative link 3" with href "/groups/group29/-/wikis/a/b/c/e/f/relative"906 when there are spaces in the page name907 behaves like rewrites relative links908 is expected to have visible link "relative link 3" with href "/groups/group30/-/wikis/a-page/b-page/c-page/e/f/relative"909 when there are hyphens in the page name910 behaves like rewrites relative links911 is expected to have visible link "relative link 3" with href "/groups/group31/-/wikis/a-page/b-page/c-page/e/f/relative"912 behaves like User updates wiki page913 when wiki is empty914 redirects back to the home edit page915 updates a page that has a path916 behaves like wiki file attachments917 uploading attachments918 before uploading919 shows "Attach a file or image" button920 uploading is in progress921 cancels uploading on clicking to "Cancel" button922 shows "Attaching a file" message on uploading 1 file923 uploading is complete924 shows "Attach a file or image" button on uploading complete925 the markdown link is added to the page926 the links point to the wiki root url927 the file has been added to the wiki repository928 when wiki is not empty929 updates a page930 saves page content in local storage if the user navigates away931 updates the commit message as the title is changed932 correctly escapes the commit message entities933 disables the submit button934 shows the emoji autocompletion dropdown935 updates a page936 focuses on the content field937 cancels editing of a page938 behaves like wiki file attachments939 uploading attachments940 before uploading941 shows "Attach a file or image" button942 uploading is in progress943 cancels uploading on clicking to "Cancel" button944 shows "Attaching a file" message on uploading 1 file945 uploading is complete946 shows "Attach a file or image" button on uploading complete947 the markdown link is added to the page948 the links point to the wiki root url949 the file has been added to the wiki repository950 when multiple people edit the page at the same time951 preserves user changes in the wiki editor952 behaves like edits content using the content editor953 saves page content in local storage if the user navigates away954 formatting bubble menu955 shows a formatting bubble menu for a regular paragraph and headings956 media elements bubble menu957 displays correct media bubble menu for images958 displays correct media bubble menu for video959 code block960 applies theme classes to code blocks961 code block bubble menu962 shows a code block bubble menu for a code block963 sets code block type to "javascript" for `js`964 sets code block type to "Custom (nomnoml)" for `nomnoml`965 mermaid diagram966 renders and updates the diagram correctly in a sandboxed iframe967 toggles the diagram when preview button is clicked968 autocomplete suggestions969 shows suggestions for members with descriptions970 shows suggestions for merge requests971 shows suggestions for issues972 shows suggestions for milestones973 shows suggestions for emojis974 doesn't show suggestions dropdown if there are no suggestions to show975 scrolls selected item into view when navigating with keyboard976 behaves like autocompletes items977 works well for issues, labels, MRs, members, etc978 when the page is in a subdir979 moves the page to the root folder980 moves the page to other dir981 remains in the same place if title has not changed982 can be moved to a different dir with a different name983 can be renamed and moved to the root folder984 squishes the title before creating the page985 behaves like wiki file attachments986 uploading attachments987 before uploading988 shows "Attach a file or image" button989 uploading is in progress990 cancels uploading on clicking to "Cancel" button991 shows "Attaching a file" message on uploading 1 file992 uploading is complete993 shows "Attach a file or image" button on uploading complete994 the markdown link is added to the page995 the links point to the wiki root url996 the file has been added to the wiki repository997 when an existing page exceeds the content size limit998 allows changing the title if the content does not change999 shows a validation error when trying to change the content1000 behaves like User uses wiki shortcuts1001 visit edit wiki page using "e" keyboard shortcut1002 behaves like User views AsciiDoc page with includes1003 when the file being included exists1004 includes the file contents1005 when there are multiple versions of the wiki pages1006 viewing the latest version1007 includes the latest content1008 viewing the original version1009 includes the content from the original version1010 when the file being included does not exist1011 outputs an error1012 behaves like User views a wiki page1013 opens a default wiki page1014 when wiki is empty1015 shows the history of a page that has a path1016 shows an old version of a page1017 when a page does not have history1018 shows all the pages1019 shows the creation page if file does not exist1020 shows a file stored in a page1021 is expected to have current path /wikis\/uploads\/a181e8dcb31baf964963d31c0f4667d2\/dk.png/1022 when a page has history1023 shows the page history1024 does not show the "Edit" button1025 show the diff1026 links to the correct diffs1027 between the current and the previous version of a page1028 between two old versions of a page1029 for the oldest version of a page1030 when a page has special characters in its title1031 preserves the special characters1032 when a page has XSS in its title or content1033 safely displays the page1034 when a page has XSS in its message1035 safely displays the message1036 when page has invalid content encoding1037 does not show "Edit" button1038 shows error1039 behaves like User views wiki pages1040 ordered by title1041 asc1042 pages are displayed in direct order1043 desc1044 pages are displayed in reversed order1045 behaves like User views wiki sidebar1046 when there are some existing pages1047 when there is no custom sidebar1048 renders a default sidebar1049 can create a custom sidebar1050 when there is a custom sidebar1051 renders the custom sidebar instead of the default one1052 can edit the custom sidebar1053 when there are 15 existing pages1054 shows all pages in the sidebar1055 when there are more than 15 existing pages1056 shows the first 15 pages in the sidebar1057 behaves like User views Git access wiki page1058 shows the correct clone URLs1059epic boards1060 display epics in board1061 displays default lists and a label list1062 displays two epics in Open list1063 displays one epic in Label list1064 creates new column for label containing labeled epic1065 moves to the bottom of another list1066 moves to the top of another list1067 moving updates weight of both lists1068 lists1069 changes position of list1070 dragging does not duplicate list1071 allows user to delete list from list settings sidebar1072 when user can admin epic boards1073 shows 'Create list' button1074 creates board filtering by one label1075 adds label to board scope and filters epics1076 when user cannot admin epic boards1077 does not show 'Create list'1078 can view board scope1079 does not show Remove list in list settings sidebar1080 filtered search1081 can select a Label in order to filter the board by not equals1082 can select a Label in order to filter the board by equals1083 can select an Author in order to filter the board by equals1084 can select an Author in order to filter the board by not equals1085 can search for an epic in the search bar1086Email Confirmation1087 # order random1088 identity_verification: true, soft_email_confirmation: true, require_admin_approval_after_user_signup: true, send_user_confirmation_email: true1089WARN: Screenshot could not be saved. `page.current_path` is empty.1090 confirms identity and signs in successfully (FAILED - 1)1091 identity_verification: false, soft_email_confirmation: false, require_admin_approval_after_user_signup: false, send_user_confirmation_email: false1092 confirms identity and signs in successfully1093 identity_verification: true, soft_email_confirmation: true, require_admin_approval_after_user_signup: false, send_user_confirmation_email: true1094 confirms identity and signs in successfully1095 identity_verification: true, soft_email_confirmation: true, require_admin_approval_after_user_signup: true, send_user_confirmation_email: false1096 confirms identity and signs in successfully1097 identity_verification: true, soft_email_confirmation: false, require_admin_approval_after_user_signup: true, send_user_confirmation_email: true1098 confirms identity and signs in successfully1099 identity_verification: false, soft_email_confirmation: true, require_admin_approval_after_user_signup: true, send_user_confirmation_email: true1100 confirms identity and signs in successfully1101 identity_verification: false, soft_email_confirmation: true, require_admin_approval_after_user_signup: true, send_user_confirmation_email: false1102 confirms identity and signs in successfully1103 identity_verification: false, soft_email_confirmation: true, require_admin_approval_after_user_signup: false, send_user_confirmation_email: true1104 confirms identity and signs in successfully1105 identity_verification: false, soft_email_confirmation: true, require_admin_approval_after_user_signup: false, send_user_confirmation_email: false1106 confirms identity and signs in successfully1107 identity_verification: false, soft_email_confirmation: false, require_admin_approval_after_user_signup: false, send_user_confirmation_email: true1108 confirms identity and signs in successfully1109 identity_verification: true, soft_email_confirmation: true, require_admin_approval_after_user_signup: false, send_user_confirmation_email: false1110 confirms identity and signs in successfully1111 identity_verification: true, soft_email_confirmation: false, require_admin_approval_after_user_signup: false, send_user_confirmation_email: true1112 confirms identity and signs in successfully1113 identity_verification: true, soft_email_confirmation: false, require_admin_approval_after_user_signup: true, send_user_confirmation_email: false1114 confirms identity and signs in successfully1115 identity_verification: false, soft_email_confirmation: false, require_admin_approval_after_user_signup: true, send_user_confirmation_email: false1116 confirms identity and signs in successfully1117 identity_verification: false, soft_email_confirmation: false, require_admin_approval_after_user_signup: true, send_user_confirmation_email: true1118 confirms identity and signs in successfully1119 identity_verification: true, soft_email_confirmation: false, require_admin_approval_after_user_signup: false, send_user_confirmation_email: false1120 confirms identity and signs in successfully1121 when signing up through SAML1122 signs in successfully1123Project mirror1124 On a project1125 when mirror was updated successfully1126 shows the last successful at timestamp1127 when mirror was never updated successfully1128 shows that mirror has never been updated1129 with Update now button1130 when able to force update1131 forces import1132 when unable to force update1133 disables Update now button1134 when the project is archived1135 disables Update now button1136 configuration1137 password authentication1138 can be changed to unauthenticated1139 can be recreated after an SSH mirror is set1140 SSH public key authentication1141 can be set up1142 host key management1143 fills fingerprints and host keys when detecting1144 displays error if detection fails1145 allows manual host keys entry1146 authentication methods1147 shows SSH related fields for an SSH URL1148 hides SSH-related fields for a HTTP URL1149GFM autocomplete1150 for a new epic1151 opens quick action autocomplete in the description field1152 for an existing epic1153 opens quick action autocomplete when updating description1154 issuables1155 issues1156 shows issues of group1157 merge requests1158 shows merge requests of group1159 epics1160 shows epics1161 milestone1162 shows group milestones1163 labels1164 when no labels are assigned1165 shows all labels for ~1166 shows all labels for /label ~1167 shows all labels for /relabel ~1168 shows no labels for /unlabel ~1169 when some labels are assigned1170 shows all labels for ~1171 shows only unset labels for /label ~1172 shows all labels for /relabel ~1173 shows only set labels for /unlabel ~1174 when all labels are assigned1175 shows all labels for ~1176 shows no labels for /label ~1177 shows all labels for /relabel ~1178 shows all labels for /unlabel ~1179Value stream analytics charts1180 Duration chart1181 displays data for all stages on the overview1182 displays data for a specific stage when selected1183 Tasks by type chart1184 enabled1185 with data available1186 displays the chart1187 has 2 labels selected1188 has chart filters1189 can update the filters1190 no data available1191 shows the no data available message1192Referencing Epics1193 reference on an issue1194 when referencing epics from the direct parent1195 displays link to the reference1196 when referencing an epic from another group1197 when non group member displays the issue1198 when referenced epic is in a public group1199 displays link to the reference1200 when referenced epic is in a private group1201 does not display link to the reference1202 when a group member displays the issue1203 when referenced epic is in a private group1204 displays link to the reference1205 note cross-referencing1206 when referencing an epic from an issue note1207 creates a note with reference and cross references the epic1208 when referencing an issue from an epic1209 creates a note with reference and cross references the issue1210Related Epics1211 epic body section1212 user can view related epics section under epic description1213 related epics add epic form1214 user can view category selection radio inputs1215 user can view epic input field1216 epic input field can autocomplete epics when `&` is input1217 epic input field does not autocomplete issues when `#` is input1218 user can view list of added epics as tokens within input field1219 related epics list1220 user can add an epic with selected relationship type1221 user can remove an epic from the list1222 when related epics is not supported by license1223 user can not view related epics section under epic description1224Prometheus custom metrics1225 deletes a custom metric1226Project1227 immediately deleting a project marked for deletion1228 deletes the project immediately1229 delete project container text1230 feature_available_on_instance: true, delayed_project_removal: nil, shows_adjourned_delete: false1231 renders the permanently delete message1232 feature_available_on_instance: true, delayed_project_removal: true, shows_adjourned_delete: true1233 renders the marked for removal message1234 feature_available_on_instance: false, delayed_project_removal: true, shows_adjourned_delete: false1235 renders the permanently delete message1236 feature_available_on_instance: false, delayed_project_removal: nil, shows_adjourned_delete: false1237 renders the permanently delete message1238 storage_enforcement_banner1239 with storage_enforcement_date set1240 displays the banner in the project page1241 does not display the banner in a paid group project page1242 does not display the banner if user has previously closed unless threshold has changed (FAILED - 2)12441st Try error in ./ee/spec/features/projects_spec.rb:149:1245expected not to find text "A namespace storage limit will soon be enforced" in "Skip to content GitLab / Help P project62 Project information Issues 0 CI/CD Security & Compliance Deployments Packages and registries Infrastructure Monitor Analytics Wiki Snippets Settings Collapse sidebar A namespace storage limit will soon be enforced for the group137 namespace. The project62 project will be affected by this. The namespace is currently using 5 GB of namespace storage. Group owners can view namespace storage usage and purchase more from Group settings > Usage quotas. How can I manage my storage?. For more information about storage limits, see our FAQ. group137 project62 No repository The repository for this project does not exist. This means you can not push code until you create an empty repository or import existing one. Create empty repository or Import repository"1246Timeout (30s) reached while running a waiting Capybara finder.1247Consider using a non-waiting finder.1249Unexpected browser console output:1250security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1251https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1252security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1253webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1254https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1255security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1256https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1257security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1258webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1259https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1260security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1261https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1262security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1263webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1264https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1265security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1266https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1267security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1268webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1269https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1270security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1271https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1272security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1273webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1274https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1275security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1276security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1277https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1278security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1279webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1280https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1281security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1282https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1283security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1284webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1285https://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'.1287https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1288security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1289webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1290https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1291security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1292https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1293security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1294webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1295https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1296security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1297https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1298security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1299webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1300https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1301security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1302https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1303security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1304webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1305https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1306security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1307https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1308security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1309https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1310security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1311webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1312https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1313security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1314webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1315https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1316security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1317https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1318security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1319webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1320https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1321security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1322https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1323security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1324https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1325security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1326webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1327https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1328security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1329https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1330security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1331webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1332https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1333security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1334https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1335security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1336webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1337https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1338security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1339https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1340security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1341webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1342https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1343security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1344https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1345security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1346webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1347https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1348security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1349https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1350security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1351webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1352https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1353security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1354https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1355security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1356webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1357https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1358security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1359https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1360security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1361webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1362https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1363security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1364https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1365security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1366webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1367https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1368security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1369https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1370security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1371https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1372security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1373webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1374https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1375security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1376https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1377security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1378https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1379security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1380webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1381https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1382security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1383https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1384security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1385https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1386security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1387webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1388https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1389security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1390webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1391https://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'.1393https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1394security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1395webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1396https://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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1399security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1400https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1401security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1402webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1403https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1404security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1405https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1406security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1407https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1408security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1409https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1410security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1411https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1412security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1413webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1414https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1415security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1416webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1417https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1418security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1419webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1420https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1421security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1422webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1423https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1424security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1425webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1426https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1427security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1428https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1429security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1430webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1431https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1432security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1433security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1434https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1435security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1436webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1437https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1438security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1439https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1440security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1441https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1442security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1443webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1444https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1445security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1446https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1447security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1448https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1449security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1450webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1451https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1452security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1453https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1454security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1455webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1456https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1457security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1458https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1459security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1460webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1461https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1462security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1463https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1464security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1465webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1466https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1467security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1468https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1469security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1470webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1471https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1472security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1473https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1474security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1475webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1476https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1477security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1478https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1479security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1480webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1481https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1482security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1483https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1484security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1485webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1486https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1487security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1488https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1489security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1490https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1491security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1492webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1493https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1494security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1495webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1496https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1497security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1498https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1499security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1500webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1501https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1502security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1503https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1504security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1505webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1506https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1507security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1508https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1509security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1510webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1511https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1512security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1513https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1514security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1515webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1516https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1517security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1518https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1519security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1520webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1521https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1522security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1523https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1524security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1525https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1526security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1527webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1528https://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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1531security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1532webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1533https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1534security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1535security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1536https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1537security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1538webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1539https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1540security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1541https://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'.1543webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1544https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1545security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1546https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1547security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1548webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1549https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1550security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1551https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1552security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1553webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1554https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1555security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1556https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1557security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1558webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1559https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1560security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1561https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1562security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1563webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1564https://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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1567security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1568webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1569https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1570security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1571https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1572security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1573webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1574https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1575security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1576webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1577https://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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1580security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1581webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1582https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1583security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1584webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1585webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1586webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1587webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1588webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1589webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1590webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1591webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1592webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1593webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1594webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1595webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1596webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1597webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1598webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1599https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1600security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1601webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1602webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1603webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1604webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1605webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1606webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1607webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1608webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1609webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1610webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1611webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1612webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1613webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1614webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1615webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1616https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1617security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1618security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1619webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1620webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1621webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1622webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1623webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1624webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1625webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1626webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1627webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1628webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1629webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1630webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1631webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1632webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1633webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1634https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1635security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1636https://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:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1639https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1640security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1641https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1642security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1643webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1644https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1645webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1646webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1647webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1648webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1649security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1650https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1651security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1652webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1653https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1654webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1655webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1656webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1657webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1658http://127.0.0.1:34921/groups/group61/-/wikis/home/edit - 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.1659http://127.0.0.1:34921/groups/group61/-/wikis/home/edit - 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.1660security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1661https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1662security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1663webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1664https://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'.1666https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1667security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1668security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1669webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1670https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1671security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1672webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1673https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1674security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1675https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1676security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1677webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1678https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1679security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1680https://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:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1683https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1684security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1685https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1686security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1687webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1688https://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'.1690https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1691security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1692webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1693https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1694security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1695security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1696https://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:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1699https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1700security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1701security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1702security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1703https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1704security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1705webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1706https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1707security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1708https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1709security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1710webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1711https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1712security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1713https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1714security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1715webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1716https://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'.1718https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1719security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1720webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1721https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1722security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1723https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1724security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1725webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1726https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1727security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1728https://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:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1731https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1732security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1733https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1734security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1735webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1736https://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'.1738https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1739security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1740webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1741https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1742security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1743webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1744https://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'.1746https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1747security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1748webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1749https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1750security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1751security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1752webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1753https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1754security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1755security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1756webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1757https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1758security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1759security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1760webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1761https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1762security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1763security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1764webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1765https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1766security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1767security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1768webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1769https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1770security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1771webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1772https://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:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1775https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1776security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1777webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1778https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1779security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1780webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1781https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1782security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1783webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1784https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1785security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1786webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1787https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1788security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1789webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1790https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1791security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1792https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1793security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1794webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."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:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1798https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1799security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1800https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1801security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1802webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1803https://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'.1805https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1806security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1807https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1808security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1809https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1810security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1811https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1812security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1813https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1814security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1815https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1816security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1817webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1818https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1819security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1820https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1821security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1822webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1823https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1824security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1825https://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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1828security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1829security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1830https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1831security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1832webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1833https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1834security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1835https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1836security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1837https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1838security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1839webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1840https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1841security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1842https://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'.1844security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1845https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1846security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1847https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1848security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1849webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1850https://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'.1852https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1853security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1854security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1855https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1856security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1857https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1858security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1859https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1860security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1861https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1862security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1863https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1864security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1865https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1866security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1867https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1868security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1869https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1870security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1871https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1872security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1873security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1874security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1875security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1876security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1877https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1878security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1879https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1880security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1881https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1882security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1883https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1884security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1885webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1886https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1887security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1888https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1889security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1890security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1891https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1892security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1893webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1894https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1895security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1896https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1897security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1898webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1899https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1900security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1901webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1902https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1903security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1904https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1905security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1906https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1907security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1908https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1909security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1910https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1911security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1912https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1913security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1914https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1915security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1916https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1917security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1918https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1919security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1920https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1921security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1922https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1923security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1924https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1925security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1926https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1927security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1928https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1929security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1930https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1931security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1932https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1933security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1934https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1935security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1936https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1937security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1938https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1939security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1940https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1941security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1942https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1943security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1944https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1945security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1946https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1947security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1948https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1949security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1950https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1951security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1952webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1953https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1954security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1955webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1956https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1957https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1958security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1959webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1960https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1961security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1962https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1963security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1964https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1965security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1966https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1967security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1968webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1969https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1970security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1971security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1972webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1973https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1974security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1975https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1976security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1977https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1978security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1979https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1980security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1981webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1982https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1983security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1984webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1985https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1986security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1987webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1988https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1989security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1990https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1991security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1992webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1993https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1994security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1995webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1996https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1997security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1998webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."1999https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2000security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2001webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2002https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2003security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2004webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2005https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2006security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2007https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2008security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2009https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2010security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2011webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2012https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2013security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2014https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2015security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2016webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2017https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2018security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2019webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2020https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2021security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2022webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2023https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2024security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2025https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2026security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2027https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2028security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2029https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2030security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2031webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2032https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2033security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2034webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2035https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2036security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2037webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2038https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2039security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2040https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2041security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2042webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2043https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2044security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2045https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2046security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2047https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2048security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2049security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2050webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2051https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2052security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2053security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2054webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2055https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2056security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2057https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2058security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2059webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2060https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2061security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2062webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2063https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2064security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2065https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2066security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2067https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2068security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2069webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2070https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2071security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2072https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2073security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2074webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2075https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2076security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2077https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2078security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2079webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2080https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2081security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2082https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2083security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2084https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2085security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2086https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2087security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2088webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2089https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2090security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2091webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2092https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2093security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2094webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2095https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2096security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2097https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2098security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2099webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2100https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2101security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2102webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2103https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2104security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2105webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2106https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2107security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2108security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2109webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2110https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2111security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2112webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2113https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2114security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2115webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2116https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2117security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2118webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2119https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2120security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2121webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2122https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2123security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2124https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2125security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2126https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2127security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2128webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2132security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2133webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2134https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2135security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2139security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2140https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2141security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2142https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2143security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2144security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2145https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2146security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2147security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2148https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2149security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2150https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2151security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2152https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2153security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2154https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2155security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2156https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2157security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2158https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2159security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2160https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2161security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2162https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2163security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2164https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2165http://127.0.0.1:34921/namespace19/project14/-/mirror/ssh_host_keys.json?ssh_url=ssh://example.com&compare_host_keys= - Failed to load resource: the server responded with a status of 400 (Bad Request)2166security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2167https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2168security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2169https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2170security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2171https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2172security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2173https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2174security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2175webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2176https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2177security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2178webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2179webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2180https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2181http://127.0.0.1:34921/assets/webpack/dll.f65de6f1d8f8/vendor.dll.bundle.js 285610:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String, got Null \n\nfound in\n\n---> \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"2182http://127.0.0.1:34921/assets/webpack/dll.f65de6f1d8f8/vendor.dll.bundle.js 285610:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String, got Null \n\nfound in\n\n---> \u003CMarkdownEditor> at vue_shared/components/markdown/markdown_editor.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"2183http://127.0.0.1:34921/assets/webpack/dll.f65de6f1d8f8/vendor.dll.bundle.js 285610:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String, got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CMarkdownEditor> at vue_shared/components/markdown/markdown_editor.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"2184webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2185http://127.0.0.1:34921/assets/webpack/dll.f65de6f1d8f8/vendor.dll.bundle.js 285610:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String, got Null \n\nfound in\n\n---> \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"2186http://127.0.0.1:34921/assets/webpack/dll.f65de6f1d8f8/vendor.dll.bundle.js 285610:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String, got Null \n\nfound in\n\n---> \u003CMarkdownEditor> at vue_shared/components/markdown/markdown_editor.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"2187http://127.0.0.1:34921/assets/webpack/dll.f65de6f1d8f8/vendor.dll.bundle.js 285610:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String, got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CMarkdownEditor> at vue_shared/components/markdown/markdown_editor.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"2188security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2189webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2190webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2191https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2192security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2193webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2194webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2195https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2196security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2197webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2198webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2199https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2200security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2201webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2202webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2203https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2204security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2205webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2206webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2207https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2208security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2209webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2210webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2211https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2212security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2213webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2214webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2215https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2216security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2217webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2218webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2219https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2220security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2221webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2222webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2223https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2224security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2225webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2226webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2227https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2228security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2229webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2230webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2231https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2232security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2233webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2234webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2235https://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'.2237webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2238webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2239https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2240security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2241webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2242webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2243https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2244security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2245webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2246webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2247https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2248security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2249webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2250webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2251https://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://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2254http://127.0.0.1:34921/groups/ca-test-group/-/analytics/type_of_work/tasks_by_type/top_labels?subject=Issue&created_after=2022-11-09&created_before=2022-12-08 - Failed to load resource: the server responded with a status of 403 (Forbidden)2255webpack-internal:///31r2 15:14 2256security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2257https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2258http://127.0.0.1:34921/groups/ca-test-group/-/analytics/type_of_work/tasks_by_type/top_labels?subject=Issue&created_after=2022-11-09&created_before=2022-12-08 - Failed to load resource: the server responded with a status of 403 (Forbidden)2259webpack-internal:///31r2 15:14 2260security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2261https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2262security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2263https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2264security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2265https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2266security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2267https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2268security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2269https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2270security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2271webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2272webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2273https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2274security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2275webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2276webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2277https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2278security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2279webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2280webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2281https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2282security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2283webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2284webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2285https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2286security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2287webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2288https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2289webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2290security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2291webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2292webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2293https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2294security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2295webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2296https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2297webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2298security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2299webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2300webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2301https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2302security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2303webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2304https://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'.2306webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2307webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2308https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2309security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2310webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2311webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2312https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2313security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2314webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2315webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2316https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2317security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2318webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2319webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2320https://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'.2322webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2323webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2324https://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'.2326webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2327webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2328https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2329security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2330webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2331webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2332https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2333webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2334webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."2335webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2336webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."2337webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2338webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."2339security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2340webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2341webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2342https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2343webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2344webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."2345security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2346webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2347webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2348https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2349security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2350webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."2351webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2352https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2353security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2354https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2355security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2356https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2357security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2358https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2359security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2360https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2361security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2362webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2363https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2364security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2365webpack-internal:///hc2E 128:20 "Popper: CSS \"margin\" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the `offset` modifier, as well as the `padding` option in the `preventOverflow` and `flip` modifiers."2366security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2367webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2368https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2369security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2370webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2371https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2372security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2373webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2374https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2375security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2376webpack-internal:///gzws 126:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."2377https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2378security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2379webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')2380https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2381security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2382webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')2383security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2384webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')2385https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2386security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2387webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')2388https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2390RSpec::Retry: 2nd try ./ee/spec/features/projects_spec.rb:1492391 HTML screenshot: /builds/gitlab-org/gitlab/tmp/capybara/project_storage_enforcement_banner_with_storage_enforcement_date_set_does_not_display_the_banner_if_user_has_previously_closed_unless_threshold_has_changed.html2392 Image screenshot: /tmp/capybara/project_storage_enforcement_banner_with_storage_enforcement_date_set_does_not_display_the_banner_if_user_has_previously_closed_unless_threshold_has_changed.png2393 when in a subgroup project page2394 displays the banner2395 when in a user namespace project page2396 displays the banner2397 with storage_enforcement_date not set2398 does not display the banner in the group page2399Profile > Usage Quota2400 is linked within the profile page2401 shared runners use2402 shared_runners_enabled: false, used: 300, quota: 500, usage_text: "300 / Not supported minutes Unlimited"2403 shows the correct quota status2404 shows the correct per-project metrics2405 shared_runners_enabled: true, used: 300, quota: nil, usage_text: "300 / Unlimited minutes Unlimited"2406 shows the correct quota status2407 shows the correct per-project metrics2408 shared_runners_enabled: true, used: 300, quota: 500, usage_text: "300 / 500 minutes 60% used"2409 shows the correct quota status2410 shows the correct per-project metrics2411 shared_runners_enabled: true, used: 1000, quota: 500, usage_text: "1000 / 500 minutes 200% used"2412 shows the correct quota status2413 shows the correct per-project metrics2414 pagination2415 storage tab2416 behaves like correct pagination2417 paginates correctly to page 3 and back2418 pipelines tab2419 behaves like correct pagination2420 paginates correctly to page 3 and back2421Thread Comments Epic2422 behaves like thread comments for issue, epic and merge request2423 clicking "Comment" will post a comment2424 when the toggle is clicked2425 has a "Comment" item (selected by default) and "Start thread" item2426 closes the menu when clicking the toggle or body2427 when selecting "Start thread"2428 creating a thread2429 clicking "Start thread" will post a thread and show a reply component2430 when opening the menu2431 has "Start thread" selected2432 when selecting "Comment"2433Skipping ./ee/spec/features/discussion_comments/epic_spec.rb[1:1:2:3:2:2:1] 'Thread Comments Epic behaves like thread comments for issue, epic and merge request when the toggle is clicked when selecting "Start thread" when opening the menu when selecting "Comment" updates the submit button text and closes the dropdown' because it's flaky.2434 updates the submit button text and closes the dropdown (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)2435Skipping ./ee/spec/features/discussion_comments/epic_spec.rb[1:1:2:3:2:2:2] 'Thread Comments Epic behaves like thread comments for issue, epic and merge request when the toggle is clicked when selecting "Start thread" when opening the menu when selecting "Comment" has "Comment" selected when opening the menu' because it's flaky.2436 has "Comment" selected when opening the menu (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)2437Merge request > User sets approval rules2438 with project approval rules2439 when from a fork2440 shows approval rules from target project2441 with a private group rule2442 shows approval rules2443 persists hidden groups that author has no access to when creating MR2444User activates GitHub integration2445 without a license2446 is excluded from the integrations index2447 renders 404 when trying to access integration settings directly2448 with valid license2449 activates integration2450 renders a token field of type `password` for masking input2451 with pipelines2452 tests integration before save2453Standard flow for user picking company and joining a project2454 # order random2455 when project_list_filter_bar feature flag is disabled2456 registers the user and sends them to a project listing page2457 when project_list_filter_bar feature flag is enabled2458 registers the user and sends them to a project listing page2459Groups > Push Rules2460 reject_unsigned_commits rule2461 unlicensed2462 does not render the setting checkbox2463 licensed2464 renders the setting checkbox2465 with GL.com plans2466 when disabled2467 does not render the setting checkbox2468 when enabled2469 renders the setting checkbox2470 commit_committer_check rule2471 unlicensed2472 does not render the setting checkbox2473 licensed2474 renders the setting checkbox2475 with GL.com plans2476 when disabled2477 does not render the setting checkbox2478 when enabled2479 renders the setting checkbox2480Merge requests > User merges immediately2481 when the merge request is on the merge train2482 shows a warning dialog and does nothing if the user selects "Cancel"2483 shows a warning dialog and merges immediately after the user confirms2484Epic quick actions2485 note with a quick action2486 previews a note with quick action2487 executes the quick action2488Burndown charts2489 for project milestones2490 presents burndown charts when available2491 presents burndown charts promotion correctly2492 for group milestones2493 presents burndown charts when available2494 presents burndown charts promotion correctly2495[EE] Public Group access2496 GET /groups/:path/-/insights2497 is expected to be allowed for admin2498 is expected to be allowed for auditor2499 is expected to be allowed for owner2500 is expected to be allowed for maintainer2501 is expected to be allowed for developer2502 is expected to be allowed for reporter2503 is expected to be allowed for guest2504 is expected to be allowed for the specified user2505 is expected to be allowed for user2506 is expected to be allowed for external2507 is expected to be allowed for visitor2508 GET /groups/:path2509 is expected to be allowed for auditor2510 GET /groups/:path/-/issues2511 is expected to be allowed for auditor2512 GET /groups/:path/-/merge_requests2513 is expected to be allowed for auditor2514 GET /groups/:path/-/group_members2515 is expected to be allowed for auditor2516 GET /groups/:path/-/edit2517 is expected to be denied for auditor2518Trial Capture Lead2519 # order random2520 with phone number validations2521 without phone number2522 shows validation error2523 with invalid phone number format2524 shows validation error2525 with valid company information2526 with state2527 proceeds to the next step2528 without state2529 proceeds to the next step2530User edits iteration cadence2531 with license2532 as authorized user2533 prefills fields and allows updating values2534 as guest user2535 does not show edit dropdown2536 redirects to list page when loading edit cadence page2537 redirects to list page when loading new cadence page2538Group reporting settings2539 displays the side bar menu item2540 updates the settings2541 displays validation errors2542User sees Scanner profile2543 when feature is available2544 shows the form2545 on submit2546 on cancel2547 when feature is not available2548 renders a 4042549User creates feature flag2550 when creates without changing scopes2551 records audit event2552Service Desk Setting2553 loads group, project and instance issue description templates2554 persists file_template_project_id on save2555Kerberos clone instructions2556 shows Kerberos clone url2557 mobile component2558 shows the Kerberos clone information2559Clusterable > Show page2560 when clusterable is a project2561 does not show the environments tab2562 when clusterable is a group2563 shows the environments tab2564 when clusterable is an instance2565 shows the environments tab2566User views project iteration cadences2567 as authorized user2568 shows read-only iteration cadences2569Projects > Merge Requests > User edits a merge request2570 when the merge request has matching code owners2571 shows the matching code owner rules2572Projects > Members > Member leaves project2573 when the user has been specifically allowed to access a protected branch2574 user leaves project2575 removes the user's branch permissions2576CI minutes2577 renders two dropdowns of available analytics for project charts2578Issues sub nav EE2579 has a `Boards` item2580User views hooks2581 is expected to have text "http://example6.test"2582Epic shortcuts2583 pressing "l"2584Skipping ./ee/spec/features/epics/shortcuts_epic_spec.rb[1:1:1] 'Epic shortcuts pressing "l" opens labels dropdown for editing' because it's flaky.2585 opens labels dropdown for editing (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)2586 pressing "e"2587Skipping ./ee/spec/features/epics/shortcuts_epic_spec.rb[1:3:1] 'Epic shortcuts pressing "e" starts editing mode for epic' because it's flaky.2588 starts editing mode for epic (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)2589Knapsack report was generated. Preview:2590{2591 "ee/spec/features/groups/wikis_spec.rb": 592.5254384720001,2592 "ee/spec/features/epic_boards/epic_boards_spec.rb": 111.66520568599981,2593 "ee/spec/features/registrations/email_confirmation_spec.rb": 136.12004489299989,2594 "ee/spec/features/projects/mirror_spec.rb": 82.94607156499978,2595 "ee/spec/features/epics/gfm_autocomplete_spec.rb": 77.88996939499975,2596 "ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb": 55.06404693400009,2597 "ee/spec/features/epics/referencing_epics_spec.rb": 50.34383552700001,2598 "ee/spec/features/epics/epic_related_epics_spec.rb": 46.9865195970001,2599 "ee/spec/features/projects/integrations/prometheus_custom_metrics_spec.rb": 39.83411677999993,2600 "ee/spec/features/projects_spec.rb": 99.255629667,2601 "ee/spec/features/profiles/usage_quotas_spec.rb": 28.81629171900022,2602 "ee/spec/features/discussion_comments/epic_spec.rb": 23.705886522000128,2603 "ee/spec/features/merge_request/user_sets_approval_rules_spec.rb": 24.88088360699976,2604 "ee/spec/features/projects/integrations/user_activates_github_spec.rb": 20.286725813999965,2605 "ee/spec/features/registrations/saas/standard_flow_company_joining_project_spec.rb": 18.002333061999707,2606 "ee/spec/features/groups/push_rules_spec.rb": 15.24446107499989,2607 "ee/spec/features/merge_request/user_merges_immediately_spec.rb": 15.358776031000161,2608 "ee/spec/features/discussion_comments/epic_quick_actions_spec.rb": 14.103862309000306,2609 "ee/spec/features/burndown_charts_spec.rb": 13.666107632000148,2610 "ee/spec/features/security/group/public_access_spec.rb": 10.097003807999954,2611 "ee/spec/features/trials/capture_lead_spec.rb": 11.080293480000364,2612 "ee/spec/features/groups/iterations/user_edits_iteration_cadence_spec.rb": 9.51649958500002,2613 "ee/spec/features/groups/settings/reporting_spec.rb": 9.464231047999874,2614 "ee/spec/features/projects/security/dast_scanner_profiles_spec.rb": 9.854845175999799,2615 "ee/spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb": 7.533668014999876,2616 "ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb": 8.015299911000056,2617 "ee/spec/features/projects/kerberos_clone_instructions_spec.rb": 7.156059775000358,2618 "ee/spec/features/clusters/cluster_detail_page_spec.rb": 6.3315186920003725,2619 "ee/spec/features/projects/iterations/iteration_cadences_list_spec.rb": 4.702570629000093,2620 "ee/spec/features/projects/merge_requests/user_edits_merge_request_spec.rb": 4.77242376400045,2621 "ee/spec/features/projects/members/member_leaves_project_spec.rb": 4.050852978999501,2622 "ee/spec/features/ci/ci_minutes_spec.rb": 3.4666912060001778,2623 "ee/spec/features/issues/sub_nav_ee_spec.rb": 1.8537586649999866,2624 "ee/spec/features/groups/hooks/user_views_hooks_spec.rb": 1.64713129799929452625}2626Knapsack global time execution for tests: 26m 06s2627Pending: (Failures listed here are expected and do not affect your suite's status)2628 1) Thread Comments Epic behaves like thread comments for issue, epic and merge request when the toggle is clicked when selecting "Start thread" when opening the menu when selecting "Comment" updates the submit button text and closes the dropdown2629 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example2630 # ./spec/support/shared_examples/features/discussion_comments_shared_example.rb:3662631 2) Thread Comments Epic behaves like thread comments for issue, epic and merge request when the toggle is clicked when selecting "Start thread" when opening the menu when selecting "Comment" has "Comment" selected when opening the menu2632 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example2633 # ./spec/support/shared_examples/features/discussion_comments_shared_example.rb:3862634 3) Epic shortcuts pressing "l" opens labels dropdown for editing2635 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example2636 # ./ee/spec/features/epics/shortcuts_epic_spec.rb:302637 4) Epic shortcuts pressing "e" starts editing mode for epic2638 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example2639 # ./ee/spec/features/epics/shortcuts_epic_spec.rb:532640Failures:2641 1) Email Confirmation identity_verification: true, soft_email_confirmation: true, require_admin_approval_after_user_signup: true, send_user_confirmation_email: true confirms identity and signs in successfully2642 Failure/Error: expect(page).to have_content(notice)2643 expected to find text "You have signed up successfully. However, we could not sign you in because your account is awaiting approval from your GitLab administrator." in "GitLab Enterprise Edition Username or email Password Remember me Forgot your password? Sign in Don't have an account yet? Register now Sign in with Google GitHub AliCloud cas3 Bitbucket DingTalk GitLab.com Facebook Twitter Jwt Auth0 Authentiq Salesforce Atlassian Remember me Explore Help About GitLab Community forum English"2644 Timeout (30s) reached while running a waiting Capybara finder.2645 Consider using a non-waiting finder.2647 # ./ee/spec/features/registrations/email_confirmation_spec.rb:100:in `expect_to_be_signed_out_with_message'2648 # ./ee/spec/features/registrations/email_confirmation_spec.rb:115:in `expect_required_approval_and_sign_in'2649 # ./ee/spec/features/registrations/email_confirmation_spec.rb:33:in `block (3 levels) in <top (required)>'2650 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2651 # ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'2652 # ./spec/spec_helper.rb:405:in `block (2 levels) in <top (required)>'2653 # ./spec/spec_helper.rb:401:in `block (3 levels) in <top (required)>'2654 # ./lib/gitlab/application_context.rb:59:in `with_raw_context'2655 # ./spec/spec_helper.rb:401:in `block (2 levels) in <top (required)>'2656 # ./spec/spec_helper.rb:241:in `block (2 levels) in <top (required)>'2657 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2658 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2659 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2660 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2661 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2662 2) Project storage_enforcement_banner with storage_enforcement_date set does not display the banner if user has previously closed unless threshold has changed2663 Got 1 failure and 1 other error:2664 2.1) Failure/Error: expect(page).not_to have_text storage_banner_text2665 expected not to find text "A namespace storage limit will soon be enforced" in "Skip to content GitLab / Help P project62 Project information Issues 0 CI/CD Security & Compliance Deployments Packages and registries Infrastructure Monitor Analytics Wiki Snippets Settings Collapse sidebar A namespace storage limit will soon be enforced for the group137 namespace. The project62 project will be affected by this. The namespace is currently using 5 GB of namespace storage. Group owners can view namespace storage usage and purchase more from Group settings > Usage quotas. How can I manage my storage?. For more information about storage limits, see our FAQ. group137 project62 No repository The repository for this project does not exist. This means you can not push code until you create an empty repository or import existing one. Create empty repository or Import repository"2666 Timeout (30s) reached while running a waiting Capybara finder.2667 Consider using a non-waiting finder.2669 # ./ee/spec/features/projects_spec.rb:155:in `block (4 levels) in <top (required)>'2670 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2671 # ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'2672 # ./spec/spec_helper.rb:405:in `block (2 levels) in <top (required)>'2673 # ./spec/spec_helper.rb:401:in `block (3 levels) in <top (required)>'2674 # ./lib/gitlab/application_context.rb:59:in `with_raw_context'2675 # ./spec/spec_helper.rb:401:in `block (2 levels) in <top (required)>'2676 # ./spec/spec_helper.rb:241:in `block (2 levels) in <top (required)>'2677 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2678 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2679 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2680 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2681 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2682 2.2) Failure/Error: raise JSConsoleError, message2683 JSConsoleError:2684 Unexpected browser console output:2685 security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2686 webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')2687 https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2688 security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.2689 webpack-internal:///MvWu 14:33 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')2690 https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED2691 # ./spec/support/capybara.rb:208:in `block (2 levels) in <top (required)>'2692 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2693 # ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'2694 # ./spec/spec_helper.rb:405:in `block (2 levels) in <top (required)>'2695 # ./spec/spec_helper.rb:401:in `block (3 levels) in <top (required)>'2696 # ./lib/gitlab/application_context.rb:59:in `with_raw_context'2697 # ./spec/spec_helper.rb:401:in `block (2 levels) in <top (required)>'2698 # ./spec/spec_helper.rb:241:in `block (2 levels) in <top (required)>'2699 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2700 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2701 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2702 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2703 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2704Finished in 26 minutes 10 seconds (files took 1 minute 25.49 seconds to load)2705315 examples, 2 failures, 4 pending2706Failed examples:2707rspec './ee/spec/features/registrations/email_confirmation_spec.rb[1:1:1]' # Email Confirmation identity_verification: true, soft_email_confirmation: true, require_admin_approval_after_user_signup: true, send_user_confirmation_email: true confirms identity and signs in successfully2708rspec ./ee/spec/features/projects_spec.rb:149 # Project storage_enforcement_banner with storage_enforcement_date set does not display the banner if user has previously closed unless threshold has changed2709Randomized with seed 638602710[TEST PROF INFO] Time spent in factories: 01:51.678 (6.95% of total time)2711Stopped processing SimpleCov as a previous error not related to SimpleCov has been detected2712Failed to write to log, write log/workhorse-test.log: file already closed2713RSpec exited with 1.2714Retrying the failing examples in a new RSpec process...2715$ gem install junit_merge --no-document --version 0.1.22716Successfully installed nokogiri-1.13.9-x86_64-linux2717Successfully installed junit_merge-0.1.227182 gems installed2719==> 'gem install junit_merge --no-document --version 0.1.2' succeeded in 1 seconds.2720Running RSpec command: bin/rspec -Ispec -rspec_helper --color --format documentation --format RspecJunitFormatter --out rspec/junit_rspec-retry.xml --only-failures --pattern "{ee/}spec/{features}{,/**/}*_spec.rb"2721Run options: include {:last_run_status=>"failed"}2722==> Starting Gitaly set up...2723==> Starting GitLab Elasticsearch Indexer set up...2724Test environment set up in 0.607725872 seconds2725Project2726Starting the Capybara driver server...2727 storage_enforcement_banner2728 with storage_enforcement_date set2729Capybara starting Puma...2730* Version 5.6.5 , codename: Birdie's Version2731* Min threads: 0, max threads: 42732* Listening on unix:///tmp/20221208-9901-e21zdb2733 does not display the banner if user has previously closed unless threshold has changed2734Email Confirmation2735 # order random2736 identity_verification: true, soft_email_confirmation: true, require_admin_approval_after_user_signup: true, send_user_confirmation_email: true2737 confirms identity and signs in successfully2738Finished in 27.47 seconds (files took 1 minute 6.86 seconds to load)27392 examples, 0 failures2740Randomized with seed 454742741[TEST PROF INFO] Time spent in factories: 00:01.322 (4.32% of total time)2742Failed to write to log, write log/workhorse-test.log: file already closed2743A test was flaky and succeeded after being retried. Checking to see if flaky test is part of this MR...2744Flaky test was not part of this MR.2746Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy2747Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy2749Uploading artifacts...2750coverage/: found 4 matching files and directories 2751crystalball/: found 2 matching files and directories 2752WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 2753knapsack/: found 3 matching files and directories 2754WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory 2755rspec/: found 14 matching files and directories 2756tmp/capybara/: found 3 matching files and directories 2757log/*.log: found 18 matching files and directories 2758WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687560/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com2759WARNING: Retrying... context=artifacts-uploader error=request redirected2760Uploading artifacts as "archive" to coordinator... 201 Created id=3441687560 responseStatus=201 Created token=ziz4zRGi2761Uploading artifacts...2762rspec/junit_rspec.xml: found 1 matching files and directories 2763WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687560/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com2764WARNING: Retrying... context=artifacts-uploader error=request redirected2765Uploading artifacts as "junit" to coordinator... 201 Created id=3441687560 responseStatus=201 Created token=ziz4zRGi2767Job succeeded