<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="299923" data-post-id="299923">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Eiji" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Eiji/120/36743_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Eiji
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Great, now compare it with what I show. Looks like you have generated the project in earlier version of <code>phoenix</code> and migrated it to newest one. You have not done an optional step, see <a href="https://gist.github.com/chrismccord/00a6ea2a96bc57df0cce526bd20af8a7#optional-update-your-app-to-support-phoenixverifiedroutes" rel="noopener nofollow ugc">(optional) Update your app to support <code>Phoenix.VerifiedRoutes</code></a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299923" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-299923" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299923"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="299925" data-post-id="299925">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mrbuchmas" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mrbuchmas/120/29693_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mrbuchmas
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Oh yes, you are right. I double-checked and it says version 1.6.15. Which seems strange considering that I thought I generated it with <code>mix phx.new</code> Anyway, I’ve added those things and still get some errors. I’ll post what it looks like below</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299925" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-299925" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299925"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="299926" data-post-id="299926">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mrbuchmas" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mrbuchmas/120/29693_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mrbuchmas
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Ok, so I followed those steps and now get a new set of errors, not sure what to do from here:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">Compiling 8 files (.ex)
error: module Phoenix.VerifiedRoutes is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
  lib/drone_shop_web/live/drone_live.ex:2: DroneShopWeb.DroneLive (module)

error: module Phoenix.VerifiedRoutes is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
  lib/drone_shop_web/views/error_view.ex:2: DroneShopWeb.ErrorView (module)

error: module Phoenix.VerifiedRoutes is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
  lib/drone_shop_web/views/layout_view.ex:2: DroneShopWeb.LayoutView (module)

error: module Phoenix.VerifiedRoutes is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
  lib/drone_shop_web/views/page_view.ex:2: DroneShopWeb.PageView (module)


== Compilation error in file lib/drone_shop_web/live/drone_live.ex ==
** (CompileError) lib/drone_shop_web/live/drone_live.ex: cannot compile module DroneShopWeb.DroneLive (errors have been logged)
    (elixir 1.15.5) expanding macro: Kernel.use/2
    lib/drone_shop_web/live/drone_live.ex:2: DroneShopWeb.DroneLive (module)
    expanding macro: DroneShopWeb.__using__/1
    lib/drone_shop_web/live/drone_live.ex:2: DroneShopWeb.DroneLive (module)
    (elixir 1.15.5) expanding macro: Kernel.use/2

```</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299926" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-299926" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299926"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #13"></div>
  </section>
</div>
    <div class="postbit" id="299927" data-post-id="299927">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mrbuchmas" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mrbuchmas/120/29693_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mrbuchmas
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This is what the file looks like now:</p>
<pre data-code-wrap="defmodule"><code class="lang-defmodule">  @moduledoc """
  The entrypoint for defining your web interface, such
  as controllers, views, channels and so on.

  This can be used in your application as:

      use DroneShopWeb, :controller
      use DroneShopWeb, :view

  The definitions below will be executed for every view,
  controller, etc, so keep them short and clean, focused
  on imports, uses and aliases.

  Do NOT define functions inside the quoted expressions
  below. Instead, define any helper function in modules
  and import those modules here.
  """

  def controller do
    quote do
      use Phoenix.Controller, namespace: DroneShopWeb

      import Plug.Conn
      import DroneShopWeb.Gettext
      alias DroneShopWeb.Router.Helpers, as: Routes
    end
  end

  def view do
    quote do
      use Phoenix.View,
        root: "lib/drone_shop_web/templates",
        namespace: DroneShopWeb

      # Import convenience functions from controllers
      import Phoenix.Controller,
        only: [get_flash: 1, get_flash: 2, view_module: 1, view_template: 1]

      # Include shared imports and aliases for views
      unquote(view_helpers())
    end
  end

  def live_view do
    quote do
      use Phoenix.LiveView,
        layout: {DroneShopWeb.LayoutView, "live.html"}

      unquote(view_helpers())
      unquote(html_helpers())
    end
  end

  def live_component do
    quote do
      use Phoenix.LiveComponent

      unquote(view_helpers())
    end
  end

  def component do
    quote do
      use Phoenix.Component

      unquote(view_helpers())
    end
  end

  def router do
    quote do
      use Phoenix.Router

      import Plug.Conn
      import Phoenix.Controller
      import Phoenix.LiveView.Router
    end
  end

  def channel do
    quote do
      use Phoenix.Channel
      import DroneShopWeb.Gettext
    end
  end

  defp view_helpers do
    quote do
      # Use all HTML functionality (forms, tags, etc)
      use Phoenix.HTML

      # Import LiveView and .heex helpers (live_render, live_patch, &lt;.form&gt;, etc)
      import Phoenix.LiveView.Helpers

      # Import basic rendering functionality (render, render_layout, etc)
      import Phoenix.View

      import DroneShopWeb.ErrorHelpers
      import DroneShopWeb.Gettext
      alias DroneShopWeb.Router.Helpers, as: Routes
      unquote(verified_routes())
    end
  end

  defp html_helpers do
    quote do
      # …

      # Routes generation with the ~p sigil
      unquote(verified_routes())
    end
  end

  def verified_routes do
    quote do
      use Phoenix.VerifiedRoutes,
        endpoint: DroneShopWeb.Endpoint,
        router: DroneShopWeb.Router,
        statics: DroneShopWeb.static_paths()
    end
  end

  @doc """
  When used, dispatch to the appropriate controller/view/etc.
  """
  defmacro __using__(which) when is_atom(which) do
    apply(__MODULE__, which, [])
  end
end
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299927" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-299927" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299927"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #14"></div>
  </section>
</div>
    <div class="postbit" id="299928" data-post-id="299928">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sodapopcan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sodapopcan/120/34668_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sodapopcan
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>That’s because you ran <code>mix phx.new</code> with version 16 and verified routes did not exist in this version.</p>
<p>If you are in a position where you can start over, you can run <code>mix archive.install hex phx_new</code> which will update your <code>phx_new</code> to use the latest version of Phoenix.  Otherwise, just manually update the Phoenix version in your <code>mix.exs</code> and do <code>mix deps.get</code>.  You may need to undo the changes you just did first as to avoid a compilation error.  You will also probably have to update some other packages as well.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299928" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-299928" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299928"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-solved cat-solved" title="Marked as solution"></div>
  </section>
</div>
    <div class="postbit" id="299929" data-post-id="299929">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Eiji" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Eiji/120/36743_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Eiji
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Module <code>Phoenix.VerifiedRoutes</code> is not available in previous <code>phoenix</code> versions. Therefore I’m now not sure if you really have latest <code>phoenix</code> version …</p>
<p>Here is how it looks like for newly generated project:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">$ mix phx.new example
$ mix deps.tree
example
├── ecto_sql ~&gt; 3.10 (Hex package)
├── esbuild ~&gt; 0.7 (Hex package)
├── finch ~&gt; 0.13 (Hex package)
├── floki &gt;= 0.30.0 (Hex package)
├── gettext ~&gt; 0.20 (Hex package)
├── jason ~&gt; 1.2 (Hex package)
├── phoenix ~&gt; 1.7.7 (Hex package)
├── phoenix_ecto ~&gt; 4.4 (Hex package)
├── phoenix_html ~&gt; 3.3 (Hex package)
├── phoenix_live_dashboard ~&gt; 0.8.0 (Hex package)
├── phoenix_live_reload ~&gt; 1.2 (Hex package)
├── phoenix_live_view ~&gt; 0.19.0 (Hex package)
├── plug_cowboy ~&gt; 2.5 (Hex package)
├── postgrex &gt;= 0.0.0 (Hex package)
├── swoosh ~&gt; 1.3 (Hex package)
├── tailwind ~&gt; 0.2.0 (Hex package)
├── telemetry_metrics ~&gt; 0.6 (Hex package)
└── telemetry_poller ~&gt; 1.0 (Hex package)
</code></pre>
<p>Could you please compare this with the dependencies you have?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299929" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/17">Post #16</a>
	                </div>
	            </div>
              <div id="likers-container-299929" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299929"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #16"></div>
  </section>
</div>
    <div class="postbit" id="299930" data-post-id="299930">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mrbuchmas" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mrbuchmas/120/29693_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mrbuchmas
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Alright, the need to update <code>phx_new</code> is definitely helpful information! I think I will do that and make a new project and copy over what I can since I haven’t gone that far into it. I’ll report back on what happens after updating all my dependencies.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299930" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/18">Post #17</a>
	                </div>
	            </div>
              <div id="likers-container-299930" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299930"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #17"></div>
  </section>
</div>
    <div class="postbit" id="299931" data-post-id="299931">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mrbuchmas" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mrbuchmas/120/29693_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mrbuchmas
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Yes, I was mistaken on the version of Phoenix I was using. I’m going to do generate a new project after updating everything and see if that fixes my issue. I’ll let you know what happens!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299931" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/19">Post #18</a>
	                </div>
	            </div>
              <div id="likers-container-299931" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299931"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #18"></div>
  </section>
</div>
    <div class="postbit" id="299932" data-post-id="299932">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sodapopcan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sodapopcan/120/34668_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sodapopcan
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Ya, it’s a bit of a hairy command and something that eluded me for a while.  It’s one of those things that you run very early on while learning and then completely forget about.  It’s also not super intuitive that <code>archive.install</code> will also update an archive.  It’s also not too intuitive as to what an “archive” is <img src="https://forum.elixirforum.com/images/emoji/apple/sweat_smile.png?v=15" title=":sweat_smile:" class="emoji" alt=":sweat_smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="299932" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/20">Post #19</a>
	                </div>
	            </div>
              <div id="likers-container-299932" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="299932"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #19"></div>
  </section>
</div>
    <div class="postbit" id="300186" data-post-id="300186">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mrbuchmas" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mrbuchmas/120/29693_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mrbuchmas
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/eiji" rel="nofollow">@Eiji</a> <a class="mention" href="/u/sodapopcan" rel="nofollow">@sodapopcan</a> Thanks for the help! Updating Phoenix was definitely the issue</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="300186" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-enable-verified-routes-undefined-function-sigil-p-2/58024/21">Post #20</a>
	                </div>
	            </div>
              <div id="likers-container-300186" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="300186"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #20"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/58024/load_more?page=3">Load more posts (1 remaining)</a>
</div></template></turbo-stream>