jscolor error #539
Unanswered
Deanobeano2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Because I probably have my KTL in the Javascript set up differently to others e.g.
"// ----------------------------------------------------------------------------------------------------------
// PAGE LOAD FUNCTIONS
// ----------------------------------------------------------------------------------------------------------
// Function to load external files, including KTL
loadExternalFiles([
{ type: 'script', module: false, url: 'https://cdn.jsdelivr.net/npm/knack-api-helper@latest/browser.js' }, // Knack API Helper - https://socket.dev/npm/package/knack-api-helper
{ type: 'script', module: false, url:
https://ctrnd.s3.amazonaws.com/Lib/KTL/KTL_Start.js?${new Date().valueOf()}}, // Knack Toolkit Library (KTL){ type: 'script', module: false, url: 'https://jscolor.com/release/2.4.5/jscolor.js' } // JSColor
]); "
I've started receiving this error tonight "error loading the app, refresh your page and try again. Error details: unable to load external file https://jscolor.com/release/2.4.5/jscolor.js"
It seems as though https://jscolor.com is down and this is preventing our pages from loading.
What is the suggested solution to get us back up and running?
Dean
Beta Was this translation helpful? Give feedback.
All reactions