Hello, guys. I have an issue when deploying functi...
# prisma-whats-new
o
Hello, guys. I have an issue when deploying functions with new framework. I’m following
<https://www.graph.cool/docs/tutorials/auth/authentication-with-email-and-password-for-react-and-apollo-cu3jah9ech>
and it seems signup.ts not properly working when deployed to shared-ap-northeast-1 and shared-us-west-2.
n
Hi @onelastjedi did you solve? I also have my problems with this example I got:
"error": "Function returned invalid status code: 0. Raw body: empty.last"
What is your problem, or what is not properly working? try to run
graphcool logs
maybe you are on Windows ? Look: https://github.com/graphcool/framework/issues/885
r
@onelastjedi and @ngSoftware, did either of you have any luck getting this to work? I've noticed that the guide is outdated, that the source files have switched over to using typescript. I'm looking for a js only approach. Either of you find one?
@ngSoftware, yup, it seems i have a some issues with my own code instead.
r
Thanks @onelastjedi. That's what I needed.