mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #731] Getting cannot read value of undefined #253
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aashutoshrathi on GitHub (Apr 3, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/731
Describe the bug

All my request imported from cURL are getting this error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The request should be sent as the curl is valid.
Screenshots
Added above
Desktop (please complete the following information):
@liyasthomas commented on GitHub (Apr 3, 2020):
@aashutoshrathi Can you please share the masked cURL to reproduce the bug at our side.
@aashutoshrathi commented on GitHub (Apr 3, 2020):
Sure.
Also, @liyasthomas I tried on Chrome as well as PWA.
@liyasthomas commented on GitHub (Apr 3, 2020):
Make sure you've installed Browser Extension to access
localhostendpoints.@aashutoshrathi commented on GitHub (Apr 3, 2020):
Yeah. It worked.
@AndrewBastin commented on GitHub (Apr 3, 2020):
@liyasthomas even if this is a browser extension issue, the app shouldn't be doing that.
Definitely a bug.
@liyasthomas commented on GitHub (Apr 3, 2020):
@AndrewBastin yes, you're right. reopening issue to track it.
@liyasthomas commented on GitHub (Apr 3, 2020):
@aashutoshrathi can you please explain in which instance/action you had the mentioned console errors as in the screenshot.
@aashutoshrathi commented on GitHub (Apr 4, 2020):
The cURL above was not working, but some other cURL worked later.
Also, the import isn't working properly for me, the URL doesn't change for some reason.
@diego-vergara commented on GitHub (May 9, 2020):
Hi, I get this error when I logged with Github, the request was correct, if I log out works fine.
PS: I'm not sure if is the same error.
@liyasthomas commented on GitHub (May 10, 2020):
@diego-vergara
Well, I can't reproduce the issue at my end. Possible reason for this issue may be a cached build in localstorage.
Try uninstalling service worker
Goto Developer Tools (F12) > (might need to click the double right chevron ») Application tab > Service Workers > Unregister and reload the page.
If the issue is still persisting, try clearing app data. Notice: This clears all local synced History, Collections and Environments.
Goto Developer Tools (F12) > Application tab > Clear storage sidebar > Clear site data and reload the page.
@liyasthomas commented on GitHub (May 10, 2020):
I've pushed a hotfix, please let me know if the issue still persist.