Static JS load issue- after Node version upgrade from 14.x.x to 16.x.x to resolve @ckeditor/[email protected] library node incompatible issue #73
Unanswered
devendra-tarento
asked this question in
Q&A
Replies: 1 comment
-
@devendra-tarento - thanks for reaching out. we are checking this issue further and have some findings as below. @rajeevsathish - while debugging what we noticed is that the cc @vinukumar-vs @kameshbhr @PoojaJManjooran @vaibhavbhuva @rajnishdargan @Krishnaj20 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We were using SunbirdEd release-5.1.1 from last couple of month and from last week we started facing below issue when doing client app package installation.
Looking at the error it seems that one of the external library @ckeditor/ckeditor5-core used in our editor got recent update with minimum node version 16.x.x.
To fix this we upgraded the node version to 16.x.x and it worked well in local system but when we upgraded the node version to 16.x.x in our Dev server. We started facing 504 gateway timeout issue for some of the static files (js, svg, etc) randomly.
Is anyone else facing the same issue ?
Is upgrading to node 16.x.x risk as of now ?
What could be the possible solution to this ?
Note: I also checked latest code base of release-5.2.0 of SunbirdEd and found that build.sh, Dockerfile and Dockerfile.Build still have node version 14.19.0 . Does it mean SunbirdEd still using node 14.x.x in their servers.
@pallakartheekreddy
Beta Was this translation helpful? Give feedback.
All reactions