Skip to content

Blank page when accessing /owl_playground/playground route #14

@rossthom

Description

@rossthom

I am following the OWL Tutorial from the Odoo documentation.
I run Odoo 17 on a python3.11 environment, and using the branch tagges "17.0" from this repository.
When I run odoo 17 with the owl_playground addon installed and want to access the route "/owl_playground/playground", I have a blank page instead of seeing the awaited "Hello World" text.

Here is the full source code of the generated html:

<html>
    <head>
        <link type="text/css" rel="stylesheet" href="[/web/assets/a43a684/owl_playground.assets_playground.min.css](view-source:http://localhost:8069/web/assets/a43a684/owl_playground.assets_playground.min.css)"/>
        <script type="text/javascript" src="[/web/assets/6cb9506/owl_playground.assets_playground.min.js](view-source:http://localhost:8069/web/assets/6cb9506/owl_playground.assets_playground.min.js)" onerror="__odooAssetError=1"></script>
    </head>

    <body>
    </body>
</html>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions