Has anyone ever built a standalone OWL application and used Odoo’s Dialog Service?
I'm following the official documentation here:
https://www.odoo.com/documentation/18.0/developer/howtos/standalone_owl_application.html
I've tried to keep the UI as minimal as possible and followed the code from the documentation. My root component looks more or less like the example. When I console.log(this.dialogService), the function is there. I also checked the Elements tab and confirmed that the modal-open class is injected into the <body>.
However, the modal dialog does not appear on the screen.
Has anyone encountered a similar issue or found a solution?