remix-fundamentals
remix-fundamentals copied to clipboard
Remix: TypeError: Value of "this" must be of type URLSearchParams
Issue Summary
I'm encountering an issue that persists even after following the recommended steps from a related issue. Specifically, after reading #6118, which suggested that the problem might be due to the Node.js version, I downgraded from Node.js v20 to v18. However, the issue still occurs.
Steps taken after reading issue
- Initially, I was using Node.js v20.
- After encountering the issue, I downgraded to Node.js v18 based on the suggestions in issue #6118.
- Despite the downgrade, the issue continues to occur.
Actual Behavior
shows initial remix screen
Additional Context
Operating System: macOS 14.4.1
Remix Version: 1.6.7
Node.js Version: (currently v18)
TypeError: Value of "this" must be of type URLSearchParams
at Proxy.set (node:internal/url:578:13)
at Proxy.
Request for Help
Does anyone have insights or suggestions on what might be causing this issue? Are there other potential factors besides the Node.js version that I should consider? @kentcdodds