JeanC Ch. H.
JeanC Ch. H.
Hello, any of you can share a working _default_ scenario.json file? I am receiving the same issue "426 update required error", but I think it is related with the scenario.json...
Hello @ajhsu I see the same issue with the sceneario.json provided: ``` curl -i localhost:8008 HTTP/1.1 426 Upgrade Required Content-Length: 16 Content-Type: text/plain Date: Wed, 22 Jun 2022 02:49:11 GMT...
Hello @ajhsu thanks for the feedback, I was able to follow each step, however I am confused, My custom receiver cast application is served with [local-web-server](https://www.npmjs.com/package/local-web-server) as suggested and it...
Anyone knows a method of disabling or stopping the pm2-logrotate in the while ?
Any method to disable or stopping pm2-logrotate while the issue is fixed? I got the same problem as @mmeinert , my apps are in production and I cannot fix the...
@PeterPedro Yo lo tengo en setting.php: `$config['modules']['coreInstall'] = "../api/";` Mi estructura de archivos es: ``` . ├── api │ ├── contrib │ ├── core │ ├── errors │ ├── files...
Tendrías que revisar cuales errores está encontrando. Con el servidor por ejemplo si esta usando Apache, con los logs de Apache.
o si lo ve más fácil con Docker, podría tratar revisando este PR, a mí me está funcionando bien los dos enfoques: https://github.com/CRLibre/API_Hacienda/pull/84
@PeterPedro cuáles errores le muestra cuando quita el getenv() ? Debería funcionar el master, a mí me está funcionando. Igualmente el getenv() puede estar o no, eso no es obligatorio....
@DanielVillatoro Cuáles son los logs del servidor de php ? Debe ser algún valor que le hace falta o en mal formato. Talvez el mediosPago, que aún falta actualizar la...