rrd
rrd
I run into the same error with another small application. I tried to track down what causes the issue but I was not successful. My minimal replication app has 3...
Ah great. I really appreciate. Here is the repo: https://github.com/rrd108/cakephp-fixture-factories-error 1. Clone the repo 2. Run `composer install` 3. Create a MySQL database for the app and the tests 4....
Did you manged to reproduce it?
Is there anything I can help to find out what causes this?
@ozee31 Are you going to merge this pull request? It solves the OPTIONS related problems nicely. Now I use @rabp99 package instead of this original.
It seems to be a common error with composer 2
I had a very similar issue with a vuejs frontend and CakePHP 4.2.4 In my case I tried to access `http://localhost:8083/sangavue/api/users/login.json` via axios and I got the same error. In...
Actually #32 solves the problem.
I bumped into the same error today. Deleing the lock file fixed it
@awilkins Thanks. It works like a charm :)