m-develops
m-develops
+1 for me. I would also like this to work in all views.
On both Firefox and Chrome I still have this issue. I am running Laravel in a docker container on http://localhost:4200/api I have set CLOCKWORK_ENABLE to true in my .env The...
I found out the issue. It was caused because the API was only available on the `http://localhost:4200/api` routes and Clockwork tries to send requests to for example `http://localhost:4200/__clockwork/{id}` I needed...