Hello,
I tried searching if this was already a reported behavior, but did not find anything. We have discovered the following scenario:
  1. Install Passwork with httpd as the web server and https redirection using the method of "Redirect / https://passwork.company.com" configured in /etc/httpd/conf.d/non-ssl.conf
  2. Create a shared link
  3. Copy the shared link and paste into a browser as "http://passwork.company.com/g/p/<guid>"
  4. Attempt to navigate to the pasted link
  5. Browser simultaneously attempts to redirect to https and changes the URL syntax to "https://passwork.company.comg/p/<guid>"
Notice on step 5, after the domain name how the first forward slash disappeared. This causes the browser to display an error because the URL doesn't exist.
Manually correcting the URL to reinsert the first forward slash allows the shared link to load as expected.