Tim
Tim
@delgermurun @klyburke I wonder if we can have a new folder inside `builderbook` and/or `saas` repositories, with custom features like FB Login. What do you think? --- Alternatively, we can...
@siddaiahm Thank you for your contribution. I haven't run your code but it looks good. I created a new folder at the root of the repo: `examples`. You are welcome...
@marcosCapistrano Thanks for suggestion. I don't think there are many (or any) instances for using `getStaticProps` (fetch data and render page at build time instead of request time). But worth...
@klyburke Are you able to reproduce redirect to `http://localhost:3000/undefined/login`?
@mrrobotoe Thanks. I will test this issue after this upcoming update: https://github.com/async-labs/saas/issues/203
@mrrobotoe We pushed code and book content updates. Please check if you still have this issue. Thanks.
@OB42 Try local database instead of remote. ---- Once you install **mongod** and **mongosh** locally, here are some commands you may find useful: ``` sudo mongod --auth --port 27017 --dbpath...