INTRODUCTION
Redwood.js & Full Stack
Redwood is an opinionated, full-stack, serverless web application framework that ena...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Great explanation
Thanks. Much appreciated.
I get this error when I localdeploy
Failed to compile.
./src/pages/HomePage/HomePage.js
Module not found: Error: Can't resolve '../../components/ListingsCell' in
Can you help me?
Could you paste the whole error message.
I also hope you are running using
Alternatively you can follow the tutorial using this repo
github.com/brianraila/rw-fauna
In rw-fauna/api/src/lib/db.js
you changed 'Bearer ' to
Bearer ${process.env.FAUNA_KEY}Can you show how to create a page to input the data(jobs) with the graphql?
Great, I will make some time to do that.