aziz

aziz

I’m posting this as a reference as I couldn’t find a post related to this error message.

This issue can arise in umbrella projects that have been generated a long time ago where the LiveView HEEx formatter didn’t exist yet and you want to get up-to-date. When you try to define the Phoenix.LiveView.HTMLFormatter as a plugin module (only) in the apps/myapp_web/.formatter.exs file you may get the following error:

** (UndefinedFunctionError) function Phoenix.LiveView.HTMLFormatter.format/2 is undefined (module Phoenix.LiveView.HTMLFormatter is not available)
    Phoenix.LiveView.HTMLFormatter.format("<img src=\"/images/toggle_on.svg\" />\n", [file: "src/myapp/apps/myapp_web/lib/myapp_web/views/admin/helpers.ex", line: 11, sigil: :H, modifiers: [], opening_delimiter: "\"\"\"", import_deps: [:ecto, :ecto_sql, :phoenix, :surface, :assertions], plugins: [Phoenix.LiveView.HTMLFormatter], inputs: ["*.{heex,ex,exs}", "{lib,test}/**/*.{heex,ex,exs}"]])
    (elixir 1.14.2) lib/code/formatter.ex:1348: Code.Formatter.maybe_sigil_to_algebra/4
    (elixir 1.14.2) lib/code/formatter.ex:487: Code.Formatter.quoted_to_algebra/3
    (elixir 1.14.2) lib/code/formatter.ex:576: anonymous fn/3 in Code.Formatter.block_args_to_algebra/4
    (elixir 1.14.2) lib/code/formatter.ex:1960: Code.Formatter.each_quoted_to_algebra_with_comments/6
    (elixir 1.14.2) lib/code/formatter.ex:1938: Code.Formatter.quoted_to_algebra_with_comments/6
    (elixir 1.14.2) lib/code/formatter.ex:581: Code.Formatter.block_args_to_algebra/4
    (elixir 1.14.2) lib/code/formatter.ex:1858: Code.Formatter.clauses_to_algebra/4

I noticed that I sometimes didn’t get this error when I ran mix format the first time, but then every subsequent time.

First 2 of 2 Posts Switch mode

aziz

aziz OP

Solution

Make sure that the same module (plugins: [Phoenix.LiveView.HTMLFormatter]) is defined in the root .formatter.exs file as well. It’s mentioned in the docs but sometimes you even overlook big info sections like that or misunderstand them.

Also ensure that you have at least {:phoenix_live_view, "~> 0.17.8"} defined. It’s the first version that makes the formatter module available.

acco

acco

FWIW, I had to uninstall and reinstall phoenix_live_view

mix deps.clean phoenix_live_view
mix deps.get
— All posts loaded —

Where Next? Top

Trending in Questions Top

stjefim
Hello! Suppose you are building workflow (order / task / payment) processing system with the following requirements: Each workflow con...
New
jonnycharles
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
dli
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app? Looking for hints regarding: Addi...
New
roeland
Kia ora, We have been using elixir-google-api to connect to Google Drive. However, with the updates to Tesla due to CVEs this is now bro...
New
bottlenecked
Hi all, I wanted to ask how the community is dealing with post-release steps. Today we have Ecto migrations, which make sure that the db...
New
rahultumpala
Hello, I have an Elixir backend that implements a custom protocol over TCP. I want to load test the backend and assess the performance o...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge &amp; Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
juhalehtonen
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New

We're in Beta

About us Mission Statement