Tutorial error: Cannot find module '.auth'

Hi Oscar,

I think you’re seeing this error because you’re following the docs for version 4.0, while your project is in the previous major version 3.8.0.

We’ve introduced breaking changes in this release, particularly related to auth. So my suggestions here are one of two options:

a) Follow the equivalent docs for version 3.x here: Authentication | RedwoodJS Docs

OR

b) Upgrade your project to Redwood 4.x following this guide: Redwood v4.0.0 Upgrade Guide, and then continue your tutorial journey!

Hope this helps.