Marcus Malcom

Results 11 comments of Marcus Malcom

@danielleadams - note: this project was previously a transformer v1 implementation. My setup: - Cognito User - Cognito group: `admin` - Add user to the `admin` group - Just trying...

@danielleadams - I even deleted my environment and started over from a brand new environment. Still not working. I've tried multiple models to query and no matter what I do...

@danielleadams - I'm using Angular on the frontend and calling the generated `APIService` for the graphql/DynamoDB backend. I have deployed servers that I'm hitting via the standard `amplify push`. Here's...

@danielleadams - also of note: it looks like the permissions are setup correctly from the API perspective: ``` > amplify status api -acm IssueComment userPools:staticGroup:admin ┌───────────┬────────┬──────┬────────┬────────┐ │ (index) │ create...

@danielleadams - I was able to run the query from AppSync when logged into Cognito. I'm looking through my application now to make sure everything is configured correctly.

@danielleadams - I looked at my config and setup and it's all pretty standard. The one thing I forgot to mention: ``` "aws-amplify": "^4.3.13", ``` I'm also not using the...

@chrisbonifacio 1. Added the line for debug and I'm seeing the debug output. Here are the lines right before the error: ``` [DEBUG] 05:57.7 Credentials - credentials not changed and...

@chrisbonifacio - as for auth types, I'm not sure what you mean by that exactly. I can say this: we are using only Cognito and I was able to login...

@chrisbonifacio - I could not make that change because the generated code doesn't have that as an option (at least not the way you've got it - causes compiler errors)....

@chrisbonifacio - just to be sure, I don't have a path to move forward here.