ryanwalters / amplify-auth-next-storage

Isomorphic cookie storage for Next.js apps using @aws-amplify/auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't get this working

rachelgould opened this issue · comments

Describe the bug
I've tried to implement this on a bare-bones proof of concept project and can't for the life of me get it to work. I've followed all the code verbatim from the documentation, but cannot get a user back.

I'd appreciate any guidance so much – I've been trying to get Amplify working on Next for the past few days and have had no end of headaches. I was really hoping this repo would be the silver bullet!

Repo Link
https://github.com/rachelgould/next-amplify-cognito

Expected behavior
I'd expect to be able to log in using amplify-auth and get a current user back.