Follow up from this error earlier: ```Preview "/Us...
# sdf
c
Follow up from this error earlier:
Copy code
Preview "/Users/christopherw/Workspaces/netsuite".
The remote server returned an error:

<https://system.eu1.netsuite.com:443/app/suiteapp/devframework/idepreviewhandler.nl> - Gateway Time-out
Essentially having a project folder that is too large will result in a length of validation larger than the server time-out. In other words, if you have a project size that takes 6 minutes to validate/preview, and the server has a 5 minute timeout setting, then you will have to trim your project folder down to the bare necessities to push to your environment.
b
In my case it was the node_module folder that was too big. So I have moved it into a .node folder so that the IDE pluging stops parsing it.
c
mindblow
why is sdfcli even scanning all the folders outside of its scope?
seems a little overkill to navigate all through node_modules
b
yes I have raised the issue with support they are going to create a defect for it
c
awesome. thanks for the heads-up
[INFO] Total time: 51.535 s
👍 1