Evolution test site is down!

jet1972

Verified User
Joined
Jul 8, 2011
Messages
256
The demo site has been down for several days!

https://demo.directadmin.com:2222/

After logging in the page is empty!




<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>demo.directadmin.com - DirectAdmin v1.52.1</title>

<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />

<link href="/assets/css/app.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div id="root" v-cloak>
<App />
</div>

<!-- Foot scripts -->
<div id="foot" style="display: none">
<script type="text/javascript" src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default-3.4,NodeList.prototype.@@iterator,Array.prototype.find,Array.prototype.findIndex,Array.prototype.includes"></script>
<script type="text/javascript" src="/assets/vendors.js"></script>
<script type="text/javascript" src="/assets/app.js"></script>
</div>
</body>
</html>
 
Last edited:
Here in Firefox 57 a loop login screen so logged in text then account and so on no time to type...

<quote> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>

<title>DirectAdmin Login</title>

<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />

<meta name="robots" content="noindex,nofollow" />
<script>
var tokens = {
LOST_PASSWORD: "no" === "yes",
};
</script>
</head>
<body>
<!-- Vue root -->
<div id="login"></div>
<div id="foot" style="display:none;">
<script type="text/javascript" src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default-3.4"></script>
<script type="text/javascript" src="/assets/vendors.js"></script>
<script type="text/javascript" src="/assets/login.js"></script>
</div>
</body>
</html>

</quote>
 
Last edited:
Please try hard-refresh on the page or cleaning the cache.
 
It works after clearing the cache.

Now that we're talking about the skin, it would be great if ENTER on our keyboard would work on the login screen. Right now it's necessary to click the login button with the mouse.

And also a little bit darker color in the input boxes, it's almost impossible to see the difference unless you click with your mouse on the input box.

:)
 
Still not working here!

After successful login blank page!

Cleared cache, hard refresh - still blank page.

Tried it on 2 computers with Firefox 57 and 58beta, the same result!
 
Last edited:
The html source seems to have deprecated <App /> tag in it! and that block it working on Firefox?

And there is still some end tags like this: /> in HTML5 the end tag is just >

"What does <app> HTML Tag do? The <app> element was a predecessor of the <applet> element which was deprecated in HTML 4.01 and removed from the specification entirely in HTML5. Modern equivalents include <object> and <embed>."
https://html.com/tags/app/
 
Last edited:
The html source seems to have deprecated <App /> tag in it! and that block it working on Firefox?

This tag is used as a mount-point for the Vuejs application. It's not related to the <applet> tag you've referenced.

Some tags aren't self-closing, so using <tag /> is appropriate.
 
Can we please remember not even in the most expensive operating system in the world (ie. the cheapest, note hardware requirement being the point I make) has flaws in its most basic of functions; the Terminal. You aren't even able to ctrl a+e inside crontab, vi or other gui features. alt works left not right. Things like that. If this theme has curve balls thrown in then srsly thats like something we should know it to be. Aim should be to curve them toward admin level and maybe reseller level or even all at reseller level. As IT is a complex field we are used to these complexities.

Just saying aiming for zero and complaining about 0 being 0.5/6/7/8/9 is really quite one.

Also, this has no bearing on the OP, excuse my rants.
 
Back
Top