Shahzad Akram
Shahzad Akram

Reputation: 5274

Webpage is not being rendered properly

Hi I am an android developer and haven't much knowledge about web, I purchased this App and it has a web back-end, it working pretty fine when I run it local like this,

When run locally

but when I run this via hosting , I am getting this. link

After uploading on hosting

After going through some search I found that these are some sort of Angular tags, as I already have mentioned that I haven't knowledge about this, How do I solve this?

Upvotes: 0

Views: 60

Answers (1)

ashish.gd
ashish.gd

Reputation: 1778

It's happening due to hosting or path resolution issues.

None of the JavaScript files are getting loaded due to which the page is breaking and hence you are seeing raw code.

Fixing the proper loading of JS should fix the page. You might need to tweak it further in case relative path's are not loaded correctly. Overall, it is not a code level issue yet.

Below is the screenshot of the hosted link you shared.

https://lrfreepresets.com/androidapp/index.html

Upvotes: 1

Related Questions