Víctor Moreno
Víctor Moreno
Hello. I'm experiencing a similar issue. I have three databases, and I've configured DoctrineORMBundle to manage all, so I can do cross db foreign keys. The issue is, this three...
@Seldaek yep I tried that way too, and nothing...
I'm expection OPTIONS headers, because the calls are done by an ionic build app With this CORSBundle config ``` yaml '^/api/': allow_origin: ['*'] allow_headers: ['X-Custom-Auth', 'secret1', 'secret2'] allow_methods: ['POST', 'PUT',...
Could be I'm not controling actually the request I'm constructing the API... If I set in the Vhost config file ``` Header set Access-Allow-Origin: '*' Header set Access-Control-Allow-Headers "secret1, secret2"...
@blaues0cke well is more or less the same, and also, add to dev environment has no so much sense...
Hi. I'm trying clank server in a staging server (replication from my prod) and using nohup and & after a while the server stops working, in the nohup file I...
Any idea about how to fix this error? I'm getting the exactly same error following the guide.
I don't remember exactly how I fixed it, but with this config, is working: `````` clank: session_handler: ~ web_socket_server: port: "%clank_port%" #The port the socket server will listen on host:...
@bourvill I thought that was my error too!
Wow that could do the trick! Thanks!