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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks for checking!</p>
<p>Interestingly I have this same setup, and works great locally. Only seems to have the problem when I am trying to deploy it.<br>
Building mix release and starting on render.<br>
When I build a release locally that seems to work more or less.</p>
<p>EDIT:</p>
<p>I found the problem!<br>
In our build script we have migration running as the last step:<br>
<code>_build/$MIX_ENV/rel/xxx/bin/xxx eval "xxx.Release.migrate" </code><br>
When it wants to run this step we get that error I sent earlier, even locally.</p>
<p>We have this setup: <a href="https://fly.io/phoenix-files/how-to-migrate-mix-release-projects/" class="inline-onebox" rel="noopener nofollow ugc">How to migrate Mix Release projects · The Phoenix Files</a><br>
Anything with eval post build does not seem to work.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="272471" 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/secretvault-store-your-secrets-inside-your-repository/51222/22">Post #21</a>
	                </div>
	            </div>
              <div id="likers-container-272471" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="272471"
                     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 #21"></div>
  </section>
</div>
    <div class="postbit" id="272485" data-post-id="272485">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I was able to reproduce the issue on this project by doing the following:</p>
<ol>
<li>build a release: <code>MIX_ENV=dev mix release --overwrite</code></li>
<li>try to eval: <code>_build/dev/rel/playground/bin/playground eval 'Playground.hello()'</code></li>
</ol>
<p>Same error:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">ERROR! Config provider Config.Reader failed with:
{"init** (MatchError) no match of right hand side value: {:error, {:no_configuration_for_app, :playground}}
    (stdlib 4.1.1) erl_eval.erl:496: :erl_eval.expr/6
    /Users/tbj/projects/secret_vault_example/_build/dev/rel/playground/releases/0.1.0/runtime.exs:3: (file)
    (elixir 1.14.2) src/elixir.erl:294: :elixir.eval_forms/4
    (elixir 1.14.2) lib/module/parallel_checker.ex:107: Module.ParallelChecker.verify/1
    (elixir 1.14.2) lib/code.ex:425: Code.validated_eval_string/3
    (elixir 1.14.2) lib/config.ex:288: Config.__eval__!/3
    (elixir 1.14.2) lib/config/reader.ex:92: Config.Reader.read!/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="272485" 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/secretvault-store-your-secrets-inside-your-repository/51222/23">Post #22</a>
	                </div>
	            </div>
              <div id="likers-container-272485" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="272485"
                     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 #22"></div>
  </section>
</div>
    <div class="postbit" id="273008" data-post-id="273008">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Just for reference, we are using secret_vault now in production with the following setup:</p>
<p>We have a runtime config setup like this: <a href="https://felt.com/blog/elixir-configuration" class="inline-onebox" rel="noopener nofollow ugc">Tips for improving your Elixir configuration</a></p>
<p>The only env var we pull in <code>config.exs</code> is for secret_vault.</p>
<p>Since <code>eval</code> does not work with this setup, as mentioned above I did the following:</p>
<p>I changed the migrations to run in <code>Application.start/2</code> with <a href="https://github.com/mspanc/ecto_boot_migration" class="inline-onebox" rel="noopener nofollow ugc">GitHub - mspanc/ecto_boot_migration: Tool for running Ecto migrations upon boot of the Elixir application. · GitHub</a></p>
<p>I also changed the way seeds run in staging to use <code>start_phase/3</code> <a href="https://hexdocs.pm/elixir/1.14/Application.html#c:start_phase/3" class="inline-onebox" rel="noopener nofollow ugc">Application — Elixir v1.14.5</a></p>
<p>For now this setups seems to work well, and secret_vault is looking great!</p>
<p>The only thing I had to change in <code>runtime.exs</code> compared to what was shared here is that I have to use:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">{:ok, config} = SecretVault.Config.fetch_from_env(:xxx, to_string(config_env()), "default")
</code></pre>
<p>otherwise it seemed to always default to “prod”.<br>
This could be related to secret_vault doing <code>Mix.env()</code> here<br>
<a href="https://github.com/SecretVault-elixir/secret_vault/blob/main/lib/secret_vault/config.ex#L151" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/SecretVault-elixir/secret_vault/blob/main/lib/secret_vault/config.ex#L151</a></p>
<p>and the fetching running in runtime.exs where <code>config_env/0</code> should be used:</p><aside class="onebox allowlistedgeneric" data-onebox-src="https://elixir.hexdocs.pm/main/Config.html">
  <header class="source">

      <a href="https://elixir.hexdocs.pm/main/Config.html" target="_blank" rel="noopener nofollow ugc">elixir.hexdocs.pm</a>
  </header>

  <article class="onebox-body">
    

<h3><a href="https://elixir.hexdocs.pm/main/Config.html" target="_blank" rel="noopener nofollow ugc">Config — Elixir v1.21.0-dev</a></h3>



  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>
 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="273008" 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/secretvault-store-your-secrets-inside-your-repository/51222/24">Post #23</a>
	                </div>
	            </div>
              <div id="likers-container-273008" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273008"
                     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 #23"></div>
  </section>
</div>
    <div class="postbit" id="273028" data-post-id="273028">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="hst337" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  hst337
                    <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>Wow, thank you very much for this feedback,I’ll definitely add this information to usage guide and mention you in the project’s README <img src="https://forum.elixirforum.com/images/emoji/apple/heart.png?v=15" title=":heart:" class="emoji" alt=":heart:" 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="273028" 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/secretvault-store-your-secrets-inside-your-repository/51222/25">Post #24</a>
	                </div>
	            </div>
              <div id="likers-container-273028" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273028"
                     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 #24"></div>
  </section>
</div>
    <div class="postbit" id="273029" data-post-id="273029">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="hst337" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  hst337
                    <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">
								<aside class="quote no-group" data-username="benonymus" data-post="24" data-topic="51222">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/benonymus/48/31839_2.png" class="avatar"> benonymus:</div>
<blockquote>
<p>Since <code>eval</code> does not work with this setup</p>
</blockquote>
</aside>
<p>What do you mean?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="273029" 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/secretvault-store-your-secrets-inside-your-repository/51222/26">Post #25</a>
	                </div>
	            </div>
              <div id="likers-container-273029" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273029"
                     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 #25"></div>
  </section>
</div>
    <div class="postbit" id="273037" data-post-id="273037">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This <a href="https://forum.elixirforum.com/t/secretvault-store-your-secrets-inside-your-repository/51222/23" class="inline-onebox" rel="nofollow">SecretVault -- store your secrets inside your repository - #23 by benonymus</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="273037" 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/secretvault-store-your-secrets-inside-your-repository/51222/27">Post #26</a>
	                </div>
	            </div>
              <div id="likers-container-273037" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273037"
                     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 #26"></div>
  </section>
</div>
    <div class="postbit" id="273038" data-post-id="273038">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Appreciate it! Not sure if needed for it, but here is my GitHub profile: <a href="https://github.com/benonymus" class="inline-onebox" rel="noopener nofollow ugc">benonymus (Bence Janos Toth) · 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="273038" 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/secretvault-store-your-secrets-inside-your-repository/51222/28">Post #27</a>
	                </div>
	            </div>
              <div id="likers-container-273038" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273038"
                     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 #27"></div>
  </section>
</div>
    <div class="postbit" id="273225" data-post-id="273225">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I can’t edit my answer, to give a bit more explanation on this:</p>
<p>I cloned your playground project, and built a release with:<br>
<code>MIX_ENV=dev mix release --overwrite</code>.<br>
Then when I try to call a function with eval in the release (analogous to the way we ran migrations and seeds)<br>
<code>_build/dev/rel/playground/bin/playground eval 'Playground.hello()'</code>,<br>
it gives an error that I pasted here:</p><aside class="quote quote-modified" data-post="23" data-topic="51222">
  <div class="title">
    <div class="quote-controls"></div>
    <img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/benonymus/48/31839_2.png" class="avatar">
    <div class="quote-title__text-content">
      <a href="https://forum.elixirforum.com/t/secretvault-store-your-secrets-inside-your-repository/51222/23" rel="nofollow">SecretVault -- store your secrets inside your repository</a> <a class="badge-category__wrapper " href="/c/news/announcing/159" rel="nofollow"><span data-category-id="159" style="--category-badge-color: #d2407f; --category-badge-text-color: #FFFFFF; --parent-category-badge-color: #d2407f;" data-parent-category-id="158" data-drop-close="true" class="badge-category --style-square --has-parent"><span class="badge-category__name">Announcing</span></span></a>
    </div>
  </div>
  <blockquote>
    I was able to reproduce the issue on this project by doing the following: 

build a release: MIX_ENV=dev mix release --overwrite
try to eval: _build/dev/rel/playground/bin/playground eval 'Playground.hello()'

Same error: 
ERROR! Config provider Config.Reader failed with:
{"init** (MatchError) no match of right hand side value: {:error, {:no_configuration_for_app, :playground}}
    (stdlib 4.1.1) erl_eval.erl:496: :erl_eval.expr/6
    /Users/tbj/projects/secret_vault_example/_build/dev/rel/playg…
  </blockquote>
</aside>

<p>This can be an issue for many projects considering that, that is the recommended way to run migrations in the Phoenix release docs: <a href="https://hexdocs.pm/phoenix/releases.html#ecto-migrations-and-custom-commands" class="inline-onebox" rel="noopener nofollow ugc">Deploying with Releases — Phoenix v1.8.8</a><br>
<code>_build/prod/rel/my_app/bin/my_app eval "MyApp.Release.migrate" </code></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="273225" 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/secretvault-store-your-secrets-inside-your-repository/51222/29">Post #28</a>
	                </div>
	            </div>
              <div id="likers-container-273225" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273225"
                     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 #28"></div>
  </section>
</div>
    <div class="postbit" id="273236" data-post-id="273236">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="hst337" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  hst337
                    <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>Hi, yeah, I’ve edited the usage guide and included examples on usage in <code>runtime.exs</code>, plus I’ve created <code>SecretVault.runtime_config</code> macro which removes the boilerplate in <code>runtime.exs</code></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="273236" 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/secretvault-store-your-secrets-inside-your-repository/51222/30">Post #29</a>
	                </div>
	            </div>
              <div id="likers-container-273236" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273236"
                     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 #29"></div>
  </section>
</div>
    <div class="postbit" id="273258" data-post-id="273258">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey,</p>
<p>I tried the updated docs on the playground app, it works in iex nicely, but <code>eval</code> still does not seem to work.<br>
I tried to run everything the same as described in the previous message.</p>
<blockquote>
<p>_build/dev/rel/playground/bin/playground eval ‘Playground.hello()’<br>
ERROR! Config provider Config.Reader failed with:<br>
{** (MatchError) no match of right hand side value: {:error, {:no_configuration_for_app, :playground}}<br>
(stdlib 4.1.1) erl_eval.erl:496: :erl_eval.expr/6<br>
/Users/tbj/projects/secret_vault_example/_build/dev/rel/playground/releases/0.1.0/runtime.exs:4: (file)</p>
<p>“init terminating in do_boot”,{{badmatch,{error,{no_configuration_for_app,playground}}},[{erl_eval,expr,6,[{file,“erl_eval.erl”},{line,496}]},{elixir_eval,‘<strong>FILE</strong>’,1,[{file,"/Users/tbj/projects/secret_vault_example/<em>build/dev/rel/playground/releases/0.1.0/runtime.exs"},{line,4}]}]}}<br>
init terminating in do_boot ({{badmatch,{error,{no_configuration_for_app,playground}}},[{erl_eval,expr,6,[{</em>},{<em>}]},{elixir_eval,<strong>FILE</strong>,1,[{</em>},{_}]}]})</p>
<p>Crash dump is being written to: erl_crash.dump…done</p>
</blockquote> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="273258" 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/secretvault-store-your-secrets-inside-your-repository/51222/31">Post #30</a>
	                </div>
	            </div>
              <div id="likers-container-273258" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="273258"
                     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 #30"></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/51222/load_more?page=4">Load more posts (1 remaining)</a>
</div></template></turbo-stream>