bwheeele

Results 3 comments of bwheeele

I agree it's very confusing. It says one thing on auth.js docs and then another things on the github, and then something else different somewhere else. The video is super...

@m-muiznieks Is yours like this too? ⨯ Error [ERR_MODULE_NOT_FOUND]: Cannot find module '//node_modules/next/server' imported from //node_modules/next-auth/lib/env.js Did you mean to import "next/server.js"? Any time I hit api/auth anything I get...

I was able to fix it by adding .js to end of all the files with server/navigation. I don't understand why I have to do this though and this is...