docs: add production browser console error logs for debugging login issues

- Uploaded detailed production browser console logs from 2026-03-12 for debugging login errors.
- Captured HTTP/2 protocol error, mixed-content issues, and `TypeError: Failed to fetch` from `web-app.js`.
- Documented issues with Keycloak token retrieval over insecure HTTP.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-03-12 14:04:15 +01:00
parent adce1384ee
commit 327ed80386
7 changed files with 2043 additions and 0 deletions
@@ -0,0 +1,268 @@
Meldestelle-Biest on  main [+?] via 🅶 v9.3.1 via ☕ v25.0.2 via 🅺 v2.3.0
./gradlew clean build
Type-safe project accessors is an incubating feature.
> Task :kotlinWasmNpmInstall
(node:122112) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
warning Ignored scripts due to flag.
> Task :frontend:core:auth:jsProductionLibraryCompileSync
Cannot rewrite paths in JavaScript source maps: Too many sources or format is not supported
> Task :frontend:features:ping-feature:jsProductionLibraryCompileSync
Cannot rewrite paths in JavaScript source maps: Too many sources or format is not supported
> Task :kotlinNpmInstall
(node:122148) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
warning Ignored scripts due to flag.
> Task :backend:services:ping:ping-service:test
PingRepositoryTest STANDARD_OUT
13:58:50.936 [Test worker] INFO org.testcontainers.images.PullPolicy -- Image pull policy will be performed by: DefaultPullPolicy()
13:58:50.951 [Test worker] INFO org.testcontainers.utility.ImageNameSubstitutor -- Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
13:58:50.971 [Test worker] INFO org.testcontainers.DockerClientFactory -- Testcontainers version: 2.0.3
13:58:51.615 [Test worker] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy -- Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
13:58:53.069 [Test worker] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy -- Found Docker environment with local Unix socket (unix:///var/run/docker.sock)
13:58:53.071 [Test worker] INFO org.testcontainers.DockerClientFactory -- Docker host IP address is localhost
13:58:53.124 [Test worker] INFO org.testcontainers.DockerClientFactory -- Connected to docker:
Server Version: 29.2.1
API Version: 1.53
Operating System: Fedora Linux 43 (Workstation Edition)
Total Memory: 27824 MB
13:58:53.141 [Test worker] INFO org.testcontainers.DockerClientFactory -- Checking the system...
13:58:53.142 [Test worker] INFO org.testcontainers.DockerClientFactory -- ✔︎ Docker server version should be at least 1.6.0
PingServiceCircuitBreakerTest STANDARD_ERROR
WARNING: A Java agent has been loaded dynamically (/home/stefan/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.17.8/f09415827a71be7ed621c7bd02550678f28bc81c/byte-buddy-agent-1.17.8.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
PingRepositoryTest STANDARD_OUT
13:58:53.211 [Test worker] INFO tc.postgres:16-alpine -- Creating container for image: postgres:16-alpine
13:58:53.231 [Test worker] INFO org.testcontainers.utility.RegistryAuthLocator -- Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: postgres:16-alpine, configFile: /home/stefan/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /home/stefan/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set)
13:58:53.250 [Test worker] INFO tc.testcontainers/ryuk:0.13.0 -- Creating container for image: testcontainers/ryuk:0.13.0
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
> Task :backend:services:ping:ping-service:test
13:58:54.800 [Test worker] INFO tc.testcontainers/ryuk:0.13.0 -- Container testcontainers/ryuk:0.13.0 is starting: c03dfabb23ce72c78d82e47b81acfc97e0f1d812835beaa3cd86f1e57f22efb4
PingControllerTest STANDARD_OUT
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.9)
2026-03-12 13:58:55,482 INFO [:] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.3.Final
2026-03-12 13:58:55,692 INFO [:] a.m.ping.service.PingControllerTest - Starting PingControllerTest using Java 25.0.2 with PID 122510 (started by stefan in /home/stefan/WsMeldestelle/Meldestelle-Biest/backend/services/ping/ping-service)
2026-03-12 13:58:55,693 INFO [:] a.m.ping.service.PingControllerTest - The following 1 profile is active: "test"
PingControllerIntegrationTest STANDARD_OUT
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.9)
PingRepositoryTest STANDARD_OUT
13:58:55.852 [Test worker] INFO tc.testcontainers/ryuk:0.13.0 -- Container testcontainers/ryuk:0.13.0 started in PT2.601501619S
PingControllerIntegrationTest STANDARD_OUT
2026-03-12 13:58:55,852 INFO [:] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.3.Final
2026-03-12 13:58:55,948 INFO [:] a.m.p.s.PingControllerIntegrationTest - Starting PingControllerIntegrationTest using Java 25.0.2 with PID 122482 (started by stefan in /home/stefan/WsMeldestelle/Meldestelle-Biest/backend/services/ping/ping-service)
2026-03-12 13:58:55,949 INFO [:] a.m.p.s.PingControllerIntegrationTest - The following 1 profile is active: "test"
PingRepositoryTest STANDARD_OUT
13:58:55.985 [Test worker] INFO tc.postgres:16-alpine -- Container postgres:16-alpine is starting: 6dbae31feef6c4544792103dec89038cf4bf30de1d4e1fdded0a5971164a13c5
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction (file:/home/stefan/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.18.3/c35b2e4bf0e22e4d492936d46506bb2e6d8fafc8/byte-buddy-1.18.3.jar)
WARNING: Please consider reporting this to the maintainers of class net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
> Task :backend:services:ping:ping-service:test
PingServiceCircuitBreakerTest > executePing should persist and return ping() STANDARD_OUT
13:58:56.785 [Test worker] INFO at.mocode.ping.application.PingService -- Executing ping with message: Hello
PingControllerTest STANDARD_ERROR
WARNING: A Java agent has been loaded dynamically (/home/stefan/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.17.8/f09415827a71be7ed621c7bd02550678f28bc81c/byte-buddy-agent-1.17.8.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
PingControllerIntegrationTest STANDARD_ERROR
WARNING: A Java agent has been loaded dynamically (/home/stefan/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.17.8/f09415827a71be7ed621c7bd02550678f28bc81c/byte-buddy-agent-1.17.8.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
PingRepositoryTest STANDARD_OUT
13:58:59.785 [Test worker] INFO tc.postgres:16-alpine -- Container postgres:16-alpine started in PT6.573931659S
13:58:59.786 [Test worker] INFO tc.postgres:16-alpine -- Container is started (JDBC URL: jdbc:postgresql://localhost:32775/testdb?loggerLevel=OFF)
PingControllerTest STANDARD_OUT
2026-03-12 13:59:00,021 INFO [:] o.s.b.t.m.w.SpringBootMockServletContext - Initializing Spring TestDispatcherServlet ''
2026-03-12 13:59:00,022 INFO [:] o.s.t.w.s.TestDispatcherServlet - Initializing Servlet ''
2026-03-12 13:59:00,025 INFO [:] o.s.t.w.s.TestDispatcherServlet - Completed initialization in 1 ms
2026-03-12 13:59:00,079 INFO [:] a.m.ping.service.PingControllerTest - Started PingControllerTest in 6.397 seconds (process running for 10.343)
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction (file:/home/stefan/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.18.3/c35b2e4bf0e22e4d492936d46506bb2e6d8fafc8/byte-buddy-1.18.3.jar)
WARNING: Please consider reporting this to the maintainers of class net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
> Task :backend:services:ping:ping-service:test
PingControllerIntegrationTest STANDARD_OUT
2026-03-12 13:59:00,151 INFO [:] o.s.b.t.m.w.SpringBootMockServletContext - Initializing Spring TestDispatcherServlet ''
2026-03-12 13:59:00,152 INFO [:] o.s.t.w.s.TestDispatcherServlet - Initializing Servlet ''
2026-03-12 13:59:00,154 INFO [:] o.s.t.w.s.TestDispatcherServlet - Completed initialization in 2 ms
2026-03-12 13:59:00,200 INFO [:] a.m.p.s.PingControllerIntegrationTest - Started PingControllerIntegrationTest in 6.508 seconds (process running for 10.639)
PingRepositoryTest STANDARD_OUT
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.9)
2026-03-12 13:59:00,622 INFO [:] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.3.Final
2026-03-12 13:59:00,706 INFO [:] a.m.p.i.p.PingRepositoryTest - Starting PingRepositoryTest using Java 25.0.2 with PID 122262 (started by stefan in /home/stefan/WsMeldestelle/Meldestelle-Biest/backend/services/ping/ping-service)
2026-03-12 13:59:00,708 INFO [:] a.m.p.i.p.PingRepositoryTest - The following 1 profile is active: "test"
2026-03-12 13:59:01,287 INFO [:] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-12 13:59:01,494 INFO [:] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 192 ms. Found 1 JPA repository interface.
2026-03-12 13:59:01,849 INFO [:] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2026-03-12 13:59:01,974 INFO [:] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4a2d66e
2026-03-12 13:59:01,976 INFO [:] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2026-03-12 13:59:01,996 INFO [:] org.flywaydb.core.FlywayExecutor - Database: jdbc:postgresql://localhost:32775/testdb?loggerLevel=OFF (PostgreSQL 16.13)
2026-03-12 13:59:02,062 INFO [:] o.f.c.i.s.JdbcTableSchemaHistory - Schema history table "public"."flyway_schema_history" does not exist yet
2026-03-12 13:59:02,066 INFO [:] o.f.core.internal.command.DbValidate - Successfully validated 2 migrations (execution time 00:00.020s)
2026-03-12 13:59:02,078 INFO [:] org.flywaydb.core.Flyway - All configured schemas are empty; baseline operation skipped. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended.
2026-03-12 13:59:02,084 INFO [:] o.f.c.i.s.JdbcTableSchemaHistory - Creating Schema History table "public"."flyway_schema_history" ...
2026-03-12 13:59:02,128 INFO [:] o.f.core.internal.command.DbMigrate - Current version of schema "public": << Empty Schema >>
2026-03-12 13:59:02,138 INFO [:] o.f.core.internal.command.DbMigrate - Migrating schema "public" to version "1 - init ping"
2026-03-12 13:59:02,163 INFO [:] o.f.core.internal.command.DbMigrate - Migrating schema "public" to version "2 - seed data"
2026-03-12 13:59:02,176 INFO [:] o.f.core.internal.command.DbMigrate - Successfully applied 2 migrations to schema "public", now at version v2 (execution time 00:00.016s)
2026-03-12 13:59:02,281 INFO [:] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-12 13:59:02,322 INFO [:] org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.39.Final
2026-03-12 13:59:02,357 INFO [:] o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
2026-03-12 13:59:02,662 INFO [:] o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-12 13:59:02,792 WARN [:] org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-12 13:59:02,814 INFO [:] o.hibernate.orm.connections.pooling - HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 16.13
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-12 13:59:03,662 INFO [:] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-03-12 13:59:03,697 INFO [:] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-12 13:59:04,446 INFO [:] a.m.p.i.p.PingRepositoryTest - Started PingRepositoryTest in 4.477 seconds (process running for 16.405)
PingRepositoryTest > should save and load ping entity() STANDARD_ERROR
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (/home/stefan/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.17.8/f09415827a71be7ed621c7bd02550678f28bc81c/byte-buddy-agent-1.17.8.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2026-03-12 13:59:05,297 INFO [:] o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
2026-03-12 13:59:05,299 INFO [:] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2026-03-12 13:59:05,301 INFO [:] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
> Task :backend:services:ping:ping-service:test
PingRepositoryTest > should save and load ping entity() STANDARD_OUT
Hibernate: select pje1_0.id,pje1_0.created_at,pje1_0.message from ping pje1_0 where pje1_0.id=?
> Task :frontend:shells:meldestelle-portal:jsProductionExecutableCompileSync
Cannot rewrite paths in JavaScript source maps: Too many sources or format is not supported
> Task :frontend:shells:meldestelle-portal:jsBrowserProductionWebpack
SQLite Config: Current working directory (cwd): /home/stefan/WsMeldestelle/Meldestelle-Biest/build/js/packages/Meldestelle-frontend-shells-meldestelle-portal
SQLite Config: __dirname: /home/stefan/WsMeldestelle/Meldestelle-Biest/build/js/packages/Meldestelle-frontend-shells-meldestelle-portal
Copying sqlite3 assets from: /home/stefan/WsMeldestelle/Meldestelle-Biest/build/js/node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm
[z_disable-minification] Enforcing minimize=false as FINAL webpack config step.
[z_disable-minification] Terser and all minimizers are now DISABLED.
assets by path *.js 15.6 MiB
asset web-app.js 15.1 MiB [emitted] (name: main) 1 related asset
asset sqlite3.js 450 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3.js] [copied]
asset sqlite3-opfs-async-proxy.js 20.6 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3-opfs-async-proxy.js] [copied]
asset sqlite3-worker1-promiser.js 6 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3-worker1-promiser.js] [copied]
+ 2 assets
assets by path *.mjs 437 KiB
asset sqlite3.mjs 423 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3.mjs] [copied]
asset sqlite3-worker1-promiser-bundler-friendly.mjs 5.67 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3-worker1-promiser-bundler-friendly.mjs] [copied]
asset sqlite3-worker1-promiser.mjs 5.59 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3-worker1-promiser.mjs] [copied]
asset sqlite3-worker1-bundler-friendly.mjs 1.5 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3-worker1-bundler-friendly.mjs] [copied]
asset sqlite3-worker1.mjs 1.48 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3-worker1.mjs] [copied]
assets by path *.wasm 9.05 MiB
asset e9b28911e687b1ee6b42.wasm 8.24 MiB [emitted] [immutable] [from: kotlin/skiko.wasm] (auxiliary name: main)
asset sqlite3.wasm 831 KiB [emitted] [from: ../../node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3.wasm] [copied]
runtime modules 8.06 KiB 10 modules
modules with warnings 13.9 MiB [true warnings]
./kotlin/Meldestelle-frontend-shells-meldestelle-portal.js 152 KiB [built] [code generated] [12 warnings]
./kotlin/androidx-compose-runtime-runtime.js 1.28 MiB [built] [code generated] [143 warnings]
./kotlin/kotlin-kotlin-stdlib.js 643 KiB [built] [code generated] [178 warnings]
+ 62 modules
modules by path ../../node_modules/ 392 KiB
../../node_modules/ws/browser.js 176 bytes [built] [code generated]
../../node_modules/@js-joda/core/dist/js-joda.esm.js 392 KiB [built] [code generated]
modules by path ./kotlin/*.mjs 732 KiB
./kotlin/skiko.mjs 618 KiB [built] [code generated]
./kotlin/js-reexport-symbols.mjs 114 KiB [built] [code generated]
./kotlin/Meldestelle-frontend-core-navigation.js 6.92 KiB [built] [code generated]
./kotlin/Meldestelle-contracts-ping-api.js 24 KiB [built] [code generated]
./kotlin/skiko.wasm 8.24 MiB (asset) 42 bytes (javascript) [built] [code generated]
webpack 5.101.3 compiled successfully in 3973 ms
[Incubating] Problems report is available at: file:///home/stefan/WsMeldestelle/Meldestelle-Biest/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 1m 5s
467 actionable tasks: 321 executed, 97 from cache, 49 up-to-date
Meldestelle-Biest on  main [+?] via 🅶 v9.3.1 via ☕ v25.0.2 via 🅺 v2.3.0 took 1m6s
./gradlew :frontend:shells:meldestelle-portal:jsBrowserDistribution -Pproduction=true
Type-safe project accessors is an incubating feature.
[Incubating] Problems report is available at: file:///home/stefan/WsMeldestelle/Meldestelle-Biest/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 3s
87 actionable tasks: 12 executed, 75 up-to-date
Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

@@ -0,0 +1,480 @@
content-script.js:104 Failed to get subsystem status for purpose Object
web-app.js:2491 [WebApp] main() entered
web-app.js:2650 [WebApp] Loading configuration...
web-app.js:2660 [WebApp] Configuration loaded: apiBaseUrl=https://api.mo-code.at
web-app.js:2662 [WebApp] Koin initialized
web-app.js:2664 [WebApp] Initializing Database...
core.js:297 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'payload')
at core.js:297:66041
at async Tx (core.js:297:65982)
sqlite.worker.js:2 Worker: sqlite.worker.js loaded. Starting initialization...
sqlite.worker.js:64 Worker: Loading sqlite3.js via importScripts...
sqlite.worker.js:75 Worker: Fetching sqlite3.wasm manually...
sqlite.worker.js:81 Worker: sqlite3.wasm fetched successfully, size: 851353
sqlite.worker.js:83 Worker: Calling sqlite3InitModule with wasmBinary...
sqlite.worker.js:16 Worker: Buffering message (DB not ready) Object
sqlite.worker.js:90 Worker: sqlite3InitModule resolved successfully
sqlite.worker.js:92 Worker: OPFS available: true
sqlite.worker.js:97 Initialisiere persistente OPFS Datenbank: app.db
sqlite.worker.js:106 Worker: DB Ready. Processing 1 buffered messages.
web-app.js:59625 Database version check: Current=1, Schema=1
web-app.js:59645 Database Schema is up to date.
web-app.js:2675 [WebApp] Local DB created and registered in Koin
web-app.js:2512 [WebApp] Mounting Compose App...
web-app.js:2525 [WebApp] App mounted successfully
web-app.js:151007 [PlatformConfig] Resolved KEYCLOAK_URL from global: http://app.mo-code.at:8180
web-app.js:324963 WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
_glGetString @ web-app.js:324963
web-app.js:324963 WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
_glGetString @ web-app.js:324963
web-app.js:324963 WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
_glGetString @ web-app.js:324963
web-app.js:324963 WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
_glGetString @ web-app.js:324963
web-app.js:200584 [baseClient] REQUEST: http://app.mo-code.at:8180/realms/meldestelle/protocol/openid-connect/token
METHOD: POST
web-app.js:246639 Mixed Content: The page at 'https://app.mo-code.at/' was loaded over HTTPS, but requested an insecure resource 'http://app.mo-code.at:8180/realms/meldestelle/protocol/openid-connect/token'. This request has been blocked; the content must be served over HTTPS.
commonFetch @ web-app.js:246639
__webpack_modules__.6464.protoOf.k9 @ web-app.js:245922
__webpack_modules__.6464.protoOf.hjx @ web-app.js:246130
__webpack_modules__.6464.protoOf.k9 @ web-app.js:238217
__webpack_modules__.6464.protoOf.gjx @ web-app.js:238199
l @ web-app.js:238247
(anonymous) @ web-app.js:200832
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:45934
(anonymous) @ web-app.js:45776
Promise.then
(anonymous) @ web-app.js:45788
(anonymous) @ web-app.js:45914
(anonymous) @ web-app.js:46057
(anonymous) @ web-app.js:46135
safeDispatch @ web-app.js:43731
resumeCancellableWith @ web-app.js:43498
startCoroutineCancellable_0 @ web-app.js:44106
(anonymous) @ web-app.js:33885
(anonymous) @ web-app.js:32473
launch @ web-app.js:32646
(anonymous) @ web-app.js:107252
safeDispatch @ web-app.js:43731
resumeCancellableWith @ web-app.js:43498
startCoroutineCancellable_0 @ web-app.js:44106
(anonymous) @ web-app.js:33885
(anonymous) @ web-app.js:32473
launch @ web-app.js:32646
__webpack_modules__.7579.protoOf.wd5 @ web-app.js:275426
__webpack_modules__.7579.protoOf.q8l @ web-app.js:273746
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75656
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75643
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75643
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75406
__webpack_modules__.2461.protoOf.e8k @ web-app.js:75333
__webpack_modules__.2461.protoOf.y8q @ web-app.js:77022
__webpack_modules__.2461.protoOf.gb8 @ web-app.js:106342
processRelease @ web-app.js:109607
__webpack_modules__.2461.protoOf.ibf @ web-app.js:110185
l @ web-app.js:108827
sendInternal @ web-app.js:104381
__webpack_modules__.2461.protoOf.kao @ web-app.js:104528
__webpack_modules__.2461.protoOf.hbg @ web-app.js:110662
__webpack_modules__.2461.protoOf.ebg @ web-app.js:110656
__webpack_modules__.2461.protoOf.dbg @ web-app.js:109106
sendPointerEvent$default @ web-app.js:64872
onMouseEvent @ web-app.js:114509
__webpack_modules__.2461.ComposeWindow$lambda$lambda$lambda.$composer_0 @ web-app.js:114764
__webpack_modules__.2461.ComposeWindow$lambda$lambda$lambda.$composer_0 @ web-app.js:114717
web-app.js:246639 Fetch failed loading: POST "http://app.mo-code.at:8180/realms/meldestelle/protocol/openid-connect/token".
commonFetch @ web-app.js:246639
__webpack_modules__.6464.protoOf.k9 @ web-app.js:245922
__webpack_modules__.6464.protoOf.hjx @ web-app.js:246130
__webpack_modules__.6464.protoOf.k9 @ web-app.js:238217
__webpack_modules__.6464.protoOf.gjx @ web-app.js:238199
l @ web-app.js:238247
(anonymous) @ web-app.js:200832
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:45934
(anonymous) @ web-app.js:45776
Promise.then
(anonymous) @ web-app.js:45788
(anonymous) @ web-app.js:45914
(anonymous) @ web-app.js:46057
(anonymous) @ web-app.js:46135
safeDispatch @ web-app.js:43731
resumeCancellableWith @ web-app.js:43498
startCoroutineCancellable_0 @ web-app.js:44106
(anonymous) @ web-app.js:33885
(anonymous) @ web-app.js:32473
launch @ web-app.js:32646
(anonymous) @ web-app.js:107252
safeDispatch @ web-app.js:43731
resumeCancellableWith @ web-app.js:43498
startCoroutineCancellable_0 @ web-app.js:44106
(anonymous) @ web-app.js:33885
(anonymous) @ web-app.js:32473
launch @ web-app.js:32646
__webpack_modules__.7579.protoOf.wd5 @ web-app.js:275426
__webpack_modules__.7579.protoOf.q8l @ web-app.js:273746
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75656
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75643
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75643
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75406
__webpack_modules__.2461.protoOf.e8k @ web-app.js:75333
__webpack_modules__.2461.protoOf.y8q @ web-app.js:77022
__webpack_modules__.2461.protoOf.gb8 @ web-app.js:106342
processRelease @ web-app.js:109607
__webpack_modules__.2461.protoOf.ibf @ web-app.js:110185
l @ web-app.js:108827
sendInternal @ web-app.js:104381
__webpack_modules__.2461.protoOf.kao @ web-app.js:104528
__webpack_modules__.2461.protoOf.hbg @ web-app.js:110662
__webpack_modules__.2461.protoOf.ebg @ web-app.js:110656
__webpack_modules__.2461.protoOf.dbg @ web-app.js:109106
sendPointerEvent$default @ web-app.js:64872
onMouseEvent @ web-app.js:114509
__webpack_modules__.2461.ComposeWindow$lambda$lambda$lambda.$composer_0 @ web-app.js:114764
__webpack_modules__.2461.ComposeWindow$lambda$lambda$lambda.$composer_0 @ web-app.js:114717
web-app.js:200584 [baseClient] REQUEST http://app.mo-code.at:8180/realms/meldestelle/protocol/openid-connect/token failed with exception: Error_0: Fail to fetch
installHook.js:1 Error_0: Fail to fetch
overrideMethod @ installHook.js:1
propagateExceptionFinalResort @ web-app.js:45850
handleUncaughtCoroutineException @ web-app.js:43475
handleCoroutineException @ web-app.js:33785
__webpack_modules__.1400.protoOf.p1s @ web-app.js:32685
finalizeFinishingState @ web-app.js:34269
tryMakeCompletingSlowPath @ web-app.js:34792
tryMakeCompleting @ web-app.js:34738
(anonymous) @ web-app.js:35457
(anonymous) @ web-app.js:32450
(anonymous) @ web-app.js:200669
(anonymous) @ web-app.js:200682
resume @ web-app.js:43954
resumeUnconfined @ web-app.js:43919
dispatch @ web-app.js:43896
dispatchResume @ web-app.js:33066
(anonymous) @ web-app.js:33409
(anonymous) @ web-app.js:33432
(anonymous) @ web-app.js:33353
__webpack_modules__.1400.protoOf.q1t @ web-app.js:35782
notifyCompletion @ web-app.js:34477
completeStateFinalization @ web-app.js:34397
finalizeFinishingState @ web-app.js:34280
tryMakeCompletingSlowPath @ web-app.js:34792
tryMakeCompleting @ web-app.js:34738
(anonymous) @ web-app.js:35457
(anonymous) @ web-app.js:32450
(anonymous) @ web-app.js:200669
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43841
(anonymous) @ web-app.js:45934
(anonymous) @ web-app.js:45768
postMessage
__webpack_modules__.1400.protoOf.i30 @ web-app.js:45791
(anonymous) @ web-app.js:45941
(anonymous) @ web-app.js:45768
postMessage
__webpack_modules__.1400.protoOf.i30 @ web-app.js:45791
(anonymous) @ web-app.js:45941
(anonymous) @ web-app.js:45776
Promise.then
(anonymous) @ web-app.js:45788
(anonymous) @ web-app.js:45914
(anonymous) @ web-app.js:46057
(anonymous) @ web-app.js:46135
safeDispatch @ web-app.js:43731
dispatch @ web-app.js:43894
dispatchResume @ web-app.js:33066
(anonymous) @ web-app.js:33459
tryResume0 @ web-app.js:39220
(anonymous) @ web-app.js:37305
tryResumeReceiver @ web-app.js:36848
updateCellSend @ web-app.js:36740
(anonymous) @ web-app.js:38663
(anonymous) @ web-app.js:107393
GlobalSnapshot$_init_$lambda_36kgl8 @ web-app.js:184892
notifyWrite @ web-app.js:185205
__webpack_modules__.3883.protoOf.x45 @ web-app.js:174892
_set__playTimeNanos__8elh7c @ web-app.js:357099
__webpack_modules__.9639.protoOf.lcu @ web-app.js:357708
__webpack_modules__.9639.protoOf.fct @ web-app.js:357774
(anonymous) @ web-app.js:357071
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:168435
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:109062
(anonymous) @ web-app.js:114705
(anonymous) @ web-app.js:124864
(anonymous) @ web-app.js:124765
requestAnimationFrame
(anonymous) @ web-app.js:124808
(anonymous) @ web-app.js:124878
(anonymous) @ web-app.js:124885
(anonymous) @ web-app.js:124893
l @ web-app.js:114709
(anonymous) @ web-app.js:108956
l @ web-app.js:108857
__webpack_modules__.3883.protoOf.j33 @ web-app.js:182457
__webpack_modules__.3883.protoOf.i33 @ web-app.js:159093
(anonymous) @ web-app.js:169927
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:107055
performRun @ web-app.js:107081
(anonymous) @ web-app.js:107108
(anonymous) @ web-app.js:107096
l @ web-app.js:107127
(anonymous) @ web-app.js:200832
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:45934
(anonymous) @ web-app.js:45776
Promise.then
(anonymous) @ web-app.js:45788
(anonymous) @ web-app.js:45914
(anonymous) @ web-app.js:46057
(anonymous) @ web-app.js:46135
safeDispatch @ web-app.js:43731
dispatch @ web-app.js:43894
dispatchResume @ web-app.js:33066
(anonymous) @ web-app.js:33459
tryResume0 @ web-app.js:39220
(anonymous) @ web-app.js:37305
tryResumeReceiver @ web-app.js:36848
updateCellSend @ web-app.js:36740
(anonymous) @ web-app.js:38663
(anonymous) @ web-app.js:107393
GlobalSnapshot$_init_$lambda_36kgl8 @ web-app.js:184892
notifyWrite @ web-app.js:185205
__webpack_modules__.3883.protoOf.x45 @ web-app.js:174892
_set__playTimeNanos__8elh7c @ web-app.js:357099
__webpack_modules__.9639.protoOf.lcu @ web-app.js:357708
__webpack_modules__.9639.protoOf.fct @ web-app.js:357774
(anonymous) @ web-app.js:357071
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:168435
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:109062
(anonymous) @ web-app.js:114705
(anonymous) @ web-app.js:124864
(anonymous) @ web-app.js:124765
requestAnimationFrame
(anonymous) @ web-app.js:124808
(anonymous) @ web-app.js:124878
(anonymous) @ web-app.js:124885
(anonymous) @ web-app.js:124893
l @ web-app.js:114709
(anonymous) @ web-app.js:108956
l @ web-app.js:108857
__webpack_modules__.3883.protoOf.j33 @ web-app.js:182457
__webpack_modules__.3883.protoOf.i33 @ web-app.js:159093
(anonymous) @ web-app.js:169927
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:107055
performRun @ web-app.js:107081
(anonymous) @ web-app.js:107108
(anonymous) @ web-app.js:107096
l @ web-app.js:107127
(anonymous) @ web-app.js:200832
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:45934
(anonymous) @ web-app.js:45776
Promise.then
(anonymous) @ web-app.js:45788
(anonymous) @ web-app.js:45914
(anonymous) @ web-app.js:46057
(anonymous) @ web-app.js:46135
safeDispatch @ web-app.js:43731
dispatch @ web-app.js:43894
dispatchResume @ web-app.js:33066
(anonymous) @ web-app.js:33459
tryResume0 @ web-app.js:39220
(anonymous) @ web-app.js:37305
tryResumeReceiver @ web-app.js:36848
updateCellSend @ web-app.js:36740
(anonymous) @ web-app.js:38663
(anonymous) @ web-app.js:107393
GlobalSnapshot$_init_$lambda_36kgl8 @ web-app.js:184892
notifyWrite @ web-app.js:185205
__webpack_modules__.3883.protoOf.x45 @ web-app.js:174892
_set__playTimeNanos__8elh7c @ web-app.js:357099
__webpack_modules__.9639.protoOf.lcu @ web-app.js:357708
__webpack_modules__.9639.protoOf.fct @ web-app.js:357774
(anonymous) @ web-app.js:357071
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:168435
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:109062
(anonymous) @ web-app.js:114705
(anonymous) @ web-app.js:124864
(anonymous) @ web-app.js:124765
requestAnimationFrame
(anonymous) @ web-app.js:124808
(anonymous) @ web-app.js:124878
(anonymous) @ web-app.js:124885
(anonymous) @ web-app.js:124893
l @ web-app.js:114709
(anonymous) @ web-app.js:108956
l @ web-app.js:108857
__webpack_modules__.3883.protoOf.j33 @ web-app.js:182457
__webpack_modules__.3883.protoOf.i33 @ web-app.js:159093
(anonymous) @ web-app.js:169927
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:107055
performRun @ web-app.js:107081
(anonymous) @ web-app.js:107108
(anonymous) @ web-app.js:107096
l @ web-app.js:107127
(anonymous) @ web-app.js:200832
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:45934
(anonymous) @ web-app.js:45776
Promise.then
(anonymous) @ web-app.js:45788
(anonymous) @ web-app.js:45914
(anonymous) @ web-app.js:46057
(anonymous) @ web-app.js:46135
safeDispatch @ web-app.js:43731
dispatch @ web-app.js:43894
dispatchResume @ web-app.js:33066
(anonymous) @ web-app.js:33459
tryResume0 @ web-app.js:39220
(anonymous) @ web-app.js:37305
tryResumeReceiver @ web-app.js:36848
updateCellSend @ web-app.js:36740
(anonymous) @ web-app.js:38663
(anonymous) @ web-app.js:107393
GlobalSnapshot$_init_$lambda_36kgl8 @ web-app.js:184892
notifyWrite @ web-app.js:185205
__webpack_modules__.3883.protoOf.x45 @ web-app.js:174892
__webpack_modules__.9639.protoOf.uct @ web-app.js:357722
__webpack_modules__.9639.protoOf.ncu @ web-app.js:357824
__webpack_modules__.9639.protoOf.fct @ web-app.js:357762
(anonymous) @ web-app.js:357071
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:168435
__webpack_modules__.3883.protoOf.x32 @ web-app.js:159050
__webpack_modules__.3883.BroadcastFrameClock.onNewAwaiters @ web-app.js:159069
(anonymous) @ web-app.js:182493
(anonymous) @ web-app.js:159088
(anonymous) @ web-app.js:109062
(anonymous) @ web-app.js:114705
(anonymous) @ web-app.js:124864
(anonymous) @ web-app.js:124765
requestAnimationFrame
(anonymous) @ web-app.js:124808
(anonymous) @ web-app.js:124878
(anonymous) @ web-app.js:124885
(anonymous) @ web-app.js:124893
l @ web-app.js:114709
(anonymous) @ web-app.js:108956
l @ web-app.js:108857
__webpack_modules__.3883.protoOf.j33 @ web-app.js:182457
__webpack_modules__.3883.protoOf.i33 @ web-app.js:159093
(anonymous) @ web-app.js:169927
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:107055
performRun @ web-app.js:107081
(anonymous) @ web-app.js:107108
(anonymous) @ web-app.js:107096
l @ web-app.js:107127
(anonymous) @ web-app.js:200832
(anonymous) @ web-app.js:200648
(anonymous) @ web-app.js:200682
(anonymous) @ web-app.js:43847
(anonymous) @ web-app.js:45934
(anonymous) @ web-app.js:45768
postMessage
__webpack_modules__.1400.protoOf.i30 @ web-app.js:45791
(anonymous) @ web-app.js:45941
(anonymous) @ web-app.js:45768
postMessage
__webpack_modules__.1400.protoOf.i30 @ web-app.js:45791
(anonymous) @ web-app.js:45941
(anonymous) @ web-app.js:45776
Promise.then
(anonymous) @ web-app.js:45788
(anonymous) @ web-app.js:45914
(anonymous) @ web-app.js:46057
(anonymous) @ web-app.js:46135
safeDispatch @ web-app.js:43731
dispatch @ web-app.js:43894
dispatchResume @ web-app.js:33066
(anonymous) @ web-app.js:33459
tryResume0 @ web-app.js:39220
(anonymous) @ web-app.js:37305
tryResumeReceiver @ web-app.js:36848
updateCellSend @ web-app.js:36740
(anonymous) @ web-app.js:38663
trySendDropLatest @ web-app.js:39506
trySendImpl @ web-app.js:39503
(anonymous) @ web-app.js:39560
(anonymous) @ web-app.js:113804
(anonymous) @ web-app.js:105846
(anonymous) @ web-app.js:86363
invalidateSemantics @ web-app.js:96541
onFocusStateChange @ web-app.js:275737
l @ web-app.js:275829
__webpack_modules__.2461.protoOf.o7z @ web-app.js:69688
performRequestFocus @ web-app.js:70214
assignFocus @ web-app.js:69295
__webpack_modules__.2461.protoOf.v7z @ web-app.js:69472
requestFocus$default @ web-app.js:63972
requestFocus_0 @ web-app.js:69019
requestFocusWhenInMouseInputMode @ web-app.js:275487
__webpack_modules__.7579.protoOf.q8l @ web-app.js:273717
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75656
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75643
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75643
__webpack_modules__.2461.protoOf.o8k @ web-app.js:75406
__webpack_modules__.2461.protoOf.e8k @ web-app.js:75333
__webpack_modules__.2461.protoOf.y8q @ web-app.js:77022
__webpack_modules__.2461.protoOf.gb8 @ web-app.js:106342
processPress @ web-app.js:109601
__webpack_modules__.2461.protoOf.ibf @ web-app.js:110185
l @ web-app.js:108827
sendInternal @ web-app.js:104381
__webpack_modules__.2461.protoOf.kao @ web-app.js:104528
__webpack_modules__.2461.protoOf.hbg @ web-app.js:110662
__webpack_modules__.2461.protoOf.ebg @ web-app.js:110656
__webpack_modules__.2461.protoOf.dbg @ web-app.js:109106
sendPointerEvent$default @ web-app.js:64872
onMouseEvent @ web-app.js:114509
__webpack_modules__.2461.ComposeWindow$lambda$lambda$lambda.$composer_0 @ web-app.js:114758
__webpack_modules__.2461.ComposeWindow$lambda$lambda$lambda.$composer_0 @ web-app.js:114717
File diff suppressed because it is too large Load Diff