Coder Social home page Coder Social logo

elixir_release_repro's Introduction

TestRelease

To get to the issue:

MIX_ENV=prod mix release --overwrite
cd rel/release
echo "SECRET_KEY_BASE=\"some-key-base\"" > .env
env $(cat .env | xargs) ./bin/default start
ERROR! Cannot configure :test_release because :reboot_after_config has been set to false and :test_release has already been loaded, meaning any further configuration won't have an effect.

The configuration for :test_release before config providers was:

[{TestReleaseWeb.Endpoint, [secret_key_base: "WpIhsI1NFC5uQMTC+wGLxL21ht6qwF0GiQSHwUjlC/CwM1pUNUeXQsdEvPftpSKB", render_errors: [view: TestReleaseWeb.ErrorView, accepts: ["html", "json"], layout: false], pubsub_server: TestRelease.PubSub, live_view: [signing_salt: "qOKGQ7lr"], url: [host: "example.com", port: 80], cache_static_manifest: "priv/static/cache_manifest.json"]}]

The configuration for :test_release after config providers was:

[{TestReleaseWeb.Endpoint, [render_errors: [view: TestReleaseWeb.ErrorView, accepts: ["html", "json"], layout: false], pubsub_server: TestRelease.PubSub, live_view: [signing_salt: "qOKGQ7lr"], url: [host: "example.com", port: 80], cache_static_manifest: "priv/static/cache_manifest.json", http: [port: 4000, transport_o{"init terminating in do_boot",{<<"aborting boot">>,[{'Elixir.Config.Provider',boot,2,[]}]}}
init terminating in do_boot ({,[{Elixir.Config.Provider,boot,2,[]}]})

Crash dump is being written to: erl_crash.dump...done

Versions

Erlang/OTP 22 [erts-10.6] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]

Elixir 1.10.2 (compiled with Erlang/OTP 22)
# but also 
Erlang/OTP 23 [erts-11.0] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]

Elixir 1.10.3 (compiled with Erlang/OTP 23)

elixir_release_repro's People

Contributors

lostkobrakai avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.