elhousny
elhousny
### Update I Installed the container of bitnami on devilbox using this code below: ``` # mariadb & jasperreports # ____________________________________________________________________________ mariadb: image: mariadb:latest ports: - 3306:3306 volumes: - ~/apps/mariadb:/var/lib/mysql...
the problem is if I'm using postman to get my result from Rest services: The result from postman:  but using php code from devilbox I get :  Failed...
@cytopia any help please why I can't call my jasperreport container from php container. 
@Ernestopheles As i know you should use something like this in your file cfg/php-ini-7.4/xdebug.ini ``` ;Xdebug 3.X xdebug.mode=debug xdebug.client_port=9003 xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.start_with_request=yes xdebug.idekey=PHPSTORM xdebug.show_error_trace = 1 xdebug.max_nesting_level=250 xdebug.var_display_max_depth=10 xdebug.connect_timeout_ms=300 xdebug.client_host=172.16.238.100...
Hi Every one, I'm using devilbox on ubuntu 20 for Magento 2. The problem is that the machine is very slow especially when we generated static file in Magento 2....