Upon updating @adonisjs/ally from version 2.1.3 to 4.1.3, I encountered an error stating Cannot find module 'Model
. To address this, I decided to comment out the AllyProvider line and try running it again. Although the error disappeared, I now face issues with logging in using Facebook and Google. It seems like something went wrong but I can't pinpoint what exactly. (I am using adonis 4.1.0) Any suggestions would be greatly appreciated as I have spent a considerable amount of time updating adonisjs ally to version 4.1.3.
The error message I received: https://i.sstatic.net/icOQy.png
I commented out the access provider ally in app.js: https://i.sstatic.net/Qhl3s.png
In my package.json file: https://i.sstatic.net/rVfvD.png