You cant open a document directly from the db level like this, either you have to reference a view or use “/0/” after the db parameter.So it would be like this
Using a view component in your URL will ease your frustration. The view doesn’t have to exist, just provide a URL segment for it. Frequently Domino developers choose to call it “0” or “_”.
As a side note, it’s generally not a good idea to use absolute links containing the protocol and server name. If any of those change (http → https, servre1 → server2) your links will end up disfunctional. Use a link that is relative to the server instead, like