You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
I need an example of using serverless with Appsync and DynamoDB and have been trying out the production (online) app-backend/appsync/dynamo, app-client/appsync-client and AWS S3 configuration.
Everything appears to deploy without error but when I try the client login it works but I get this Network error: Unexpected token < in JSON at position 0
I am having trouble with (I think) at least config/security.env.prod. I might also just be confusing which configuration steps to follow.
Does the prod config need DATABASE_URL and DATABASE_TYPE set when using the appsync/dynamo combination? I was not sure what should be in both if anything.
I also notice that the instructions say to cd app-backend/appsync/dynamodb but it is actually cd app-backend/appsync/dynamo which makes me wonder if there might be a mismatch in instructions.