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


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="s-stepien" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/s-stepien/120/21557_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  s-stepien
                    <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’ve redacted the true app name and redacted the paths with the app name. However, there is not one line in <code>patters</code> list that would cause the issue (I’ve checked). I have to remove this whole config section to see the apps starting. So I think it is not about the dir/files the inotify observes.</p>
<p>And yes, with new/clean project, the live_reload isn’t blocking the startup. In new project and in my project I’m using the same versions of the packages (e.g. file_system). I’ve also checked the code generated in new project - it looks the same (only some patters are different).</p>
<p>Update: empty <code>patters</code> also helps! So I do not have to remove the whole section from config file.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="375963" 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/application-module-start-function-not-called/72945/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-375963" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="375963"
                     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="375977" data-post-id="375977">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Let us know when you dig the problem out. Should be something trivial that the tooling does not yell at you for but must be this or that, I presume.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="375977" 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/application-module-start-function-not-called/72945/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-375977" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="375977"
                     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="375980" data-post-id="375980">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="s-stepien" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/s-stepien/120/21557_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  s-stepien
                    <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>Hmmm</p>
<p>In fail case:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">iex(2)&gt; Application.started_applications()
[
{:myapp, [], []},
{:hex, ~c"hex", ~c"2.2.2"},
{:inets, ~c"INETS  CXC 138 49", ~c"9.4.2"},
{:ssl, ~c"Erlang/OTP SSL application", ~c"11.4"},
{:public_key, ~c"Public key infrastructure", ~c"1.18.3"},
{:asn1, ~c"The Erlang ASN1 compiler version 5.4.2", ~c"5.4.2"},
{:crypto, ~c"CRYPTO", ~c"5.7"},
{:mix, ~c"mix", ~c"1.18.4"},
{:iex, ~c"iex", ~c"1.18.4"},
{:elixir, ~c"elixir", ~c"1.18.4"},
{:compiler, ~c"ERTS  CXC 138 10", ~c"9.0.2"},
{:stdlib, ~c"ERTS  CXC 138 10", ~c"7.1"},
{:kernel, ~c"ERTS  CXC 138 10", ~c"10.4"}
]

iex(4)&gt; Application.ensure_started(:phoenix_live_reload)
{:error, {:not_started, :logger}}
iex(5)&gt; Application.ensure_started(:logger)
:ok
iex(6)&gt; Application.ensure_started(:phoenix_live_reload)
{:error, {:not_started, :phoenix}}
iex(7)&gt; Application.ensure_started(:phoenix)
{:error, {:not_started, :eex}}
iex(8)&gt; Application.ensure_started(:eex)
:ok
iex(9)&gt; Application.ensure_started(:phoenix)
{:error, {:not_started, :plug}}
iex(10)&gt; Application.ensure_started(:plug)
{:error, {:not_started, :mime}}
iex(11)&gt; Application.ensure_started(:mime)
:ok
iex(12)&gt; Application.ensure_started(:plug)
{:error, {:not_started, :plug_crypto}}
iex(13)&gt; Application.ensure_started(:plug_crypto)
:ok
iex(14)&gt; Application.ensure_started(:plug)
{:error, {:not_started, :telemetry}}
iex(15)&gt; Application.ensure_started(:telemetry)
:ok
iex(16)&gt; Application.ensure_started(:plug)
:ok
iex(17)&gt; Application.ensure_started(:phoenix)
{:error, {:not_started, :phoenix_pubsub}}
iex(18)&gt; Application.ensure_started(:phoenix_pubsub)
:ok
iex(19)&gt; Application.ensure_started(:phoenix)
{:error, {:not_started, :phoenix_template}}
iex(20)&gt; Application.ensure_started(:phoenix_templete)
{:error, {~c"no such file or directory", ~c"phoenix_templete.app"}}
</code></pre>
<p>Update: in the end I was able to start them all and made sure that the file is there. So I do not know if this is related (or if I’m doing it correctly anyway).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="375980" 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/application-module-start-function-not-called/72945/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-375980" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="375980"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>