Mobile Mind

Results 31 comments of Mobile Mind

Hi @TedSander, Thanks for the answer! have any other way to get the MyCustomComponent?

Hi, I had to use version 1.9 of erlang to work.

Hi, No, I'm use only boss_session:set_session_data(SessionID, logged_user, User). `boss_web_controller_handle_request` uses `mochiweb_cookies:cookie`. This is the problem? `boss_web_controller_handle_request:add_session_to_headers` ``` add_session_to_headers(Req, Headers, SessionID) -> SessionExpTime = boss_session:get_session_exp_time(), CookieOptions = [ {domain, boss_env:get_env(session_domain, undefined)},...

boss add set-cookie in headers, but on new version of cowboy need set in Res#response.cookies. Right?

Hi, Thanks for your answer! My question is about how I add API into my Zotonic site. I created a new site using `zotonic addsite -s empty mysite`. So I...

Hi, My module has the file `src/mod_play.erl`. I followed the example at http://docs.zotonic.com/en/latest/developer-guide/services.html. Even if I set auth false not work. Where this folder has to stay on my site,...

Hi, Thanks for your patience! So, my site is a normal site, created using `zotonic addsite -s empty myempty` (myempty is a real name of my site). When I create...

debug info ``` root@ricardo-nix:/opt/zotonic# zotonic debug Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:true] Eshell V7.3 (abort with ^G) (zotonic001@ricardo-nix)1> 23:16:49.359 [info] Application lager started on node 'zotonic001@ricardo-nix' 23:16:49.373 [info]...

Hi @juhlig , Yes, if I connect whitout using proxy, its work. I have many systems connecteds on this proxy with success, java, node, golang. I'm had problem only using...

RDS Proxy > Amazon RDS Proxy is a fully managed, highly available database proxy for [Amazon Relational Database Service (RDS)](https://aws.amazon.com/rds/) that makes applications more scalable, more resilient to database failures,...