Hello, I am gradually updating a legacy codebase that uses POW 1.0.27, I recently updated the phoenix version to 1.7 and now I have updated the POW version to 1.0.38, But due to the absence of views in phoenix 1.7, I am now stuck on how to rewrite the POW setup to match the upgrade.
This is my current file structure (it is an umbrella app, I am only showing the app I am currently dealing with - authentication)
I keep getting the error:
no "new" html template defined for AuthenticationWeb.Pow.SessionViewView (the module does not exist)
when I try to visit http://localhost:4000/session/new?request_path=%2F
what could I be doing wrong? are there any resources that can help?
I have scoured the entire POW documentation and tried to replicate what I think might be a solution, but nothing has worked. Also I am being careful not to do a total overhaul, as it is a legacy application and many things are delicate.