I have a problem. I have created an app that is connected to a Sharepoint list as datasource.
I have created an RTF control to add data to an RTF text column in the sharepoint list.
Everything works. except when a user adds a link to a document stored in Sharepoint.
If i let a normal user create a record containing a hyperlink to www.google.com
Then it works
If i let a normal user create a record containing a hyperlink to a sharepoint document.
Then it does not work. The link that is created looks OK but when a user clicks on it, it does not open to the document, it opens to a domain that looks like this:
https://pa-content.azureedge.net
I have tried all types of combinations to add the link. But it is impossible. Every time i add a sharepoint link that starts with
domain.sharepoint.com it removes that and adds the pa-content azureedge.net link.
Why?
This kills my app completely. I need all users to be able to link to internal sharepoint documents.
How can i fix this?
I have tried to change from https to http
nothing works.