You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm developing a small web application and would like to be able to show the discogs collection of a user. Since I'm new to this, I'm using browserify to make things easier but I ran into some issue that I can resolve.
When I call the getReleases method, I get the following error in the browser console :
TypeError: queryString.escape is not a function
After some research, I found out that sometimes the querystring module used is too old and not compatible with browserify and was wondering if it was a known issue or if I'm doing something wrong...
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi I'm developing a small web application and would like to be able to show the discogs collection of a user. Since I'm new to this, I'm using browserify to make things easier but I ran into some issue that I can resolve.
When I call the getReleases method, I get the following error in the browser console :
TypeError: queryString.escape is not a function
After some research, I found out that sometimes the querystring module used is too old and not compatible with browserify and was wondering if it was a known issue or if I'm doing something wrong...
Thank you in advance
The text was updated successfully, but these errors were encountered: