Hi @MauroRiboniMX @AndreasL @nickH Upon initiating my Snap application, an interface featuring a login page is displayed during startup. The application relies on various dependencies such as sqlite3, sockets.io, etc. List of dependencies are as under:- "dependencies": { "async-mutex": "^0.4.0", "axios": "^1.4.0", "bcrypt": "^5.1.1", "compression": "^1.7.4", "crypto-js": "^4.1.1", "dotenv": "^16.3.1", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "node-opcua": "^2.113.0", "nodemon": "^3.0.1", "path": "^0.12.7", "sequelize": "^6.33.0", "socket.io": "^4.7.1", "socket.io-client": "^4.7.1", "sqlite3": "^5.1.6" } All these dependencies are JavaScript libraries installed with npm. I don't anticipate any incompatibility issues with the arm64 architecture. If there were, errors should have been evident during the arm64 build creation. However, the build proceeds without issues. I've previously worked on CtrlX Core Virtual, building multiple snaps (amd64) that run seamlessly on the CtrlX Core Virtual environment. Nevertheless, when I attempt to use the same snap (arm64) on CtrlX Core (hardware) without altering any configurations, the snap builds successfully and installs on the real device. However, upon attempting to open it from the sidebar of CtrlX Core, a new tab is launched with no interface. Please refer to the screenshot below for more details.
... View more