JSON Data Source - incorrect error flagged

Wappler Version : 7.7.4
Operating System : Mac (Apple Silicon)
Server Model: NodeJS

When using the JSON Data Source component I get the following warning:

image

The json file was chosen using the file picker and resides in the correct folder (inside the public folder) - i.e. /public/json/buttons.json for example

On the page, the file loads correctly and can be used but Wappler is incorrectly flagging the error


<dmx-json-datasource id="json_buttons" is="dmx-serverconnect" url="/json/buttons.json"></dmx-json-datasource>
<dmx-json-datasource id="json_lists" is="dmx-serverconnect" url="/json/lists.json"></dmx-json-datasource>