Hi,
If localhost:8069 keeps loading without opening, it usually means Odoo isn’t running properly or the IoT service isn’t linked. First, check that the Odoo service is active using systemctl status odoo or by starting it manually with odoo-bin. If it’s not running, start it with systemctl start odoo. You should also review the logs in /var/log/odoo/odoo.log to spot any errors or missing dependencies.
If you’re using the official IoT box, remember that it runs its own Odoo server. You may need to connect to its IP address on your network (e.g., http://192.168.x.x:8069) rather than localhost. To link it with your database, go to Settings → Devices (IoT) in Odoo, enter the pairing code shown on the box, and the devices will then appear in your system.
Common issues include port conflicts, firewall restrictions, or outdated IoT images. If nothing works, flashing the latest IoT image might resolve it.
Hope it helps