Closed rulanugrh closed 3 months ago
You're getting an Erlang error from calling an undefined function, which shouldn't be possible in Gleam.
Is your code available somewhere for me to look at?
@lpil my code is like this, yeah actually I followed the example you gave here
What version of Erlang are you using? I think you may be using OTP25, which the Gleam standard library does not support.
@lpil my erlang version like this
Ah yes, it's OTP25. Please upgrade to OTP26 or newer, thank you.
@lpil okayyy, Thank you for the help
No problem!
I have followed example-routing, but I get an error that results like this
For the dependencies that I use, I have followed them exactly as in the example.
Can anyone help me? I think I have followed the steps given. 🤔