tvillafane

Results 10 comments of tvillafane

I fixed this by unblocking port 21 on my server (cpanel) so it could be a firewall issue as well.

You might need to base64 encode your job parameters when you instantiate your job and decode on handle. I had this issue with emails and I ended up having to...

You can write your own service provider that takes away that logic: ```

Yes, and I am just commenting to help less talented developers 👍

@robert-codern, I had this issue recently. You have to make another confide.php file in your lang folder. The file path is like this: **your_app**/app/lang/packages/**language_name**/confide/confide.php. From there, you can override the...

I can confirm I am doing something very similar and it took me a week to figure out this was a framework issue. Would appreciate if this was addressed.

seeing the same with 3.3.2 and node v16.14.2 in general not having the best time with EAS.

I have an XLSX that is 1.4MB and my code just hangs when I use the same method, doesn't even finish.

`brew install watchman` did it for me but I also had to run `xcode-select --install` to get the brew install to go through.

Anyone feel like addressing this?