Closed matthew-oneill closed 2 months ago
Hey @matthew-oneill, thank you for reaching out. Noticed a similar issue on the amplify-graphql-seed-plugin repository: https://github.com/awslabs/amplify-graphql-seed-plugin/issues/39. As this is a third part plugin I would suggest reaching out on amplify-graphql-seed-plugin repository.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
20.11.1
Amplify CLI Version
12.12.6 (also tested by reverting to 7.26)
What operating system are you using?
WSL2 Ubuntu
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
When attempting to run the amplify graphql-seed extenstion via the
amplify graphql-seed run
command receivingInvalid or unexpected token
error. This is occurring both locally and in the remote pipeline. We were previously using the extension without issue.Logs do not show any further information.
Expected behavior
Extension should run and seed dynamodb tables
Reproduction steps
Have tested initializing an empty amplify project with the extension and the same error occurs.
amplify init
npm install -g amplify-graphql-seed-plugin
amplify plugin add amplify-graphql-seed-plugin
amplify graphql-seed init
amplify graphql-seed run
Project Identifier
9a4a8c6a9fba58492d03474835b8b2b3
Log output
Additional information
No response
Before submitting, please confirm: