Hi,
I implemented a file upload using Phoenix Live View. Everything works fine locally, but on production mode, there is an error in console: unknown hook found for “Phoenix.LiveFileUpload”.
It appears when I only pull up the page and not interacting with the file upload button.
Versions: elixir - 1.11.3, otp - 23.2, phoenix_live_view - 0.15.4.
Thanks for the help