dobkovski opened a new issue, #10256: URL: https://github.com/apache/apisix/issues/10256
### Description Hello! I'm setting up an APISIX environment with Azure Container Apps with a mounted volume in Azure Storage r/w to keep the configuration files. So, I created all the environment but when I start the container apps, it crashes returning the error below: ``` 2023-09-25T20:16:19.782602821Z /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init 2023-09-25T20:16:20.868490231Z /usr/local/openresty//luajit/bin/luajit: /usr/local/apisix/apisix/cli/ops.lua:457: attempt to index field 'ssl' (a nil value) 2023-09-25T20:16:20.868506381Z stack traceback: 2023-09-25T20:16:20.868509677Z /usr/local/apisix/apisix/cli/ops.lua:457: in function </usr/local/apisix/apisix/cli/ops.lua:157> 2023-09-25T20:16:20.868511751Z /usr/local/apisix/apisix/cli/ops.lua:976: in function 'execute' 2023-09-25T20:16:20.868519245Z ./apisix/cli/apisix.lua:40: in main chunk 2023-09-25T20:16:20.868523813Z [C]: at 0x5616ca69f3d0 ``` I tried to mount and remount the storage and nothing happens but this error. Could anybody help me? My storage account is mounted in a storage account (FileShare SMB on Azure Storage) to /usr/local/apisix/conf. ### Environment - APISIX version (run `apisix version`): 3.5.0 - Operating system (run `uname -a`): Azure Container Apps - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): nginx version: openresty/1.21.4.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
