Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/hushasha/aggregation-platform/src/commit/980e070e09e2935d8f90f8652637958bf85e176f/plugins/includes.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
aggregation-platform/plugins/includes.ts

10 lines
343 B

/// <reference path="../libs/hawtio-forms/defs.d.ts"/>
/// <reference path="../libs/hawtio-kubernetes-api/defs.d.ts"/>
/// <reference path="../libs/hawtio-oauth/defs.d.ts"/>
/// <reference path="../libs/hawtio-ui/defs.d.ts"/>
/// <reference path="../libs/hawtio-utilities/defs.d.ts"/>
declare var humandate;
declare var jsyaml:any;