Attempt to login in after IntelliJ windows 11 development setup yields Whitelabel Error Page

Hello!

I wonder if you could help me resolve this problem? details below. Thank you so much for your time and help!

I followed the Intellij Guide to set up my initial development environment.

typing the following in my browser

localhost:8282 takes me to a page where i can supposedly download the swing client zip file (download didnt work)

typing the following all yield the Whitelabel Error Page:
localhost:8080
192.168.100.104:8080
evans.company.com:8080 (the mapping exists in my windows \etc\hosts file)

the console log follows. Please help! Anything I can do to troubleshoot further or change to correct the problem? Thank you!

2024-09-05 09:12:28.814 WARN 18328 [ 192.168.100.104][_noSession] — [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /
09:12:28,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [de.metas.logging.MetasfreshFileAppender]
09:12:28,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE-byLoggedUserAndRemoteAddr-LoggedUser_IS_UNDEFINED-RemoteAddr_IS_UNDEFINED]
09:12:28,814 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:12:28,814 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1377453540 - No compression will be used
09:12:28,814 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1377453540 - Will use the pattern ./log//byLoggedUserAndRemoteAddr/noSession/192.168.100.104/%d{yyyy-MM-dd}%d{HHmmss,aux}.log for the active file
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is ‘yyyy-MM-dd’ from file name pattern ‘./log//byLoggedUserAndRemoteAddr/noSession/192.168.100.104/%d{yyyy-MM-dd}%d{HHmmss,aux}.log’.
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Thu Sep 05 09:12:28 CST 2024
09:12:28,814 |-INFO in de.metas.logging.MetasfreshFileAppender[FILE-byLoggedUserAndRemoteAddr-LoggedUser_IS_UNDEFINED-RemoteAddr_IS_UNDEFINED] - Active log file name: ./log//byLoggedUserAndRemoteAddr/_noSession/192.168.100.104/2024-09-05_091228.log
09:12:28,814 |-INFO in de.metas.logging.MetasfreshFileAppender[FILE-byLoggedUserAndRemoteAddr-LoggedUser_IS_UNDEFINED-RemoteAddr_IS_UNDEFINED] - File property is set to [null]
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Elapsed period: Thu Sep 05 09:12:28 CST 2024
2024-09-05 09:12:29.095 WARN 18328 [ 192.168.100.104][_noSession] — [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico

by the way, http://localhost:8080/swagger-ui/index.html works!

my nodejs server (version 20.16.1)) starts up correctly although during environment setup i noticed it was complaining that a lot of the modules being installed are very old and needs updating.

when i try to connect to localhost:3000 i get the following error in the console log:
(some stuff elided from the captured log because it involved http links and since i’m a new user i’m limited to only 2 links per post)

E:\nodejs\npm.cmd start

start
node server.js

[webpack-dev-middleware] ModuleNotFoundError: Module not found: Error: error:0308010C:digital envelope routines::unsupported
at C:\work-metas\metasfresh\frontend\node_modules\webpack\lib\Compilation.js:2011:28
at C:\work-metas\metasfresh\frontend\node_modules\webpack\lib\NormalModuleFactory.js:767:12
at Hook.eval [as callAsync] (eval at create (C:\work-metas\metasfresh\frontend\node_modules\webpack\node_modules\tapable\lib\HookCodeFactory.js:33:10), :12:1)
at NormalModuleFactory.create (C:\work-metas\metasfresh\frontend\node_modules\webpack\lib\NormalModuleFactory.js:765:28)
at Compilation._factorizeModule (C:\work-metas\metasfresh\frontend\node_modules\webpack\lib\Compilation.js:1968:11)
at C:\work-metas\metasfresh\frontend\node_modules\webpack\lib\util\AsyncQueue.js:303:10
at Hook.eval [as callAsync] (eval at create (C:\work-metas\metasfresh\frontend\node_modules\webpack\node_modules\tapable\lib\HookCodeFactory.js:33:10), :6:1)
at AsyncQueue._startProcessing (C:\work-metas\metasfresh\frontend\node_modules\webpack\lib\util\AsyncQueue.js:293:26)
at AsyncQueue._ensureProcessing (C:\work-metas\metasfresh\frontend\node_modules\webpack\lib\util\AsyncQueue.js:280:12)
at process.processImmediate (node:internal/timers:483:21)
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db