-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
andWhere query is not working #199
Comments
Can you provide a full stack trace for the error? This really isn't enough to debug with... |
Errors converted to json-api Result TypeError: Cannot read property '0' of undefined |
@sohamdodia Does this error only occur when using AWS Serverless, or are you also experiencing it locally? |
This issue is also occurring with local server as well. |
@sohamdodia Can you paste a log of the |
@ethanresnick if you send me an email to [email protected] id be happy to set up a contract to help us get this library working with serverless and solve this issue (and of course assume any code updates/docs would be shared open source) |
opts object:
OrigQuery: |
+1 |
In the example repository it also doesn't work. |
@sohamdodia, @emac08, and others in this thread... sorry for my non-responsiveness here. I went traveling shortly after this issue was reported and was not at a computer for a couple weeks; when I got back, life intervened hard. Did any of you figure out the cause of this issue (if you stuck with this library)? If so, I'd love to hear it and to incorporate a fix. |
@ethanresnick This is still happening, even in the example. Is this library maintained? I am starting to wonder whether I should use it. |
andWhere query is throwing an error: Errors converted to json-api Result TypeError: Cannot read property '0' of undefined.
I have also downloaded the example provided in https://github.com/ethanresnick/json-api-example/tree/v3-wip repo, but the same error has occurred in this example as well.
The text was updated successfully, but these errors were encountered: