I'm using Godot v3.5.1.stable.official [6fed1ffa3]
Trying to change scenes.
Works fine when run within the Editor. If run as HTML5 from the editor gettree().changescene("res://pathtotscn") fails with ERRCANTLOAD (error=19).
Also tried exporting to HTML and running from a web server. Same error.
The core code works as I previously had everything in one scene and decided to split the UI into separate scenes.
Any Ideas or suggestions are welcome.