How to fix " You are seeing this page because this domain points to Cloudron server IP but no app is installed on that domain"
-
Does anyone know how to use Redirections on Cloudron?
I am running Apache Guacamole and I need to be able to access it outside of my home network, I did the port foward but when I try to access it outside of my home network it says this;
"You are seeing this page because this domain points to Cloudron server IP but no app is installed on that domain."
Which then I found this forum which someone fixed - Here: https://forum.cloudron.io/topic/6023/you-are-seeing-this-page-because-this-domain-points-to-cloudron-server-ip-but-no-app-is-installed-on-that-domain
The person who gives the fix tells everyone to go to: https://docs.cloudron.io/apps/#redirections - I did the exact directions but it won't work for some reason.
Any help is appreciated, thanks in advance!
-
It doens't look like redirections is the root cause of your problem.
@norkzyt said in How to fix " You are seeing this page because this domain points to Cloudron server IP but no app is installed on that domain":
"You are seeing this page because this domain points to Cloudron server IP but no app is installed on that domain."
Let's say you installed guacamole at
guac.domain.com
, are you enteringhttps:/guac.domain.com
on browser ?To explain why this page is shown:
-
Let's say you install 3 apps on Cloudron -
app1.domain.com
,app2.domain.com
, andapp3.domain.com
. -
When you visit any of the above domains, Cloudron knows which app to serve to the browser.
-
Now, let's say you create an entry your DNS
random.domain.com
and this points to Cloudron server. -
When you visit
https://random.domain.com
, Cloudron has no clue what app it should serve up - app1 or app2 or app3 ? So, it will serve up this page saying "You are seeing this page because this domain points to Cloudron server IP but no app is installed on that domain" .
So, can you confirm that the domain under which you installed the app and the domain you are entering in the browser are the same?
Please note that
https://www.domain.com
andhttps://domain.com
are totally different!I will fix the text above to be more clear. Maybe instead of "this domain", it should just spell out the domain and explain a bit more.
-
-
@norkzyt If I visit your
guac.domain.com
, I can see guacamole here. If I visitguac.cloudron.domain.com
it redirects toguac.domain.com
(as expected) and then I see guacamole.I wonder if you are just hitting some browser caching issue? Can you try in another browser/device or clearing browser cache?