Nick Barrett

Results 18 comments of Nick Barrett

Hey there, I am also experiencing this issue. Did you solve it?

In my case I forgot to set the document root of my worker to `/public` !

What helped debug my issue sshing into the worker and running `tail -f /var/log/aws-sqsd/default.log` to see whether the daemon was sending messages and to where.

@andreclemente it looks like your app is retuning a 500 error. So you may want to check the error logs at `/var/log/apache2/error.log`

Ive also found this to be an issue. Had to turn off cloudflare proxy until this is resolved

I managed to get around this by using the `ignore` option. Name your component that is client only something like `component.client.vue` and in the config put ``` components: [ {...

Hey @jgrossi Thanks for the suggestion. I've run the page in debugbar and found this: ![screen shot 2017-03-20 at 10 34 21 am](https://cloud.githubusercontent.com/assets/241407/24087695/44a3d350-0d5d-11e7-9d3c-fc7fa5bd8523.png) So 449 statements is a lot, but...

Hi @DanDvoracek maybe also look at my old PR for clone fields https://github.com/corcel/acf/pull/25

@dusterio I hope you will pass on this package to a new and willing maintainer