In case anyone else experiences this issue - the fix was pretty simple, just needed to:
- add
url_base_pathme=app1
toDash()
; - set the
relative_path
parameter usingget_relative_path()
in other pages (as it’s a multi-page app)
After that, everything worked fine.