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


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nix2intel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nix2intel/120/37441_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nix2intel
                    <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>actually <a class="mention" href="/u/zachdaniel" rel="nofollow">@zachdaniel</a> i spoke too soon:</p>
<ul>
<li>running mix deps.compile</li>
</ul>
<p>We are almost there! The following steps are missing:</p>
<pre><code>$ cd test
</code></pre>
<p>Then configure your database in config/dev.exs and run:</p>
<pre><code>$ mix ecto.create
</code></pre>
<p>Start your Phoenix app with:</p>
<pre><code>$ mix phx.server
</code></pre>
<p>You can also run your app inside IEx (Interactive Elixir) as:</p>
<pre><code>$ iex -S mix phx.server
</code></pre>
<p>installing igniter <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
compiling igniter <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
setting up igniter <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
compiling ash <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
<code>ash.install</code> <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"></p>
<p>Successfully installed:</p>
<ul>
<li>ash<br>
checking for igniter in project <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
compiling igniter <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
setting up igniter <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
compiling ash_phoenix, ash_json_api, ash_postgres, ash_authentication, ash_authentication_phoenix, ash_csv, ash_state_machine, ash_paper_trail, cloak, ash_cloak <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
compiling open_api_spex <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
<code>ash_json_api.install</code> <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
<code>ash_postgres.install</code> <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
installing new dependencies <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
<code>ash_authentication.install</code> <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"><br>
<code>ash_authentication_phoenix.install</code> <img src="https://forum.elixirforum.com/images/emoji/apple/check_mark.png?v=15" title=":check_mark:" class="emoji" alt=":check_mark:" loading="lazy" width="20" height="20"></li>
</ul>
<p>Issues:</p>
<ul>
<li>** (Rewrite.SourceError) could not write to file “lib/test/application.ex”: file changed since reading</li>
</ul>
<p>Successfully installed:</p>
<ul>
<li>ash_phoenix</li>
<li>ash_json_api</li>
<li>ash_postgres</li>
<li>ash_authentication</li>
<li>ash_authentication_phoenix</li>
<li>ash_csv</li>
<li>ash_state_machine</li>
<li>ash_paper_trail</li>
<li>cloak</li>
<li>ash_cloak</li>
</ul>
<p>i’m using elixir 1.81.1 and otp 26</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="353513" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-353513" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353513"
                     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="353517" data-post-id="353517">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="zachdaniel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/zachdaniel/120/31980_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  zachdaniel
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Ash</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Okay, so <em>this</em> is the bug that appears to happen anywhere but where I can see it <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>
<p>I’ve tried to reproduce with all kinds of configurations, and now both on windows and on Mac. I’m not really sure how to proceed in that scenario. From what I can tell rewrite (maybe <a class="mention" href="/u/marcus" rel="nofollow">@Marcus</a> can help us here?) is comparing the old file with the new file using <code>:erlang.phash</code> and I cannot possibly conceive of a reason why it would have changed in any way. The file is generated in this case first by Phoenix, and then when we first read it into the igniter it should be the same as it originally was.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="353517" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-353517" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353517"
                     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="353519" data-post-id="353519">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nix2intel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nix2intel/120/37441_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nix2intel
                    <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>Was the windows machine on a snapdragon? Between Mac and me trying to do a sideproject on Asahi linux would be interesting to see if it was arm specific, but that wouldn’t make much sense with the beam providing the abstractions.  Is there anything I can do do get you more data?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="353519" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-353519" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353519"
                     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="353520" data-post-id="353520">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nix2intel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nix2intel/120/37441_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nix2intel
                    <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>could be newer versions of elixir with type issues, but I didn’t see any warnings that way…</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="353520" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-353520" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353520"
                     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="353522" data-post-id="353522">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="zachdaniel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/zachdaniel/120/31980_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  zachdaniel
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Ash</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The only thing I can really think of would be to clone igniter down manually, and then after making your new project, set <code>{:igniter, path: "../path_to_igniter", only: [:dev, :test]}</code>.</p>
<p>Then, you’d have to modify the files in <code>igniter</code>, right around here before we attempt to write the files:</p>
<p><a href="https://github.com/ash-project/igniter/blob/main/lib/igniter/util/install.ex#L93" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/ash-project/igniter/blob/main/lib/igniter/util/install.ex#L93</a></p>
<p>And add something like this:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">path = "lib/hillbilly_millionaire/application.ex"
source = Rewrite.source!(igniter.rewrite, path)

file = File.read!(path)
igniter_original_contents = Rewrite.Source.get(source, :content, 1)

# Did the path somehow change?
IO.inspect(Rewrite.Source.get(source, :path, 1))
IO.inspect(Rewrite.Source.get(source, :path))

# inspect the outputs for differences

IO.puts(igniter_original_content)
IO.puts(file)

# some other things that would be good to check
`IO.inspect(source.hash)`
`IO.inspect(:erlang.phash2({path, file}))`
`IO.inspect(:erlang.phash2({path, igniter_original_content}))`
</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="353522" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-353522" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353522"
                     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 #15"></div>
  </section>
</div>
    <div class="postbit" id="353524" data-post-id="353524">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="zachdaniel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/zachdaniel/120/31980_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  zachdaniel
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Ash</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Then you can run the <code>igniter.install</code> step (the part after curl in the script) and maybe that would point us to the problem. Its a lot to ask but if you’re willing to do it I’d be very grateful <img src="https://forum.elixirforum.com/images/emoji/apple/bowing_man.png?v=15" title=":bowing_man:" class="emoji" alt=":bowing_man:" 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="353524" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/17">Post #16</a>
	                </div>
	            </div>
              <div id="likers-container-353524" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353524"
                     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="353525" data-post-id="353525">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nix2intel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nix2intel/120/37441_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nix2intel
                    <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>Hey man, i’m here for the party let’s figure it out <img src="https://forum.elixirforum.com/images/emoji/apple/smiley.png?v=15" title=":smiley:" class="emoji" alt=":smiley:" 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="353525" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/18">Post #17</a>
	                </div>
	            </div>
              <div id="likers-container-353525" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353525"
                     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="353528" data-post-id="353528">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nix2intel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nix2intel/120/37441_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nix2intel
                    <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>lol you aren’t going to like the answer, i pulled the 5.11 tag of igniter and it just worked</p>
<p>*actually disregard, still debugging.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="353528" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/19">Post #18</a>
	                </div>
	            </div>
              <div id="likers-container-353528" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353528"
                     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="353530" data-post-id="353530">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nix2intel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nix2intel/120/37441_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nix2intel
                    <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 this is elusive as all get out, i’m resorting to iex in debug and pry, what is weird is the tests all pass too and I see some specific to this, i’m gonna call it for the day but will keep digging and let you know.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="353530" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/20">Post #19</a>
	                </div>
	            </div>
              <div id="likers-container-353530" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353530"
                     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="353531" data-post-id="353531">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nix2intel" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nix2intel/120/37441_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nix2intel
                    <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>My best guess so far is that this is a bug in rewrite, as the error is coming from there</p>
<p>In fact i can see the Rewrite error message here :</p>
<p></p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/3X/5/8/588cc050e8c563e44b02af8dbecbf16f6fa00157.jpeg" data-download-href="https://forum.elixirforum.com/uploads/default/588cc050e8c563e44b02af8dbecbf16f6fa00157" title="image" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/optimized/3X/5/8/588cc050e8c563e44b02af8dbecbf16f6fa00157_2_690x476.jpeg" alt="image" data-base62-sha1="cDlzGkDkCikI4yySJrGw32Umrrh" width="690" height="476" srcset="https://forum.elixirforum.com/uploads/default/optimized/3X/5/8/588cc050e8c563e44b02af8dbecbf16f6fa00157_2_690x476.jpeg, https://forum.elixirforum.com/uploads/default/optimized/3X/5/8/588cc050e8c563e44b02af8dbecbf16f6fa00157_2_1035x714.jpeg 1.5x, https://forum.elixirforum.com/uploads/default/original/3X/5/8/588cc050e8c563e44b02af8dbecbf16f6fa00157.jpeg 2x" data-dominant-color="040505"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">image</span><span class="informations">1200×829 36 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p>
<p>i haven’t been able to see any async or concurrent calls to these, but my thought would be that  the issue could be that somewhere?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="353531" 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/compiling-igniter-mix-cant-continue-due-to-errors-on-dependencies/68859/21">Post #20</a>
	                </div>
	            </div>
              <div id="likers-container-353531" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="353531"
                     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/68859/load_more?page=3">Load more posts (17 remaining)</a>
</div></template></turbo-stream>