Javascript Page Load Errors (Admin Panel) : jQuery and Kendo

Thursday, March 28, 2024 11:53:15 AM
  • Posted: Friday, November 30, 2018 12:52 PM
  • 55
Describe your problem:
- Several page load errors after new installation of GrandNode (w/ SSL enabled) not sure if occurring prior to SSL, did not test, would assume so.
Version of GrandNode:
- GrandNode 4.3
Did you make any private modifications of GrandNode?:
- No.  
Version of MongoDB:
- db version v4.0.4
- git version: f288a3bdf201007f3693c58e140056adf8b04839
- OpenSSL version: OpenSSL 1.1.1b-dev  xx XXX xxxx
- allocator: tcmalloc
- modules: none
- build environment:
    distmod: ubuntu1804
    distarch: x86_64
    target_arch: x86_64

Any other informations, that might be helpful? Remember that it is better to write more, not less.:


- Several page load errors exist throughout the site, but the one I am focused on for this is when attempting to load the Admin panel.
SCRIPT5007: Unable to get property 'jQuery' of undefined or null reference
kendo.grid.js (59,1)

2 SCRIPT5009: 'kendo' is not defined
kendo.culture.en-US.min.js (24,111)

Deprecation warning: moment().subtract(period, number) is deprecated. Please use moment().subtract(number, period).
moment.min.js (6,2403)

SCRIPT438: Object doesn't support property or method 'kendoGrid'
Admin (2185,8)

2 SCRIPT5009: 'Chart' is not defined
Admin (2020,20)


----------------
Additional information:
ForwardedHeaders is set to true in appsettings.json with Forwarded Proto set to false.  
Self signed letsencrypt key setup.
Reverse proxy setup and seems to be running properly.

0
  • Posted: Friday, November 30, 2018 10:42 PM
  • 55
Recently, reinstalled on a different server without SSL.  These errors are gone for the time being.  May have been an incorrect setting with my SSL configuration.  Will update more if I run into this stuff again.  

- For now disregard.
0
back to top
Filters