Sometimes you can’t access Cloud apps because of network setup in your office or home network.
It may look different depending on the cache you have in your browser. But typically there will be some random text from buttons like “Delete”, “Create” or “Cancel”:
There are several possible reasons:
In order to check if you have access to Colined servers, just open this link: https://pr.colined.app/check.html
The result should be like this:
If you don’t see green text box that indicated you can’t access the server. Typically it happens when you are using corporate network connection in the office, and there’s some kind of firewall or whitelisting enabled. So the easiest way to check if that the case is using a different internet connection, e.g. your mobile phone. Just switch to the mobile data, and re-check the link above.
Colined servers are hosted in DigitalOcean, more info can be found in our Cloud Security and Privacy Policy.
Please check with your IT-department if IP 198.199.106.217 is available from your office network.
Also, Colined cloud apps are using the following domains:
In order to use Colined apps, this IP has to be unblocked/whitelisted.
In very rear occasions access to the Colined servers may be blocked by incorrect setup of DNS. This means your network transforms URL’s apps are using to the incorrect IP. This can be solved by custom DNS setup. Typically it’s done with user generated hosts file.
Append follow lines to your hosts
file:
198.199.106.217 pr.colined.app
198.199.106.217 wl.colined.app
notepad
in the search field.c:\Windows\System32\Drivers\etc\hosts
sudo vim /etc/hosts and press
Enter. Enter your administrator password (if needed).dscacheutil -flushcache
Other OS’s uses similar approach. Please contact your IT-department or google how to add hosts file in your specific OS.