Sweep: refactor getQueryStringValue so it would not crash in nodejs runtime
Opened this issue · 2 comments
s3341458 commented
in javascript/merchi.js (788:41) there is a function getQueryStringValue, call this function in nodejs runtime will cause error "TypeError: Cannot read properties of undefined (reading 'search')", refactor this function so it can be run in the node js runtime with no error return "undefined"
sweep-from-cheng commented
Actions (click)
- Restart Sweep
❌ Unable to Complete PR
I'm sorry, but it looks like an error has occurred. Try changing the issue description to re-trigger Sweep. If this error persists contact team@sweep.dev.
For bonus GPT-4 tickets, please report this bug on Discord.
🎉 Latest improvements to Sweep:
- Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
- Added support for self-hosting! Check out Self-hosting Sweep to get started.
- [Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.
s3341458 commented
try again