New to Amplify, as I am switching over from using FaunaDB.
I set up my project with this tutorial: https://docs.amplify.aws/start/getting-started/data-model/q/integration/vue/
I had everything running smooth locally, and loving the GraphQL Playground environment you provide.
But I got side-tracked with work-stuff, so it's been 60+ days since I last worked on my personal project website.
And now when I run npm run dev ... I'm getting errors on all my queries;
{
"errors" : [ {
"errorType" : "UnauthorizedException",
"message" : "You are not authorized to make this call."
} ]
}```
When I go through the console to the GraphQL playground, I'm still able to run my queries and get back data, but no-go locally, or on the published dev domain.
I'm sure it's something easy that I need to do when my permissions run out, but I've yet to find this info.
Appreciate the hep!