#process not defined error

1 messages · Page 1 of 1 (latest)

fringe geode
#

Hello, I am currently encountering the following error, any hints or ideas on how to fix it will be highly appreciated. @remix-run_node.js?v=3acb06cc:21189 Uncaught ReferenceError: process is not defined at node_modules/util/util.js (@remix-run_node.js?v=3acb06cc:21189:5) at __require (chunk-VRMXEQCD.js?v=3acb06cc:15:50) at node_modules/stream-slice/index.js (@remix-run_node.js?v=3acb06cc:26707:16) at __require (chunk-VRMXEQCD.js?v=3acb06cc:15:50) at node_modules/@remix-run/node/dist/upload/fileUploadHandler.js (@remix-run_node.js?v=3acb06cc:26904:23) at __require (chunk-VRMXEQCD.js?v=3acb06cc:15:50) at node_modules/@remix-run/node/dist/index.js (@remix-run_node.js?v=3acb06cc:27089:29) at __require (chunk-VRMXEQCD.js?v=3acb06cc:15:50) at @remix-run_node.js?v=3acb06cc:27203:16

ocean rune
#

Are you trying to access the process object in client code? Often used to get environment variables...

What is your server? Cloudflare?