Jay
Jay
@markuspelnens Oh interesting. I'm not sure if this is the same issue other folks are having but let me take a look into it. Thanks for digging into it.
@markuspelnens I've updated the `sigV4Client.js` to fix this. So we aren't using the URL object. https://github.com/AnomalyInnovations/serverless-stack-demo-client/blob/master/src/libs/sigV4Client.js
@markuspelnens I'm not entirely sure, it's been really hard to track down.
@forste Are you able to replicate it reliably? Does it happen every time for you? If so can you share your repo, I'd like to test it and fix it.
Hmm I'm not sure I understand. Since the frontend is a static webpage, what does the redirect accomplish? Are you trying to show the user a message that the request...
Sorry I don't have too much experience with this. Where are you seeing this error? In Lambda?
Thanks for the updated screenshot. Just added a comment on the new step.
Hmm this one is a bit of a bigger change, since we need to change the attached repos as well. I think for now it might be better to add...
Hmm you are just fetching the notes for a given user id. As long as you know the user id you should be able to get them.
@surajr Yeah it's on our list. For Federated Identity with FB (or the like) you need to add another authenticator here - https://github.com/AnomalyInnovations/serverless-stack-demo-client/blob/master/src/libs/awsLib.js#L135 And set them up as a provider...