Francesco Ciannavei
Francesco Ciannavei
Sorry for the long wait, I just added the bats tests for CodeIgniter4. To run ddev commands with the new app type I had to create a symlink from `.gotmp/bin/darwin_arm64/ddev`...
@rfay no, the curls don't work with https manually, not even for other app types, I think it could be because I am using my version of ddev
@rfay Yes, it works in the browser when i use https. When I run curl with https I get this error: ```bash curl: (60) SSL certificate problem: unable to get...
> Please try using both the homebrew curl and the macOS curl. This isn't that important but it's good to know what's going on. I was sure I was on...
Yes, the normal curl (the one from brew) works, I deactivated conda: `conda deactivate` I hadn't used it in more than a year. My guess is that the curl from...
> Why are there empty files in pkg/ddevapp/TestDetectApp/codeigniter? (At least put a comment in them if the idea is their existence means it's codeigniter) I did it like for laravel...
> Why are there empty files in pkg/ddevapp/TestDetectApp/codeigniter? (At least put a comment in them if the idea is their existence means it's codeigniter) I did it > The key...
I would like your opinion on the implementation inside the `ddevapp_test.go` file, I didn't use file tarballs like for other app types. In codeIgniter4 the uploads directory is `writable/uploads` which...
I'm working on the error
The last commit fixed [this error](https://github.com/ddev/ddev/actions/runs/19866410281/job/56967699480). I don't understand [this error](https://buildkite.com/ddev/macos-colima-vz/builds/5298/steps/canvas?sid=019adff6-6479-49b1-afa3-6406b5a24709), it seems unrelated.