fasihunnabi
Guardian Integration in umbrella project using erlang 28.0 elixir 1.18.4-otp-28
I am using erlang 28.0 elixir 1.18.4-otp-28 in my umbrella project and its giving me reference error given below.
has anyone faced anything like this with latest versions?
when i remove guarding configuration this goes away.
$ mix deps.get
** (ArgumentError) cannot escape #Reference<0.309707354.4210950145.161055>. The supported values are: lists, tuples, maps, atoms, numbers, bitstrings, PIDs and remote functions in the format &Mod.fun/arity
(elixir 1.17.3) src/elixir_quote.erl:500: :elixir_quote.argument_error/1
(elixir 1.17.3) src/elixir_quote.erl:409: :elixir_quote.do_quote_simple_list/3
(elixir 1.17.3) src/elixir_quote.erl:409: :elixir_quote.do_quote_simple_list/3
(elixir 1.17.3) src/elixir_quote.erl:149: :elixir_quote.do_escape/2
(elixir 1.17.3) src/elixir_quote.erl:355: :elixir_quote.do_quote/2
(elixir 1.17.3) src/elixir_quote.erl:409: :elixir_quote.do_quote_simple_list/3
(elixir 1.17.3) src/elixir_quote.erl:409: :elixir_quote.do_quote_simple_list/3
/home/dell/IdeaProjects/figours-platform/config/config.exs:173: (file)
Marked As Solved
LostKobrakai
This is due to using OTP 28. It is best to stick to OTP 27 for now:
1
Popular in Questions
How to handle excepions in elixir? Suppose i have A, B, C ,D, E modules. and each module has get() function. A.get() method will call th...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
New
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
The Elixir Typespec docs show the following syntax for keyword lists in typespecs:
# ...
| [key: type] # keyword lis...
New
Hey,
Just curious what are the main benefits of Elixir compared to Clojure?
When is Elixir more useful than Clojure and vice versa?
Th...
New
I’m trying to make a websocket server in Phoenix or raw Elixir. I heard about gun, I think I could use cowboy, but since I’m not that sma...
New
Hi guys, nice to meet you to the whole forum, I’m new here, I’m trying to configure visual studio code for elixir, right now the intellis...
New
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: )
Hello all, this is ...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
Other popular topics
How to handle excepions in elixir? Suppose i have A, B, C ,D, E modules. and each module has get() function. A.get() method will call th...
New
can someone please explain to me how Enum.reduce works with maps
New
Hi there,
I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
As a follow up to my earlier question:
I have the code compiling and running but not getting a successful login from the rest server. ...
New
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
Hi guys, i’m new in the Elixir world, and i have to say, that i love it!
i’m having some problem to understand anonymous functions with ...
New
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
New
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including.
What is Phoenix LiveV...
New
Hey :wave:t3: Elixir community,
I’ve been learning Elixir, and working on some side projects. My editor of choice is VSCode, and althoug...
New








