Page Showing Only "ion_auth"

24 Views Asked by At

Trying to run my site locally and all that I see in the browser is "ion_auth" no errors or anything. Nothing else is loading. The code ends up looking like this in the inspector

<html>
  <head>
  </head>
       <body>
              ion_auth
        </body>
</html>

Does anyone run into this problem?

1

There are 1 best solutions below

0
Masih Ansari On

change your ion library... and if it is not working ... thn try to load your page without ion library... comment ion library code from every where and remove ion from auto load and debug it..