We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, In my repository after an upgrade to Elixir 1.15 seems that something is not fully compatible and some tests are breaking.
** (RuntimeError) route error (bypass 2.1.0) lib/bypass/plug.ex:28: Bypass.Plug.call/2 (plug_cowboy 2.6.1) lib/plug/cowboy/handler.ex:11: Plug.Cowboy.Handler.init/2 (cowboy 2.10.0) /app/deps/cowboy/src/cowboy_handler.erl:37: :cowboy_handler.execute/2 (cowboy 2.10.0) /app/deps/cowboy/src/cowboy_stream_h.erl:306: :cowboy_stream_h.execute/3 (cowboy 2.10.0) /app/deps/cowboy/src/cowboy_stream_h.erl:295: :cowboy_stream_h.request_process/3 (stdlib 5.0.1) proc_lib.erl:241: :proc_lib.init_p_do_apply/3 2023-06-30T12:11:46.405000Z
Meanwhile until Elixir 1.14.5 everything was working well. Any idea?
The text was updated successfully, but these errors were encountered:
I get this exception from time to time even on 1.14.5 too
Sorry, something went wrong.
No branches or pull requests
Hi,
In my repository after an upgrade to Elixir 1.15 seems that something is not fully compatible and some tests are breaking.
Meanwhile until Elixir 1.14.5 everything was working well. Any idea?
The text was updated successfully, but these errors were encountered: