i created a new project, added the email-password ...
# prisma-whats-new
e
i created a new project, added the email-password auth template, and deployed to the BaaS. when i try to invoke a function i get the error
"Cannot find module '/var/task/src\\email-password\\signup-lambda'"
.
👍 1
a
Does the code for that template live in the 'email-password' folder under your src folder?
I remember something about paths, but I can't remember what it was.
e
yes it does
a
I also see something weird happening with slashes. Are you using forward slashes for the path in your project file?
Also, are you using the latest CLI version to deploy?
e
yes, ie schema: src/email-password/signup.graphql
graphcool/0.7.0 (windows-x64) node-v8.6.0
a
I'm out of ideas...
e
hmm, ok. thanks for trying
a
You're welcome. One of the Graphcool guys will probably be able to help you in the morning.
n
@eli, can you elaborate on
when i try to invoke a function
?
e
@nilan when i call a mutation defined by that function defined in a schema extension
n