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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This afternoon I got this working on Ubuntu 20.02 - just had to add a these dependencies, then <code>asdf install erlang 24.0</code>.</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">~&gt; sudo apt -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
</code></pre>
<p>I had to reboot my system to get the asdf compile process to recognize the libraries - not sure why.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213621" 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/erlang-otp-24-0-released/39630/34">Post #33</a>
	                </div>
	            </div>
              <div id="likers-container-213621" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213621"
                     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 #33"></div>
  </section>
</div>
    <div class="postbit" id="213631" data-post-id="213631">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’m seeing the following issues with <code>asdf install erlang 24.0</code>:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">asdf_24.0 is not a kerl-managed Erlang/OTP installation
The asdf_24.0 build has been deleted
Extracting source code
Building Erlang/OTP 24.0 (asdf_24.0), please wait...
APPLICATIONS DISABLED (See: /Users/conradwt/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_build_24.0.log)
 * jinterface     : Java compiler disabled by user
 * jinterface     : User gave --without-jinterface option
 * odbc           : User gave --without-odbc option

APPLICATIONS INFORMATION (See: /Users/conradwt/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_build_24.0.log)
 * wx             : wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available

Build failed.
1 error generated.
gmake[3]: *** [Makefile:163: x86_64-apple-darwin20.4.0/wxe_wrapper_5.o] Error 1
1 error generated.
gmake[3]: *** [Makefile:163: x86_64-apple-darwin20.4.0/wxe_wrapper_6.o] Error 1
gmake[3]: Leaving directory '/Users/conradwt/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/lib/wx/c_src'
gmake[2]: *** [/Users/conradwt/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/make/otp_subdir.mk:29: opt] Error 2
gmake[2]: Leaving directory '/Users/conradwt/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/lib/wx'
gmake[1]: *** [/Users/conradwt/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/make/otp_subdir.mk:29: opt] Error 2
gmake[1]: Leaving directory '/Users/conradwt/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/lib'
gmake: *** [Makefile:498: libs] Error 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="213631" 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/erlang-otp-24-0-released/39630/35">Post #34</a>
	                </div>
	            </div>
              <div id="likers-container-213631" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213631"
                     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 #34"></div>
  </section>
</div>
    <div class="postbit" id="213639" data-post-id="213639">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks a lot! This worked for me. Using asdf on an Intel Mac running 10.15.7.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213639" 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/erlang-otp-24-0-released/39630/36">Post #35</a>
	                </div>
	            </div>
              <div id="likers-container-213639" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213639"
                     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 #35"></div>
  </section>
</div>
    <div class="postbit" id="213653" data-post-id="213653">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The following will probably resolve your issue reagarding <strong>wxWidgets was not compiled with --enable-webview</strong>. At least it did for me.</p>
<blockquote>
<p>sudo apt -y install libwxgtk-webview3.0-gtk3-dev</p>
</blockquote>
<p>Here my asdf installation log for installing erlang 24.0 after installing the libwxgtk-webview3.0-gtk3-dev package :</p>
<blockquote>
<p>rb@RB-WORK:~$ asdf install erlang 24.0<br>
asdf_24.0 is not a kerl-managed Erlang/OTP installation<br>
No build named asdf_24.0<br>
Extracting source code<br>
Building Erlang/OTP 24.0 (asdf_24.0), please wait…<br>
Erlang/OTP 24.0 (asdf_24.0) has been successfully built<br>
Installing Erlang/OTP 24.0 (asdf_24.0) in /home/rb/.asdf/installs/erlang/24.0…<br>
You can activate this installation running the following command:<br>
. /home/rb/.asdf/installs/erlang/24.0/activate<br>
Later on, you can leave the installation typing:<br>
kerl_deactivate<br>
Cleaning up compilation products for<br>
Cleaned up compilation products for  under /home/rb/.asdf/plugins/erlang/kerl-home/builds<br>
ln: failed to create symbolic link ‘./erl_call’: File exists</p>
<p>Erlang 24.0 has been installed. Activate globally with:</p>
<pre><code>asdf global erlang 24.0
</code></pre>
<p>Activate locally in the current folder with:</p>
<pre><code>asdf local erlang 24.0
</code></pre>
</blockquote> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213653" 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/erlang-otp-24-0-released/39630/37">Post #36</a>
	                </div>
	            </div>
              <div id="likers-container-213653" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213653"
                     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 #36"></div>
  </section>
</div>
    <div class="postbit" id="213670" data-post-id="213670">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This fix worked for me as well</p>
<h1><a name="p-213670-run-this-if-you-are-using-asdf-1" class="anchor" href="#p-213670-run-this-if-you-are-using-asdf-1" aria-label="Heading link" rel="nofollow"></a>Run this if you are using asdf</h1>
<p>$ CPP=cpp EGREP=egrep asdf install erlang latest:24</p>
<p>Wait until this line appears:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">Building Erlang/OTP 24.0 (asdf_24.0), please wait...
</code></pre>
<p>Then, quickly in another terminal:</p>
<h1><a name="p-213670-patch-configure-2" class="anchor" href="#p-213670-patch-configure-2" aria-label="Heading link" rel="nofollow"></a>Patch <code>configure</code></h1>
<h1><a name="p-213670-for-asdf-3" class="anchor" href="#p-213670-for-asdf-3" aria-label="Heading link" rel="nofollow"></a>For asdf</h1>
<p>$ printf ‘/if test “x$DED_LD” = “x”; then\ni\nunset DED_LD\n.\n\nw\nq\n’ | ed ~/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/lib/crypto/configure</p>
<p>If you see <code>No such file or directory</code>, the file may yet to have generated by the build process. Try again a couple of seconds later.</p>
<p>If the patch is applied successfully, these few lines should appear (the numbers may be different on your side):</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">224018
if test "x$DED_LD" = "x"; then
if test "x$DED_LD" = "x"; then
224031
</code></pre>
<p>The build should continue as expected.</p>
<p>Above from: <a href="https://github.com/kerl/kerl/issues/371#issuecomment-840043256" class="inline-onebox" rel="noopener nofollow ugc">Can't install Erlang-24 due to openssl issues · Issue #371 · kerl/kerl · GitHub</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="213670" 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/erlang-otp-24-0-released/39630/38">Post #37</a>
	                </div>
	            </div>
              <div id="likers-container-213670" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213670"
                     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 #37"></div>
  </section>
</div>
    <div class="postbit" id="213674" data-post-id="213674">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>to make copy/paste less painfull replaced smartypants</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">printf '/if test "x$DED_LD" = "x"; then\ni\nunset DED_LD\n.\n\nw\nq\n' | ed ~/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/lib/crypto/configure
</code></pre>
<p>However still same error message for me <img src="https://forum.elixirforum.com/images/emoji/apple/frowning.png?v=15" title=":frowning:" class="emoji" alt=":frowning:" 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="213674" 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/erlang-otp-24-0-released/39630/39">Post #38</a>
	                </div>
	            </div>
              <div id="likers-container-213674" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213674"
                     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 #38"></div>
  </section>
</div>
    <div class="postbit" id="213735" data-post-id="213735">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Heroku buildpack is broken right now (used by a lot of different CI and PaaS systems).</p>
<p><a href="https://github.com/elixir-buildpack/heroku-otp/actions/runs/834942137" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/elixir-buildpack/heroku-otp/actions/runs/834942137</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="213735" 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/erlang-otp-24-0-released/39630/40">Post #39</a>
	                </div>
	            </div>
              <div id="likers-container-213735" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213735"
                     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 #39"></div>
  </section>
</div>
    <div class="postbit" id="213740" data-post-id="213740">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I installed Erlang 24 / Elixir 1.12.0-rc.1-otp-24 under asdf (on Ubuntu 20.04 in wsl) without any build problems yesterday, but subsequent TLS connections (with a self-signed cert) to Phoenix apps fail. I only upgraded out of idle curiosity &amp; being new to Elixir don’t have the knowledge to chase the issue, so just reverted.</p>
<p>Just mentioning in case anyone else experiences the same.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213740" 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/erlang-otp-24-0-released/39630/41">Post #40</a>
	                </div>
	            </div>
              <div id="likers-container-213740" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213740"
                     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 #40"></div>
  </section>
</div>
    <div class="postbit" id="213742" data-post-id="213742">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I just listened to Robert’s interview in this podcast: <a href="https://forum.elixirforum.com/t/elixir-wizards-season-6-beam-magic/39465" rel="nofollow">https://forum.elixirforum.com/t/elixir-wizards-season-6-beam-magic/39465?u=astonj</a> and he talks a little bit about OTP 24 too - well worth a listen! <img src="https://forum.elixirforum.com/uploads/default/original/2X/a/a1c41c89c299189a3f85edfeb4973563d8bac781.gif?v=15" title=":023:" class="emoji emoji-custom" alt=":023:" 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="213742" 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/erlang-otp-24-0-released/39630/42">Post #41</a>
	                </div>
	            </div>
              <div id="likers-container-213742" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213742"
                     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 #41"></div>
  </section>
</div>
    <div class="postbit" id="213755" data-post-id="213755">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Does JIT work in Docker?</p>
<p>Running hexpm/elixir:1.11.4-erlang-24.0-alpine-3.13.3 on windows dev machine and ubuntu prod server, both giving <code>[jit:no-native-stack]</code>. I guess it’s lacking some compile time flag, namely <code>NATIVE_ERLANG_STACK</code>.</p>
<p>Question is, CAN it compile with that flag in docker?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213755" 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/erlang-otp-24-0-released/39630/43">Post #42</a>
	                </div>
	            </div>
              <div id="likers-container-213755" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213755"
                     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 #42"></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/39630/load_more?page=5">Load more posts (30 remaining)</a>
</div></template></turbo-stream>