URL not correct
			
			Teddit
		
6
Posts
2
Posters
1.6k
Views
1
Watching
- 
There seems to be something wrong.
In the Config.js:domain: process.env.CLOUDRON_URL, // Or for example 'teddit.net'The URL should be example.tld <- where the cloudron-app runs.
But when opening Teddit and clicking on "reddit"-links, it will give me an URL like this:
https://undefined/r/...Package Version
com.teddit.cloudronapp@0.3.0
Last Updated
19:06 - 
changing:
domain: process.env.CLOUDRON_URL, // Or for example 'teddit.net'does not help.
 - 
This seems to only be happening to Links in the "Wiki"-Section of a subreddit.
 - 
For example here: https://teddit.net/r/BuyItForLife/wiki
on a self hosted instances the links in the lists will become "undefined". - 
Yes, that totally fixes it.