JSPyBridge icon indicating copy to clipboard operation
JSPyBridge copied to clipboard

How to deploy JSPyBridge in IIS server. Is shows timeout accessing **"Need NodePatches"**

Open naveenprabhuk opened this issue 1 year ago • 1 comments

Hi, I was doing a project in Django Rest Framework. I needed a package that available in NodeJS but i can't switch to Node so i was completed the work with the help of Javascript Pypi (JSPyBridge). its working perfectly without any error in local but after the deployment in IIS server it shows timeout accessing "Need NodePatches" after sometime it shows timeout accessing "console". I don't know why this error is happening in IIS server. Please any one help to fix this issue. Thanks in advance

naveenprabhuk avatar Mar 06 '24 07:03 naveenprabhuk

I also faced it was due to lack of RAM and CPU which causes it to timeout.

  • Ensure you have sufficient RAM and CPU
  • Ensure you have nodejs Thanks

Chetan11-dev avatar Apr 20 '24 11:04 Chetan11-dev