Has anyone gotten AWS Amplify to work with Solid.js?
I've been relying on the Cognito Hosten UI, AWS provides, and I can start the correct sign up UI and will be redirected back to my Solid.js site.
Unfortunately neither using the
code
myself nor using the AWS Amplify library to handle the code worked.
In the react apps I used previously, I used the withAuthenticator
HOC provided by 'aws-amplify-react'1 Reply
specifically, after the Hosted UI redirects back to my app, I get
which makes me wonder whether the pool id is not properly set.
I call the
Amplify.configure()
in the index.tsx, so It should be called before the aws code runs, right?