Hi,
I’m developing a plugin using Custom UI. I’m getting some warnings when I run Forge Deploy or Forge Tunnel. My issue is the warnings don’t give a stack trace, or any useful information to find where the error is coming from. My repo is quite large and it’s making debugging these warnings very challenging.
For example:
Also, once I have the tunnel running and I’m interacting with my app something causes this error:
I don’t use Buffer() anywhere in my code, I’m guessing it’s from a node module, but using “node --trace-deprecation …” doesn’t work because the app is not setup to run outside of the Forge environment.
I’ve tried “Forge Tunnel --verbose” and checked “Forge logs” but neither contain any relevant information about the warnings/errors. I’ve also modified the webpack.config.js file in the Forge module to contain detailed webpack stats, but the change didn’t seem to take effect.
Any help is greatly appreciated!