Relative vs Absolute paths

Hi,

Just upgraded the server version from a 2019 version to the latest as of today.

It seems somewhere in-between there has been a change in the Server and now the presents Absolute URLs for the new pages with no set BASE Href (or anyway to set one) the net result is it’s now horribly broken for me…

I have the OSX version and have integrated it under a services portal via apache reverse proxy and as such it appears under http[s]://<server.name>/accounts/ so every time i click a business or any menu item it requests from http[s]://<server.name>/ (where is something like /businesses or /users etc)…

Any chance you can revert that change to make all pathing relative again or allow a config item to set a prefix for every URL so that it doesn’t break reverse proxies where the the program is not advertised at the root of the server?

Thanks,

Michelle

This seems to be an old topic, but I am experiencing a similar problem after upgrading from file: Manager-x64_5ed05027e51a6bb6275b6061e858b27a.AppImage, to this version: Manager-linux-x64.AppImage… Dated 06/13/2022

Prior to that upgrade, I was able to link to photos/images using relative links and the PDF file showed the image perfectly, as photos were stored in a Subdirectory of the Project Folder. Now, regardless how I try to link it, I get this nice little message

An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.

I have tried file references, absolute paths, relative paths…nada, zilch results

W3C references indicate “BaseAddress” is set in the form, and hove no clue how to do that…

I use Ubuntu 20.04

Any help appreciated.