You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried upgrading our application to Elixir 1.15 and ran into an issue where the app wouldn't boot up due to a recompile happening after a restart. More details about that can be found here elixir-lang/elixir#12771
I was able to get around the issue by switching to mix releases (i.e. adding release=true to elixir_buildpack.config).
I'm not sure if the README should be updated or what, but I wanted to point it out in case anyone else runs into this issue, since it's not the default configuration.
The text was updated successfully, but these errors were encountered:
I recently tried upgrading our application to Elixir 1.15 and ran into an issue where the app wouldn't boot up due to a recompile happening after a restart. More details about that can be found here elixir-lang/elixir#12771
I was able to get around the issue by switching to mix releases (i.e. adding
release=true
toelixir_buildpack.config
).I'm not sure if the README should be updated or what, but I wanted to point it out in case anyone else runs into this issue, since it's not the default configuration.
The text was updated successfully, but these errors were encountered: