Vladimir Solenkov

Results 5 comments of Vladimir Solenkov

> Same problem. Have error only with erlang-21, with erlang-20 all ok. Make little research, add trace lines into `boss_web_controller_handle_request:handle_request` this way: > > ```erlang > -define(TRACE(X), io:format("~p:~p:~p~n", [?MODULE, ?LINE,...

> current version of CB doew not support Erlang 21, supported versions are 19-20 I did it with 'Elrang/OTP 21.3', by example above.

HI! Did you solve the problem?

Hi! Please pay attention, CB of last version have 'cowboy' dependence '2.6.1': > https://github.com/ChicagoBoss/ChicagoBoss/blob/0.9-beta2/rebar.config#L32 Old versions of CB have 'cowboy' dependence '1.0.3': > https://github.com/ChicagoBoss/ChicagoBoss/blob/v0.9-beta1/rebar.config#L32 Maybe you form cookies use outside...

Is not good solution! you will obtain mistake at by: > erlmc:set(term_to_key(Prefix, Key), term_to_binary(Val), TTL, 5000).