DEV Community

Discussion on: Open source e-commerce Rails 6 & GraphQL with JWT

Collapse
 
peterklein profile image
Peter Klein

Hi @jorge
I wanted to try Demanda out, but there is still an error when i ztry to sign up a user locally. the app is running well, database is fine etc.

Cheers,

Piet

Collapse
 
jorgealvarez profile image
Jorge Alvarez

Hi @peterklein

Can you please give me more information about the error? Is it a server side error? Frontend? Any logs you can share?

Thank you,

Collapse
 
peterklein profile image
Peter Klein

Thanks for your reply @jorgealvarez

In the frontend after filling my data into the form it throws me:

Variable signupInfo of type SignupInput! was provided invalid value for email (Expected value to not be null), password (Expected value to not be null), accountName (Expected value to not be null)

Thread Thread
 
jorgealvarez profile image
Jorge Alvarez

Hello again:

Apologies, the error was due to a half finished refactor of the Signup page. I've completed it and it should work now.

Update your code to the latest master version, please.

Cheers