Summernote path error (relative to site/document issue)

Wappler 6.5.0
Windows 10
Php

I have a site which is relative to document:

<!doctype html>
<html>

<head>
    <meta name="ac:base" content="/test_lh">
    <base href="/test_lh/wapplercommunity/">
    <script src="../dmxAppConnect/dmxAppConnect.js"></script>
    <meta charset="UTF-8">
    <title>Untitled Document</title>

    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" href="../bootstrap/5/css/bootstrap.min.css" />
    <link rel="stylesheet" href="../css/style.css" />
</head>

<body is="dmx-app" id="summernote3">
    <h1>Heading</h1>
    <script src="../bootstrap/5/js/bootstrap.bundle.min.js"></script>
</body>

</html>

This is what happens if I add summernote



<link rel="stylesheet" href="dmxAppConnect/dmxSummernote/summernote-bs5.min.css" />
<script src="dmxAppConnect/dmxSummernote/summernote-bs5.min.js" defer></script>
<script src="../dmxAppConnect/dmxSummernote/dmxSummernote.js" defer></script>

When you save the page, those links will be corrected.

Not exactly, please see the video
Also closed the paged, re opened, and same:

Fixed in Wappler 6.5.2

This topic was automatically closed after 47 hours. New replies are no longer allowed.