Form Module is not available

nedFunctionError) function Form.for_action/3 is undefined (module Form is not available)
nedFunctionError) function Form.for_action/3 is undefined (module Form is not available)
While trying to implement my own liveview for the reset functionality. I am getting this error.
4 Replies
harry
harry•3y ago
Have you got ash_phoenix installed? As this is part of that not the core
talha-azeem
talha-azeemOP•3y ago
yes but i am trying to make my own liveviews. Everything is working fine for the sign in and registration forms but i don't know why it is giving me error for the reset password liveview. I tried compiling the project again as well.
harry
harry•3y ago
🤔 Can you send the code?
talha-azeem
talha-azeemOP•3y ago
I found the issue. I forgot to alias alias AshPhoenix.Form

Did you find this page helpful?