24 hours after I migrated to Electric Eel and did a fresh install of the nginx-proxy-manager, and there is an update to the nginx application to App Version: 2.12.1 / Version: 1.0.24 . However, it is hanging at deploying for almost 25 minutes at the npm level.
2024-11-01 04:38:47.997614+00:00 e[1;34m❯ e[1;36mConfiguring npm user ...e[0m
2024-11-01 04:38:49.726797+00:00 useradd warning: npm's uid 568 outside of the UID_MIN 1000 and UID_MAX 60000 range.
2024-11-01 04:38:50.578503+00:00 e[1;34m❯ e[1;36mConfiguring npm group ...e[0m
2024-11-01 04:38:50.762413+00:00 e[1;34m❯ e[1;36mChecking paths ...e[0m
2024-11-01 04:38:50.951546+00:00 e[1;34m❯ e[1;36mSetting ownership ...e[0m
2024-11-01 05:03:20.445051+00:00 e[1;34m❯ e[1;36mDynamic resolvers ...e[0m
2024-11-01 05:03:20.470183+00:00 e[1;34m❯ e[1;36mIPv6 ...e[0m
2024-11-01 05:03:20.478323+00:00 Disabling IPV6 in hosts in: /etc/nginx/conf.d
2024-11-01 05:03:20.478399+00:00 - /etc/nginx/conf.d/default.conf
2024-11-01 05:03:20.507247+00:00 - /etc/nginx/conf.d/production.conf
2024-11-01 05:03:20.555523+00:00 - /etc/nginx/conf.d/include/log.conf
2024-11-01 05:03:20.571779+00:00 - /etc/nginx/conf.d/include/proxy.conf
2024-11-01 05:03:20.590328+00:00 - /etc/nginx/conf.d/include/force-ssl.conf
2024-11-01 05:03:20.638891+00:00 - /etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf
2024-11-01 05:03:20.655985+00:00 - /etc/nginx/conf.d/include/assets.conf
2024-11-01 05:03:20.668226+00:00 - /etc/nginx/conf.d/include/ip_ranges.conf
2024-11-01 05:03:20.670191+00:00 - /etc/nginx/conf.d/include/block-exploits.conf
2024-11-01 05:03:20.694240+00:00 - /etc/nginx/conf.d/include/ssl-ciphers.conf
2024-11-01 05:03:20.696512+00:00 - /etc/nginx/conf.d/include/resolvers.conf
2024-11-01 05:03:20.702897+00:00 Disabling IPV6 in hosts in: /data/nginx
Here is a screenshot of my configuration:
25 minutes is extremely unusual especially since all of my other apps start up a minute after deploying.