Content processor doesn't include domain name in url

I am trying to replace an internal link in Editor using ContentProcessorService, but for some reason it doesn’t include the domain name in the url. For example if I give start page link in the editor content, after ContentProcessorService.Process() it looks like https:///

Litium version: 7.7.0

You can map the string value to the EditorString class so you don’t have to call the ContentProcessorService explicitly.

The service will return a relative URL unless you’ve also specified a channel, like PageID:411fb782227246a39f04bd74481ed7d6:c37ba213c5a747f58589b08d4d4d9ce2.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.