Thegabbanator
Thegabbanator
Good morning @chrisbonifacio / @HuiSF / @ashika112, hope all is well. If you guys need help reproducing the issue, or any other details, let me know and I can gladly...
+1 on this error, except all of my secondary index queries are throwing: `[TypeError: Cannot convert null value to object]`. ```typescript // model Friendship: a .model({ id: a.id().required(), receiverId: a.id().required(),...
Just keeping this open and not stale.
I have an issue on iOS that has been plaguing me for months where deep within my app, I'm getting these two headers (If-None-Match and If-Modified-Since) added to DELETE requests...
@AdityaAA2004 It works when I run it `yarn` and have a `yarn.lock` file, but not when I use `npm`.
@AdityaAA2004 Yes it does for me. I cannot use NPM in my project until this issue is resolved.
Hello @chrisbonifacio, here is my schema in my `amplify/data/resource.ts`: ```typescript User: a .model({ id: a.id().required(), birthdate: a.string().required(), firstName: a.string().required(), lastName: a.string().required(), username: a.string().required(), phoneNumber: a.phone().required(), // this is the one...
Thanks @ykethan, I figured it had to be. Appreciate you and @chrisbonifacio 's quick response!
Great, thank you both. You may just need to update the documentation with an example using multiple sort keys so that this is clear to the developers when they do...
@chrisbonifacio great, glad you were able to identify this. I don't think this issue should be closed yet though. I believe Typescripts intellisense still recommends `attributeExists` within VScode so that...