Using Date Picker makes the entire page blank

Someone else notice this? Once I add the date picker on my Node Server model, the entire page shows blank when loaded

When I remove these lines from the layout page, it starts working again

<link rel="stylesheet" href="dmxAppConnect/dmxDatePicker/dmxDatePicker.css" />
	<script src="dmxAppConnect/dmxDatePicker/dmxDatePicker.js" defer=""></script>
	<link rel="stylesheet" href="dmxAppConnect/dmxDatePicker/daterangepicker.min.css" />
	<script src="dmxAppConnect/dmxDatePicker/daterangepicker.min.js"></script>

What could be the issue?

What are the errors you see in the browser console?
Аlso, are you sure the moment framework is included on the page?

Hi Teodor, this is the error I’m getting on the console:

Though I do have moment.js included on my layout page:

There is one more include, which is required and it’s missing on your screenshot. Please manually add the moment framework using the frameworks menu.

Thanks Teodor, added it to the layout page from the frameworks menu and that worked