I suspect I'm in for a lot of headaches here. I'm upgrading from an old codebase - built upon the sdk version 14. I went with the the upgrade instructions for v51. The sdk installed without issue following the readme. I ran
./sdk init-native
which ran without issue. Starting
./sdk debug
There is no issue until I connect to the service on localhost:9000/app - when I get over 90 errors of the type:
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[21:41:39] webpack-dev-server: http://localhost:9000/app
[21:41:39] Finished 'webpack-server-run' after 1.09 s
[21:41:39] Finished 'debug' after 1.27 s
<i> [webpack-dev-middleware] wait until bundle finished: /app/
assets by path ../ 889 KiB
assets by path ../font/*.ttf 827 KiB 5 assets
assets by path ../img/*.svg 61.7 KiB
asset ../img/logo-login--dark.svg 23.7 KiB [emitted] (auxiliary name: index)
asset ../img/logo-login.svg 23.7 KiB [emitted] (auxiliary name: index)
asset ../img/icon-touchid.svg 11.1 KiB [emitted] (auxiliary name: index)
asset ../img/pattern-tiled.svg 2.5 KiB [emitted] (auxiliary name: index)
asset ../img/icon-pipeline.svg 693 bytes [emitted] (auxiliary name: index)
assets by path *.js 36.5 MiB
assets by status 36.4 MiB [big]
asset index.js 31.4 MiB [emitted] [big] (name: index)
asset heicworker.js 4.43 MiB [emitted] [big] (name: heicworker)
asset entries_custom_js.js 586 KiB [emitted] [big]
asset js_utils_performance_logger_js.js 68.6 KiB [emitted]
asset js_utils_error-emulation_js.js 34.6 KiB [emitted]
orphan modules 259 KiB [orphan] 59 modules
runtime modules 56.7 KiB 29 modules
Any thoughts on what I may need to do to the codebase, assuming it's changes in the sdk?
Thanks