From ce1ac335d15a8c22073005214c8cb5769cebd0eb Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Fri, 19 Sep 2025 22:21:06 +0000 Subject: [PATCH] =?UTF-8?q?chore(repo):=20retirer=20du=20suivi=20les=20fic?= =?UTF-8?q?hiers=20sensibles/g=C3=A9n=C3=A9r=C3=A9s=20(.cursor,=20logs,=20?= =?UTF-8?q?.env.signet,=20*.json,=20backups=20nginx)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dev4.4nkweb.com.conf.bak_1758126832 | 337 -- .../dev4.4nkweb.com.conf.broken_1758127192 | 75 - .../ssl-dev4.4nkweb.com.conf.bak_1758127242 | 84 - .cursor/config.json | 14 - .cursor/nginx_fix.conf | 20 - .cursor/rules.md | 10 - .env.bak | 102 - ....4nkweb.com-https.conf.bak_20250917_072549 | 0 .../nginx/dev4.4nkweb.com.conf.bak_1758117811 | 166 - .../dev4.4nkweb.com.conf.bak_20250917_072557 | 147 - conf/nginx/dev4.4nkweb.com.conf.clean | 337 -- conf/nginx/dev4.4nkweb.com.conf.tmp | 273 -- .../local.lecoffreio.4nkweb-3000.conf.bak | 54 - log/ihm_client.log | 776 ---- log/lecoffre-back.log | 3255 ----------------- log/lecoffre-front.log | 46 - log/sdk_relay.log | 11 - log/test-start.log | 1 - miner/.env.signet | 16 - miner/tools/priv_key.json | 75 - miner/tools/pubkeys.json | 25 - 21 files changed, 5824 deletions(-) delete mode 100644 .cursor/backup/dev4.4nkweb.com.conf.bak_1758126832 delete mode 100644 .cursor/backup/dev4.4nkweb.com.conf.broken_1758127192 delete mode 100644 .cursor/backup/ssl-dev4.4nkweb.com.conf.bak_1758127242 delete mode 100644 .cursor/config.json delete mode 100644 .cursor/nginx_fix.conf delete mode 100644 .cursor/rules.md delete mode 100644 .env.bak delete mode 100644 conf/nginx/dev4.4nkweb.com-https.conf.bak_20250917_072549 delete mode 100644 conf/nginx/dev4.4nkweb.com.conf.bak_1758117811 delete mode 100644 conf/nginx/dev4.4nkweb.com.conf.bak_20250917_072557 delete mode 100644 conf/nginx/dev4.4nkweb.com.conf.clean delete mode 100644 conf/nginx/dev4.4nkweb.com.conf.tmp delete mode 100644 conf/nginx/local.lecoffreio.4nkweb-3000.conf.bak delete mode 100644 log/ihm_client.log delete mode 100644 log/lecoffre-back.log delete mode 100644 log/lecoffre-front.log delete mode 100644 log/sdk_relay.log delete mode 100644 log/test-start.log delete mode 100644 miner/.env.signet delete mode 100644 miner/tools/priv_key.json delete mode 100644 miner/tools/pubkeys.json diff --git a/.cursor/backup/dev4.4nkweb.com.conf.bak_1758126832 b/.cursor/backup/dev4.4nkweb.com.conf.bak_1758126832 deleted file mode 100644 index 94c400d..0000000 --- a/.cursor/backup/dev4.4nkweb.com.conf.bak_1758126832 +++ /dev/null @@ -1,337 +0,0 @@ -# HTTP server for ACME and initial proxying -# HTTP server for ACME and initial proxying -server { -server { - listen 80; - listen 80; - server_name dev4.4nkweb.com; - server_name dev4.4nkweb.com; - - - # ACME HTTP-01 challenges - # ACME HTTP-01 challenges - location /.well-known/acme-challenge/ { - location /.well-known/acme-challenge/ { - root /var/www/letsencrypt; - root /var/www/letsencrypt; - } - } - - - # ihm_client (root) - # ihm_client (root) - location / { - location / { - proxy_pass http://127.0.0.1:3003; - proxy_pass http://127.0.0.1:3003; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # Favicon (global) - # Favicon (global) - location = /favicon.ico { - location = /favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - try_files /favicon.ico =404; - access_log off; - access_log off; - expires 30d; - expires 30d; - } - } - - - # lecoffre-front - # lecoffre-front - location = /lecoffre { - location = /lecoffre { - proxy_pass http://127.0.0.2:3004/lecoffre; - proxy_pass http://127.0.0.2:3004/lecoffre; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - location /lecoffre/ { - location /lecoffre/ { - proxy_pass http://127.0.0.2:3004; - proxy_pass http://127.0.0.2:3004; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # Next.js assets and HMR under basePath - # Next.js assets and HMR under basePath - location /lecoffre/_next/webpack-hmr { - location /lecoffre/_next/webpack-hmr { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - } - } - - - location /lecoffre/_next/ { - location /lecoffre/_next/ { - proxy_pass http://127.0.0.2:3004/lecoffre/_next/; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # Favicon sous /lecoffre - # Favicon sous /lecoffre - location = /lecoffre/favicon.ico { - location = /lecoffre/favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - try_files /favicon.ico =404; - access_log off; - access_log off; - expires 30d; - expires 30d; - } - } - - - # Next.js assets (served at root by the app) - # Next.js assets (served at root by the app) - location /_next/ { - location /_next/ { - proxy_pass http://127.0.0.2:3004/_next/; - proxy_pass http://127.0.0.2:3004/_next/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # API backend - # API backend - location /back/ { - rewrite ^\/back\/(.*)$ \/api\/\1 break; - proxy_pass http:\/\/127.0.0.1:8080; - location /back/ { - location /back/ { - rewrite ^\/back\/(.*)$ \/api\/\1 break; - proxy_pass http:\/\/127.0.0.1:8080; - location /back/ { - proxy_pass http://127.0.0.1:8080/back/; - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Connection ""; - proxy_set_header Connection ""; - proxy_buffering off; - proxy_buffering off; - } - } - - - # API alias → même backend que /back - # API alias → même backend que /back - location /api/ { - location /api/ { - proxy_pass http://127.0.0.1:8080/; - proxy_pass http://127.0.0.1:8080/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # blindbit - # blindbit - location /blindbit/ { - location /blindbit/ { - proxy_pass http://127.0.0.1:8000/; - proxy_pass http://127.0.0.1:8000/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # signer (sdk_signer) avec support WebSocket - # signer (sdk_signer) avec support WebSocket - location /signer/ { - location /signer/ { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_pass http://127.0.0.1:3001/; - proxy_pass http://127.0.0.1:3001/; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - proxy_buffering off; - proxy_buffering off; - } - } - - - # storage (sdk_storage) - # storage (sdk_storage) - location /storage/ { - location /storage/ { - proxy_pass http://127.0.0.1:8081/; - proxy_pass http://127.0.0.1:8081/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # WebSocket relay on /ws → 8090 - # WebSocket relay on /ws → 8090 - location = /ws { - location = /ws { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - proxy_buffering off; - proxy_pass http://127.0.0.1:8090/; - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - } - } - - - location /ws/ { - location /ws/ { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - proxy_buffering off; - # Strip /ws prefix when proxying to backend root - # Strip /ws prefix when proxying to backend root - proxy_pass http://127.0.0.1:8090/; - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - } - } - - - # Next.js HMR websocket for lecoffre-front - # Next.js HMR websocket for lecoffre-front - location /_next/webpack-hmr { - location /_next/webpack-hmr { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; - proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } -} -} diff --git a/.cursor/backup/dev4.4nkweb.com.conf.broken_1758127192 b/.cursor/backup/dev4.4nkweb.com.conf.broken_1758127192 deleted file mode 100644 index 5605916..0000000 --- a/.cursor/backup/dev4.4nkweb.com.conf.broken_1758127192 +++ /dev/null @@ -1,75 +0,0 @@ -# HTTP server for ACME and initial proxying -server { - listen 80; - server_name dev4.4nkweb.com; - - # ACME HTTP-01 challenges - location /.well-known/acme-challenge/ { - root /var/www/letsencrypt; - } - # ihm_client (root) - - # API direct - route /api/ vers le backend - location /api/ { - proxy_pass http://127.0.0.1:8080/api/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_connect_timeout 300; - proxy_send_timeout 300; - } - - # API backend - route /back/ vers /api/ du backend - location ~* ^/back/(.*)$ { - proxy_pass http://127.0.0.1:8080/api/$1; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Connection ""; - proxy_buffering off; - } - - # API direct - route /api/ vers le backend - location /api/ { - proxy_pass http://127.0.0.1:8080/api/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_connect_timeout 300; - proxy_send_timeout 300; - } - - location / { - proxy_pass http://127.0.0.1:3003; - include /etc/nginx/proxy_params; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300; - # Favicon (global) - location = /favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - access_log off; - expires 30d; - # lecoffre-front - location = /lecoffre { - proxy_pass http://127.0.0.2:3004/lecoffre; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - location /lecoffre/ { - proxy_pass http://127.0.0.2:3004; - # Next.js assets and HMR under basePath - location /lecoffre/_next/webpack-hmr { - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_read_timeout 600s; - location /lecoffre/_next/ { - proxy_pass http://127.0.0.2:3004/lecoffre/_next/; - # Favicon sous /lecoffre - location = /lecoffre/favicon.ico { - # Next.js assets (served at root by the app) - location /_next/ { - proxy_pass http://127.0.0.2:3004/_next/; diff --git a/.cursor/backup/ssl-dev4.4nkweb.com.conf.bak_1758127242 b/.cursor/backup/ssl-dev4.4nkweb.com.conf.bak_1758127242 deleted file mode 100644 index b58f7fb..0000000 --- a/.cursor/backup/ssl-dev4.4nkweb.com.conf.bak_1758127242 +++ /dev/null @@ -1,84 +0,0 @@ -server { - listen 443 ssl http2; - server_name dev4.4nkweb.com; - ssl_certificate /etc/letsencrypt/live/dev4.4nkweb.com/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/dev4.4nkweb.com/privkey.pem; - include /etc/nginx/proxy_params; - - # API backend - location /back/ { - proxy_pass http://127.0.0.1:8080/back/; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Connection ""; - proxy_buffering off; - } - # Root → ihm_client - location / { - proxy_pass http://127.0.0.1:3003; - include /etc/nginx/proxy_params; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300; - } - - # lecoffre-front (préserver le préfixe) - location = /lecoffre { - proxy_pass http://127.0.0.2:3004; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto https; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - } - location /lecoffre/ { - proxy_pass http://127.0.0.2:3004; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto https; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - } - - # Next.js assets sous basePath - location /lecoffre/_next/webpack-hmr { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto https; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_read_timeout 600s; - } - location /lecoffre/_next/ { - proxy_pass http://127.0.0.2:3004/lecoffre/_next/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # signer (sdk_signer) avec support WebSocket - location /signer/ { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto https; - proxy_pass http://127.0.0.1:3001/; - proxy_read_timeout 600s; - proxy_buffering off; - } - - # Next.js assets au root si nécessaire - location /_next/ { - proxy_pass http://127.0.0.2:3004/_next/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } -} diff --git a/.cursor/config.json b/.cursor/config.json deleted file mode 100644 index b6b5b65..0000000 --- a/.cursor/config.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "language": "fr", - "shell": "/usr/bin/bash", - "formatting": { - "markdown": { - "lint_strict": true - } - }, - "ci": { - "trigger_commit_prefix": "ci: docker_tag=", - "default_tag": "ext", - "branch": "dev4" - } -} diff --git a/.cursor/nginx_fix.conf b/.cursor/nginx_fix.conf deleted file mode 100644 index 54e00d2..0000000 --- a/.cursor/nginx_fix.conf +++ /dev/null @@ -1,20 +0,0 @@ - # API backend - route /back/ vers /api/ du backend - location ~* ^/back/(.*)$ { - proxy_pass http://127.0.0.1:8080/api/$1; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Connection ""; - proxy_buffering off; - } - - # API direct - route /api/ vers le backend - location /api/ { - proxy_pass http://127.0.0.1:8080/api/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_connect_timeout 300; - proxy_send_timeout 300; - } diff --git a/.cursor/rules.md b/.cursor/rules.md deleted file mode 100644 index 6270a65..0000000 --- a/.cursor/rules.md +++ /dev/null @@ -1,10 +0,0 @@ -# Règles Cursor pour ce projet - -- Toujours répondre en français. -- Commandes simples, une par une. -- CI front/back: déclenchement par commit `ci: docker_tag=ext` sur `dev4`. -- Nginx local obligatoire. Confs dans `conf/nginx/`. Pas de Docker pour Nginx. -- Avant modification Nginx: vérifier `-w` sur fichier, backup horodatée vers `.cursor/backup/`, édition atomique (temp + mv), `nginx -t`, reload. -- Docker images: utiliser le tag `docker-support-v2` si spécifié par projet, sinon `ext`. -- Toujours mettre à jour `docs/` et `tests/` après modifications. -- Ne jamais exposer de secrets dans les `.env.example` côté front. diff --git a/.env.bak b/.env.bak deleted file mode 100644 index 00a0bcf..0000000 --- a/.env.bak +++ /dev/null @@ -1,102 +0,0 @@ -# Variables d'environnement pour l'application back-end -NODE_OPTIONS=--max-old-space-size=2048 -NODE_ENV=production - -# Configuration IDNOT -IDNOT_ANNUARY_BASE_URL=https://qual-api.notaires.fr/annuaire -# IDNOT_REDIRECT_URI=http://local.4nkweb.com:3004/authorized-client -IDNOT_REDIRECT_URI=http://local.4nkweb.com:3000/authorized-client -IDNOT_TOKEN_URL=https://qual-connexion.idnot.fr/user/IdPOAuth2/token/idnot_idp_v1 -IDNOT_API_BASE_URL=https://qual-api.notaires.fr - -# Configuration serveur -APP_HOST=dev4.4nkweb.com -# API_BASE_URL=https://demo.4nkweb.com/back -API_BASE_URL=https://dev4.4nkweb.com/back -# DEFAULT_STORAGE=https://demo.4nkweb.com/storage -DEFAULT_STORAGE=https://dev4.4nkweb.com/storage - -# Variables d'environnement pour l'application front-end -# NEXT_PUBLIC_4NK_URL=http://demo.4nkweb.com/ -NEXT_PUBLIC_4NK_URL=https://dev4.4nkweb.com -# NEXT_PUBLIC_FRONT_APP_HOST=https://demo.4nkweb.com -NEXT_PUBLIC_FRONT_APP_HOST=https://dev4.4nkweb.com/lecoffre -NEXT_PUBLIC_IDNOT_BASE_URL=https://qual-connexion.idnot.fr -NEXT_PUBLIC_IDNOT_AUTHORIZE_ENDPOINT=/IdPOAuth2/authorize/idnot_idp_v1 -NEXT_PUBLIC_BACK_API_PROTOCOL=https -NEXT_PUBLIC_BACK_API_HOST=dev4.4nkweb.com -NEXT_PUBLIC_BACK_API_PORT=443 -NEXT_PUBLIC_BACK_API_ROOT_URL=/api -NEXT_PUBLIC_BACK_API_VERSION=v1 -# NEXT_PUBLIC_ANK_BASE_REDIRECT_URI='http://local.4nkweb.com:3004/authorized-client' -NEXT_PUBLIC_ANK_BASE_REDIRECT_URI=https://dev4.4nkweb.com/lecoffre/authorized-client -NEXT_PUBLIC_TARGET_ORIGIN=https://dev4.4nkweb.com/lecoffre -NEXT_PUBLIC_4NK_IFRAME_URL=https://dev4.4nkweb.com -NEXT_PUBLIC_IDNOT_REDIRECT_URI=https://dev4.4nkweb.com/lecoffre/authorized-client - -NEXT_PUBLIC_DOCAPOSTE_API_URL= -NEXT_PUBLIC_API_URL=https://dev4.4nkweb.com/api -NEXT_PUBLIC_DEFAULT_VALIDATOR_ID=28c9a3a8151bef545ebf700ca5222c63d0031ad593097e95c1de202464304a99 -NEXT_PUBLIC_DEFAULT_STORAGE_URLS=https://dev4.4nkweb.com/storage - -# WS -# RELAY_URLS=wss://demo.4nkweb.com/ws -RELAY_URLS=wss://dev4.4nkweb.com/ws - -# SIGNER_WS_URL=ws://dev4.4nkweb.com/signer/ -SIGNER_WS_URL=ws://dev3.4nkweb.com -SIGNER_BASE_URL=https://dev3.4nkweb.com - -# IHM URLS -# VITE_BOOTSTRAPURL=http://sdk_relay:8090/ -VITE_BOOTSTRAPURL=https://dev4.4nkweb.com/ws/ - -# Cartes de test Stripe -SUCCES='4242 4242 4242 4242' -DECLINED='4000 0025 0000 3155' -ENABLE_SUBSCRIPTION_STUB=true -CORS_ALLOWED_ORIGINS=http://local.4nkweb.com:3000,https://dev4.4nkweb.com - -core_url="http://bitcoin:38332" -ws_url="0.0.0.0:8090" -wallet_name="default" -network="signet" -blindbit_url="http://blindbit:8000" -zmq_url="tcp://bitcoin:29000" -storage="https://dev4.4nkweb.com/storage" -data_dir="/home/bitcoin/.4nk" -bitcoin_data_dir="/home/bitcoin/.bitcoin" - - -# ================== /!\ sensible ========================= - -# Configuration IDNOT -IDNOT_API_KEY=ba557f84-0bf6-4dbf-844f-df2767555e3e -IDNOT_CLIENT_ID=B3CE56353EDB15A9 -IDNOT_CLIENT_SECRET=3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C -NEXT_PUBLIC_IDNOT_CLIENT_ID=B3CE56353EDB15A9 - -# Configuration OVH -OVH_APP_KEY=5ab0709bbb65ef26 -OVH_APP_SECRET=de1fac1779d707d263a611a557cd5766 -OVH_CONSUMER_KEY=5fe817829b8a9c780cfa2354f8312ece -OVH_SMS_SERVICE_NAME=sms-tt802880-1 - -# Configuration SMS Factor -SMS_FACTOR_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI4NzgzNiIsImlhdCI6MTcwMTMzOTY1Mi45NDUzOH0.GNoqLb5MDBWuniNlQjbr1PKolwxGqBZe_tf4IMObvHw - -# Configuration Mailchimp -MAILCHIMP_API_KEY=md-VVfaml-ApIV4nsGgaJKl0A -MAILCHIMP_KEY=3fa54304bc766dfd0b8043a827b28a3a-us17 -MAILCHIMP_LIST_ID=a48d9ad852 - -# Configuration Stripe -STRIPE_SECRET_KEY=sk_test_51OwKmMP5xh1u9BqSeFpqw0Yr15hHtFsh0pvRGaE0VERhlYtvw33ND1qiGA6Dy1DPmmV61B6BqIimlhuv7bwElhjF00PLQwD60n -STRIPE_WEBHOOK_SECRET= -STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID=price_1P66fuP5xh1u9BqSHj0O6Uy3 -STRIPE_STANDARD_ANNUAL_SUBSCRIPTION_PRICE_ID=price_1P9NsRP5xh1u9BqSFgkUDbQY -STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID=price_1P66RqP5xh1u9BqSuUzkQNac -STRIPE_UNLIMITED_ANNUAL_SUBSCRIPTION_PRICE_ID=price_1P9NpKP5xh1u9BqSApFogvUB - -SIGNER_API_KEY=your-api-key-change-this -VITE_JWT_SECRET_KEY=52b3d77617bb00982dfee15b08effd52cfe5b2e69b2f61cc4848cfe1e98c0bc9 \ No newline at end of file diff --git a/conf/nginx/dev4.4nkweb.com-https.conf.bak_20250917_072549 b/conf/nginx/dev4.4nkweb.com-https.conf.bak_20250917_072549 deleted file mode 100644 index e69de29..0000000 diff --git a/conf/nginx/dev4.4nkweb.com.conf.bak_1758117811 b/conf/nginx/dev4.4nkweb.com.conf.bak_1758117811 deleted file mode 100644 index 4b72de2..0000000 --- a/conf/nginx/dev4.4nkweb.com.conf.bak_1758117811 +++ /dev/null @@ -1,166 +0,0 @@ -# HTTP server for ACME and initial proxying -server { - listen 80; - server_name dev4.4nkweb.com; - - # ACME HTTP-01 challenges - location /.well-known/acme-challenge/ { - root /var/www/letsencrypt; - } - - # ihm_client (root) - location / { - proxy_pass http://127.0.0.1:3003; - include /etc/nginx/proxy_params; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300; - } - - # Favicon (global) - location = /favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - access_log off; - expires 30d; - } - - # lecoffre-front - location = /lecoffre { - proxy_pass http://127.0.0.2:3004/lecoffre; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - } - location /lecoffre/ { - proxy_pass http://127.0.0.2:3004; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - } - - # Next.js assets and HMR under basePath - location /lecoffre/_next/webpack-hmr { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_read_timeout 600s; - } - - location /lecoffre/_next/ { - proxy_pass http://127.0.0.2:3004/lecoffre/_next/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # Favicon sous /lecoffre - location = /lecoffre/favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - access_log off; - expires 30d; - } - - # Next.js assets (served at root by the app) - location /_next/ { - proxy_pass http://127.0.0.2:3004/_next/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # API backend - location /back/ { - proxy_pass http://127.0.0.1:8080/back/; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Connection ""; - proxy_buffering off; - } - - # API alias → même backend que /back - location /api/ { - proxy_pass http://127.0.0.1:8080/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # blindbit - location /blindbit/ { - proxy_pass http://127.0.0.1:8000/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # signer (sdk_signer) avec support WebSocket - location /signer/ { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_pass http://127.0.0.1:3001/; - proxy_read_timeout 600s; - proxy_buffering off; - } - - # storage (sdk_storage) - location /storage/ { - proxy_pass http://127.0.0.1:8081/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # WebSocket relay on /ws → 8090 - location = /ws { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - } - - location /ws/ { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - # Strip /ws prefix when proxying to backend root - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - } - - # Next.js HMR websocket for lecoffre-front - location /_next/webpack-hmr { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; - proxy_read_timeout 300; - } -} diff --git a/conf/nginx/dev4.4nkweb.com.conf.bak_20250917_072557 b/conf/nginx/dev4.4nkweb.com.conf.bak_20250917_072557 deleted file mode 100644 index e0cc381..0000000 --- a/conf/nginx/dev4.4nkweb.com.conf.bak_20250917_072557 +++ /dev/null @@ -1,147 +0,0 @@ -# HTTP server for ACME and initial proxying -server { - listen 80; - server_name dev4.4nkweb.com; - - # ACME HTTP-01 challenges - location /.well-known/acme-challenge/ { - root /var/www/letsencrypt; - } - - # ihm_client (root) - location / { - proxy_pass http://127.0.0.1:3003; - include /etc/nginx/proxy_params; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300; - } - - # Favicon (global) - location = /favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - access_log off; - expires 30d; - } - - # lecoffre-front - location /lecoffre/ { - proxy_pass http://127.0.0.2:3004/; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - } - - # Next.js assets and HMR under basePath - location /lecoffre/_next/webpack-hmr { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; - proxy_read_timeout 600s; - } - - location /lecoffre/_next/ { - proxy_pass http://127.0.0.2:3004/_next/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # Favicon sous /lecoffre - location = /lecoffre/favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - access_log off; - expires 30d; - } - - # Next.js assets (served at root by the app) - location /_next/ { - proxy_pass http://127.0.0.2:3004/_next/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # lecoffre-back - location /back/ { - proxy_pass http://127.0.0.1:8080/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # API alias → même backend que /back - location /api/ { - proxy_pass http://127.0.0.1:8080/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # blindbit - location /blindbit/ { - proxy_pass http://127.0.0.1:8000/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # signer (sdk_signer) - location /signer/ { - proxy_pass http://127.0.0.1:3001/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # storage (sdk_storage) - location /storage/ { - proxy_pass http://127.0.0.1:8081/; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - } - - # WebSocket relay on /ws → 8090 - location = /ws { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - } - - location /ws/ { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - # Strip /ws prefix when proxying to backend root - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - } - - # Next.js HMR websocket for lecoffre-front - location /_next/webpack-hmr { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; - proxy_read_timeout 300; - } -} diff --git a/conf/nginx/dev4.4nkweb.com.conf.clean b/conf/nginx/dev4.4nkweb.com.conf.clean deleted file mode 100644 index 94c400d..0000000 --- a/conf/nginx/dev4.4nkweb.com.conf.clean +++ /dev/null @@ -1,337 +0,0 @@ -# HTTP server for ACME and initial proxying -# HTTP server for ACME and initial proxying -server { -server { - listen 80; - listen 80; - server_name dev4.4nkweb.com; - server_name dev4.4nkweb.com; - - - # ACME HTTP-01 challenges - # ACME HTTP-01 challenges - location /.well-known/acme-challenge/ { - location /.well-known/acme-challenge/ { - root /var/www/letsencrypt; - root /var/www/letsencrypt; - } - } - - - # ihm_client (root) - # ihm_client (root) - location / { - location / { - proxy_pass http://127.0.0.1:3003; - proxy_pass http://127.0.0.1:3003; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # Favicon (global) - # Favicon (global) - location = /favicon.ico { - location = /favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - try_files /favicon.ico =404; - access_log off; - access_log off; - expires 30d; - expires 30d; - } - } - - - # lecoffre-front - # lecoffre-front - location = /lecoffre { - location = /lecoffre { - proxy_pass http://127.0.0.2:3004/lecoffre; - proxy_pass http://127.0.0.2:3004/lecoffre; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - location /lecoffre/ { - location /lecoffre/ { - proxy_pass http://127.0.0.2:3004; - proxy_pass http://127.0.0.2:3004; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # Next.js assets and HMR under basePath - # Next.js assets and HMR under basePath - location /lecoffre/_next/webpack-hmr { - location /lecoffre/_next/webpack-hmr { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - } - } - - - location /lecoffre/_next/ { - location /lecoffre/_next/ { - proxy_pass http://127.0.0.2:3004/lecoffre/_next/; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # Favicon sous /lecoffre - # Favicon sous /lecoffre - location = /lecoffre/favicon.ico { - location = /lecoffre/favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - root /home/debian/lecoffre_node/conf/nginx/assets; - try_files /favicon.ico =404; - try_files /favicon.ico =404; - access_log off; - access_log off; - expires 30d; - expires 30d; - } - } - - - # Next.js assets (served at root by the app) - # Next.js assets (served at root by the app) - location /_next/ { - location /_next/ { - proxy_pass http://127.0.0.2:3004/_next/; - proxy_pass http://127.0.0.2:3004/_next/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # API backend - # API backend - location /back/ { - rewrite ^\/back\/(.*)$ \/api\/\1 break; - proxy_pass http:\/\/127.0.0.1:8080; - location /back/ { - location /back/ { - rewrite ^\/back\/(.*)$ \/api\/\1 break; - proxy_pass http:\/\/127.0.0.1:8080; - location /back/ { - proxy_pass http://127.0.0.1:8080/back/; - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Connection ""; - proxy_set_header Connection ""; - proxy_buffering off; - proxy_buffering off; - } - } - - - # API alias → même backend que /back - # API alias → même backend que /back - location /api/ { - location /api/ { - proxy_pass http://127.0.0.1:8080/; - proxy_pass http://127.0.0.1:8080/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # blindbit - # blindbit - location /blindbit/ { - location /blindbit/ { - proxy_pass http://127.0.0.1:8000/; - proxy_pass http://127.0.0.1:8000/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # signer (sdk_signer) avec support WebSocket - # signer (sdk_signer) avec support WebSocket - location /signer/ { - location /signer/ { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_pass http://127.0.0.1:3001/; - proxy_pass http://127.0.0.1:3001/; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - proxy_buffering off; - proxy_buffering off; - } - } - - - # storage (sdk_storage) - # storage (sdk_storage) - location /storage/ { - location /storage/ { - proxy_pass http://127.0.0.1:8081/; - proxy_pass http://127.0.0.1:8081/; - include /etc/nginx/proxy_params; - include /etc/nginx/proxy_params; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } - - - # WebSocket relay on /ws → 8090 - # WebSocket relay on /ws → 8090 - location = /ws { - location = /ws { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - proxy_buffering off; - proxy_pass http://127.0.0.1:8090/; - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - } - } - - - location /ws/ { - location /ws/ { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Real-IP $remote_addr; - proxy_buffering off; - proxy_buffering off; - # Strip /ws prefix when proxying to backend root - # Strip /ws prefix when proxying to backend root - proxy_pass http://127.0.0.1:8090/; - proxy_pass http://127.0.0.1:8090/; - proxy_read_timeout 600s; - proxy_read_timeout 600s; - } - } - - - # Next.js HMR websocket for lecoffre-front - # Next.js HMR websocket for lecoffre-front - location /_next/webpack-hmr { - location /_next/webpack-hmr { - proxy_http_version 1.1; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; - proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; - proxy_read_timeout 300; - proxy_read_timeout 300; - } - } -} -} diff --git a/conf/nginx/dev4.4nkweb.com.conf.tmp b/conf/nginx/dev4.4nkweb.com.conf.tmp deleted file mode 100644 index b0e1d70..0000000 --- a/conf/nginx/dev4.4nkweb.com.conf.tmp +++ /dev/null @@ -1,273 +0,0 @@ -server { -server { -listen 80; -listen 80; -server_name dev4.4nkweb.com; -server_name dev4.4nkweb.com; -location /.well-known/acme-challenge/ { -location /.well-known/acme-challenge/ { -root /var/www/letsencrypt; -root /var/www/letsencrypt; -} -} -location / { -location / { -proxy_pass http://127.0.0.1:3003; -proxy_pass http://127.0.0.1:3003; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_http_version 1.1; -proxy_http_version 1.1; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Connection "upgrade"; -proxy_set_header Connection "upgrade"; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location = /favicon.ico { -location = /favicon.ico { -root /home/debian/lecoffre_node/conf/nginx/assets; -root /home/debian/lecoffre_node/conf/nginx/assets; -try_files /favicon.ico =404; -try_files /favicon.ico =404; -access_log off; -access_log off; -expires 30d; -expires 30d; -} -} -location = /lecoffre { -location = /lecoffre { -proxy_pass http://127.0.0.2:3004/lecoffre; -proxy_pass http://127.0.0.2:3004/lecoffre; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Host $host; -proxy_set_header X-Forwarded-Host $host; -proxy_set_header X-Forwarded-Prefix /lecoffre; -proxy_set_header X-Forwarded-Prefix /lecoffre; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location /lecoffre/ { -location /lecoffre/ { -proxy_pass http://127.0.0.2:3004; -proxy_pass http://127.0.0.2:3004; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Host $host; -proxy_set_header X-Forwarded-Host $host; -proxy_set_header X-Forwarded-Prefix /lecoffre; -proxy_set_header X-Forwarded-Prefix /lecoffre; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location /lecoffre/_next/webpack-hmr { -location /lecoffre/_next/webpack-hmr { -proxy_http_version 1.1; -proxy_http_version 1.1; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Connection "upgrade"; -proxy_set_header Connection "upgrade"; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Proto http; -proxy_buffering off; -proxy_buffering off; -proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; -proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; -proxy_read_timeout 600s; -proxy_read_timeout 600s; -} -} -location /lecoffre/_next/ { -location /lecoffre/_next/ { -proxy_pass http://127.0.0.2:3004/lecoffre/_next/; -proxy_pass http://127.0.0.2:3004/lecoffre/_next/; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location = /lecoffre/favicon.ico { -location = /lecoffre/favicon.ico { -root /home/debian/lecoffre_node/conf/nginx/assets; -root /home/debian/lecoffre_node/conf/nginx/assets; -try_files /favicon.ico =404; -try_files /favicon.ico =404; -access_log off; -access_log off; -expires 30d; -expires 30d; -} -} -location /_next/ { -location /_next/ { -proxy_pass http://127.0.0.2:3004/_next/; -proxy_pass http://127.0.0.2:3004/_next/; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location /back/ { -rewrite ^\/back\/(.*)$ \/api\/\1 break; -proxy_pass http:\/\/127.0.0.1:8080; -location /back/ { -location /back/ { -rewrite ^\/back\/(.*)$ \/api\/\1 break; -proxy_pass http:\/\/127.0.0.1:8080; -location /back/ { -proxy_pass http://127.0.0.1:8080/back/; -proxy_http_version 1.1; -proxy_http_version 1.1; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Real-IP $remote_addr; -proxy_set_header X-Real-IP $remote_addr; -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-Forwarded-Proto $scheme; -proxy_set_header X-Forwarded-Proto $scheme; -proxy_set_header Connection ""; -proxy_set_header Connection ""; -proxy_buffering off; -proxy_buffering off; -} -} -location /api/ { -location /api/ { -proxy_pass http://127.0.0.1:8080/; -proxy_pass http://127.0.0.1:8080/; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location /blindbit/ { -location /blindbit/ { -proxy_pass http://127.0.0.1:8000/; -proxy_pass http://127.0.0.1:8000/; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location /signer/ { -location /signer/ { -proxy_http_version 1.1; -proxy_http_version 1.1; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Connection "upgrade"; -proxy_set_header Connection "upgrade"; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Proto http; -proxy_pass http://127.0.0.1:3001/; -proxy_pass http://127.0.0.1:3001/; -proxy_read_timeout 600s; -proxy_read_timeout 600s; -proxy_buffering off; -proxy_buffering off; -} -} -location /storage/ { -location /storage/ { -proxy_pass http://127.0.0.1:8081/; -proxy_pass http://127.0.0.1:8081/; -include /etc/nginx/proxy_params; -include /etc/nginx/proxy_params; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -location = /ws { -location = /ws { -proxy_http_version 1.1; -proxy_http_version 1.1; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Connection "upgrade"; -proxy_set_header Connection "upgrade"; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-Real-IP $remote_addr; -proxy_set_header X-Real-IP $remote_addr; -proxy_buffering off; -proxy_buffering off; -proxy_pass http://127.0.0.1:8090/; -proxy_pass http://127.0.0.1:8090/; -proxy_read_timeout 600s; -proxy_read_timeout 600s; -} -} -location /ws/ { -location /ws/ { -proxy_http_version 1.1; -proxy_http_version 1.1; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Connection "upgrade"; -proxy_set_header Connection "upgrade"; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-Real-IP $remote_addr; -proxy_set_header X-Real-IP $remote_addr; -proxy_buffering off; -proxy_buffering off; -proxy_pass http://127.0.0.1:8090/; -proxy_pass http://127.0.0.1:8090/; -proxy_read_timeout 600s; -proxy_read_timeout 600s; -} -} -location /_next/webpack-hmr { -location /_next/webpack-hmr { -proxy_http_version 1.1; -proxy_http_version 1.1; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Connection "upgrade"; -proxy_set_header Connection "upgrade"; -proxy_set_header Host $host; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-Proto http; -proxy_set_header X-Forwarded-Proto http; -proxy_buffering off; -proxy_buffering off; -proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; -proxy_pass http://127.0.0.2:3004/_next/webpack-hmr; -proxy_read_timeout 300; -proxy_read_timeout 300; -} -} -} -} diff --git a/conf/nginx/local.lecoffreio.4nkweb-3000.conf.bak b/conf/nginx/local.lecoffreio.4nkweb-3000.conf.bak deleted file mode 100644 index e45ab0f..0000000 --- a/conf/nginx/local.lecoffreio.4nkweb-3000.conf.bak +++ /dev/null @@ -1,54 +0,0 @@ -server { - listen 127.0.0.1:3000; - server_name local.lecoffreio.4nkweb; - - # Ne jamais forcer HTTPS ni HSTS sur ce vhost local - # Pas de return 301, pas de add_header HSTS - - # Favicon local par défaut - location = /favicon.ico { - root /home/debian/lecoffre_node/conf/nginx/assets; - } - - # Entrée sans slash pour éviter les boucles - location = /lecoffre { - proxy_pass http://127.0.0.2:3004; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - } - - # Sous-chemin Next.js (préserve le prefix) - location /lecoffre/ { - proxy_pass http://127.0.0.2:3004; - include /etc/nginx/proxy_params; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_set_header X-Forwarded-Prefix /lecoffre; - proxy_read_timeout 300; - } - - # HMR en dev (si jamais on l’utilise en local HTTP) - location /lecoffre/_next/webpack-hmr { - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_buffering off; - proxy_pass http://127.0.0.2:3004/lecoffre/_next/webpack-hmr; - proxy_read_timeout 600s; - } - - # Assets Next.js / cache léger côté proxy - location ~* ^(/_next/static/|/lecoffre/_next/static/|/.+\.(?:css|js|png|jpg|jpeg|gif|svg|ico|webp|woff2?))$ { - expires 7d; - add_header Cache-Control "public, max-age=604800, immutable" always; - proxy_pass http://127.0.0.2:3004$request_uri; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto http; - proxy_read_timeout 300; - } -} diff --git a/log/ihm_client.log b/log/ihm_client.log deleted file mode 100644 index 60b31a6..0000000 --- a/log/ihm_client.log +++ /dev/null @@ -1,776 +0,0 @@ -2025-09-19T13:07:01 -2025-09-19T13:07:01 WARN Files in the public directory are served at the root path. -2025-09-19T13:07:01 Instead of /public/style/4nk.css, use /style/4nk.css. -2025-09-19T13:07:01 -2025-09-19T13:23:38 -2025-09-19T13:23:38 WARN Files in the public directory are served at the root path. -2025-09-19T13:23:38 Instead of /public/style/4nk.css, use /style/4nk.css. -2025-09-19T13:23:38 -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] > sdk_client@1.0.0 start -2025-09-19T17:13:49 [IHM] > vite --host 0.0.0.0 -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 1 import { Device, Process, SecretsStore } from "../pkg/sdk_client.js"; -2025-09-19T17:13:49 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:49 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 802 await service.updateMemberPublicName(process, newValue); -2025-09-19T17:13:49 [IHM]    ~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:49 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 861 const lastState = service.getLastCommitedState(process); -2025-09-19T17:13:49 [IHM]    ~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:49 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 870 const publicData = await service.getPublicData(process); -2025-09-19T17:13:49 [IHM]    ~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type '(h: string) => string' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => string'. -2025-09-19T17:13:49 [IHM] Types of parameters 'h' and 'value' are incompatible. -2025-09-19T17:13:49 [IHM] Type 'unknown' is not assignable to type 'string'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 174 state.commitmentHashes = Object.values(json.pcd_commitment).map((h: string) => -2025-09-19T17:13:49 [IHM]    ~~~~~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] 175 h.toLowerCase() -2025-09-19T17:13:49 [IHM]   ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 209 const processId = state.certificate.process_id; -2025-09-19T17:13:49 [IHM]    ~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:49 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 58 let newState = service.getStateFromId(process, stateId); -2025-09-19T17:13:49 [IHM]    ~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2322: Type 'Blob | null' is not assignable to type 'BlobPart'. -2025-09-19T17:13:49 [IHM] Type 'null' is not assignable to type 'BlobPart'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 65 const blob = new Blob([encryptedData], { type: "application/octet-stream" }); -2025-09-19T17:13:49 [IHM]    ~~~~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'generateProcessPdf' does not exist on type 'Services'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 74 await service.generateProcessPdf(processId, newState); -2025-09-19T17:13:49 [IHM]    ~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS7053: Element implicitly has an 'any' type because expression of type '"process_id"' can't be used to index type 'ProcessState'. -2025-09-19T17:13:49 [IHM] Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 77 newState['process_id'] = processId; -2025-09-19T17:13:49 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] 3 import { Process } from '../../pkg/sdk_client.js'; -2025-09-19T17:13:49 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:49 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:13:49 [IHM] -2025-09-19T17:13:50 [IHM] 7 import { RoleDefinition } from '../pkg/sdk_client.js'; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'storages' does not exist on type 'UserDiff'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 706 const storages = diff.storages; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:07:17 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'never[]' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:50 [IHM] Property 'states' is missing in type 'never[]' but required in type 'Process'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 166 await service.checkConnections([]); -2025-09-19T17:13:50 [IHM]    ~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] pkg/sdk_client.d.ts:155:5 -2025-09-19T17:13:50 [IHM] 155 states: ProcessState[]; -2025-09-19T17:13:50 [IHM]    ~~~~~~ -2025-09-19T17:13:50 [IHM] 'states' is declared here. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] VITE v5.4.11 ready in 6620 ms -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] ➜ Local: http://localhost:3003/ -2025-09-19T17:13:50 [IHM] ➜ Network: http://172.20.0.5:3003/ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] > sdk_client@1.0.0 start -2025-09-19T17:13:50 [IHM] > vite --host 0.0.0.0 -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 1 import { Device, Process, SecretsStore } from "../pkg/sdk_client.js"; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:50 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 802 await service.updateMemberPublicName(process, newValue); -2025-09-19T17:13:50 [IHM]    ~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:50 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 861 const lastState = service.getLastCommitedState(process); -2025-09-19T17:13:50 [IHM]    ~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:50 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 870 const publicData = await service.getPublicData(process); -2025-09-19T17:13:50 [IHM]    ~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type '(h: string) => string' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => string'. -2025-09-19T17:13:50 [IHM] Types of parameters 'h' and 'value' are incompatible. -2025-09-19T17:13:50 [IHM] Type 'unknown' is not assignable to type 'string'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 174 state.commitmentHashes = Object.values(json.pcd_commitment).map((h: string) => -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] 175 h.toLowerCase() -2025-09-19T17:13:50 [IHM]   ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 209 const processId = state.certificate.process_id; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:50 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 58 let newState = service.getStateFromId(process, stateId); -2025-09-19T17:13:50 [IHM]    ~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2322: Type 'Blob | null' is not assignable to type 'BlobPart'. -2025-09-19T17:13:50 [IHM] Type 'null' is not assignable to type 'BlobPart'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 65 const blob = new Blob([encryptedData], { type: "application/octet-stream" }); -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'generateProcessPdf' does not exist on type 'Services'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 74 await service.generateProcessPdf(processId, newState); -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS7053: Element implicitly has an 'any' type because expression of type '"process_id"' can't be used to index type 'ProcessState'. -2025-09-19T17:13:50 [IHM] Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 77 newState['process_id'] = processId; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 3 import { Process } from '../../pkg/sdk_client.js'; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 7 import { RoleDefinition } from '../pkg/sdk_client.js'; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'storages' does not exist on type 'UserDiff'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 706 const storages = diff.storages; -2025-09-19T17:13:50 [IHM]    ~~~~~~~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] WARN 5:13:38 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'never[]' is not assignable to parameter of type 'Process'. -2025-09-19T17:13:50 [IHM] Property 'states' is missing in type 'never[]' but required in type 'Process'. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] 166 await service.checkConnections([]); -2025-09-19T17:13:50 [IHM]    ~~ -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] pkg/sdk_client.d.ts:155:5 -2025-09-19T17:13:50 [IHM] 155 states: ProcessState[]; -2025-09-19T17:13:50 [IHM]    ~~~~~~ -2025-09-19T17:13:50 [IHM] 'states' is declared here. -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] VITE v5.4.11 ready in 7270 ms -2025-09-19T17:13:50 [IHM] -2025-09-19T17:13:50 [IHM] ➜ Local: http://localhost:3003/ -2025-09-19T17:13:50 [IHM] ➜ Network: http://172.20.0.11:3003/ -2025-09-19T17:14:29 [IHM] -2025-09-19T17:14:29 [IHM] WARN Files in the public directory are served at the root path. -2025-09-19T17:14:29 [IHM] Instead of /public/style/4nk.css, use /style/4nk.css. -2025-09-19T17:14:29 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] > sdk_client@1.0.0 start -2025-09-19T17:56:40 [IHM] > vite --host 0.0.0.0 -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 1 import { Device, Process, SecretsStore } from "../pkg/sdk_client.js"; -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:56:40 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 802 await service.updateMemberPublicName(process, newValue); -2025-09-19T17:56:40 [IHM]    ~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:56:40 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 861 const lastState = service.getLastCommitedState(process); -2025-09-19T17:56:40 [IHM]    ~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:56:40 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 870 const publicData = await service.getPublicData(process); -2025-09-19T17:56:40 [IHM]    ~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type '(h: string) => string' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => string'. -2025-09-19T17:56:40 [IHM] Types of parameters 'h' and 'value' are incompatible. -2025-09-19T17:56:40 [IHM] Type 'unknown' is not assignable to type 'string'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 174 state.commitmentHashes = Object.values(json.pcd_commitment).map((h: string) => -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] 175 h.toLowerCase() -2025-09-19T17:56:40 [IHM]   ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 209 const processId = state.certificate.process_id; -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T17:56:40 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 58 let newState = service.getStateFromId(process, stateId); -2025-09-19T17:56:40 [IHM]    ~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2322: Type 'Blob | null' is not assignable to type 'BlobPart'. -2025-09-19T17:56:40 [IHM] Type 'null' is not assignable to type 'BlobPart'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 65 const blob = new Blob([encryptedData], { type: "application/octet-stream" }); -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'generateProcessPdf' does not exist on type 'Services'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 74 await service.generateProcessPdf(processId, newState); -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS7053: Element implicitly has an 'any' type because expression of type '"process_id"' can't be used to index type 'ProcessState'. -2025-09-19T17:56:40 [IHM] Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 77 newState['process_id'] = processId; -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 3 import { Process } from '../../pkg/sdk_client.js'; -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 7 import { RoleDefinition } from '../pkg/sdk_client.js'; -2025-09-19T17:56:40 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'storages' does not exist on type 'UserDiff'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 706 const storages = diff.storages; -2025-09-19T17:56:40 [IHM]    ~~~~~~~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] WARN 5:31:11 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'never[]' is not assignable to parameter of type 'Process'. -2025-09-19T17:56:40 [IHM] Property 'states' is missing in type 'never[]' but required in type 'Process'. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] 166 await service.checkConnections([]); -2025-09-19T17:56:40 [IHM]    ~~ -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] pkg/sdk_client.d.ts:155:5 -2025-09-19T17:56:40 [IHM] 155 states: ProcessState[]; -2025-09-19T17:56:40 [IHM]    ~~~~~~ -2025-09-19T17:56:40 [IHM] 'states' is declared here. -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] VITE v5.4.11 ready in 6819 ms -2025-09-19T17:56:40 [IHM] -2025-09-19T17:56:40 [IHM] ➜ Local: http://localhost:3003/ -2025-09-19T17:56:40 [IHM] ➜ Network: http://172.20.0.11:3003/ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] > sdk_client@1.0.0 start -2025-09-19T18:08:06 [IHM] > vite --host 0.0.0.0 -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 1 import { Device, Process, SecretsStore } from "../pkg/sdk_client.js"; -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:08:06 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 802 await service.updateMemberPublicName(process, newValue); -2025-09-19T18:08:06 [IHM]    ~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:08:06 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 861 const lastState = service.getLastCommitedState(process); -2025-09-19T18:08:06 [IHM]    ~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:08:06 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 870 const publicData = await service.getPublicData(process); -2025-09-19T18:08:06 [IHM]    ~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type '(h: string) => string' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => string'. -2025-09-19T18:08:06 [IHM] Types of parameters 'h' and 'value' are incompatible. -2025-09-19T18:08:06 [IHM] Type 'unknown' is not assignable to type 'string'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 174 state.commitmentHashes = Object.values(json.pcd_commitment).map((h: string) => -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] 175 h.toLowerCase() -2025-09-19T18:08:06 [IHM]   ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 209 const processId = state.certificate.process_id; -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:08:06 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 58 let newState = service.getStateFromId(process, stateId); -2025-09-19T18:08:06 [IHM]    ~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2322: Type 'Blob | null' is not assignable to type 'BlobPart'. -2025-09-19T18:08:06 [IHM] Type 'null' is not assignable to type 'BlobPart'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 65 const blob = new Blob([encryptedData], { type: "application/octet-stream" }); -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'generateProcessPdf' does not exist on type 'Services'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 74 await service.generateProcessPdf(processId, newState); -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS7053: Element implicitly has an 'any' type because expression of type '"process_id"' can't be used to index type 'ProcessState'. -2025-09-19T18:08:06 [IHM] Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 77 newState['process_id'] = processId; -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 3 import { Process } from '../../pkg/sdk_client.js'; -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 7 import { RoleDefinition } from '../pkg/sdk_client.js'; -2025-09-19T18:08:06 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'storages' does not exist on type 'UserDiff'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 706 const storages = diff.storages; -2025-09-19T18:08:06 [IHM]    ~~~~~~~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] WARN 6:07:56 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'never[]' is not assignable to parameter of type 'Process'. -2025-09-19T18:08:06 [IHM] Property 'states' is missing in type 'never[]' but required in type 'Process'. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] 166 await service.checkConnections([]); -2025-09-19T18:08:06 [IHM]    ~~ -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] pkg/sdk_client.d.ts:155:5 -2025-09-19T18:08:06 [IHM] 155 states: ProcessState[]; -2025-09-19T18:08:06 [IHM]    ~~~~~~ -2025-09-19T18:08:06 [IHM] 'states' is declared here. -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] VITE v5.4.11 ready in 6690 ms -2025-09-19T18:08:06 [IHM] -2025-09-19T18:08:06 [IHM] ➜ Local: http://localhost:3003/ -2025-09-19T18:08:06 [IHM] ➜ Network: http://172.20.0.11:3003/ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] > sdk_client@1.0.0 start -2025-09-19T18:12:09 [IHM] > vite --host 0.0.0.0 -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 1 import { Device, Process, SecretsStore } from "../pkg/sdk_client.js"; -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:12:09 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 802 await service.updateMemberPublicName(process, newValue); -2025-09-19T18:12:09 [IHM]    ~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:12:09 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 861 const lastState = service.getLastCommitedState(process); -2025-09-19T18:12:09 [IHM]    ~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:12:09 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 870 const publicData = await service.getPublicData(process); -2025-09-19T18:12:09 [IHM]    ~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type '(h: string) => string' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => string'. -2025-09-19T18:12:09 [IHM] Types of parameters 'h' and 'value' are incompatible. -2025-09-19T18:12:09 [IHM] Type 'unknown' is not assignable to type 'string'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 174 state.commitmentHashes = Object.values(json.pcd_commitment).map((h: string) => -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] 175 h.toLowerCase() -2025-09-19T18:12:09 [IHM]   ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 209 const processId = state.certificate.process_id; -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:12:09 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 58 let newState = service.getStateFromId(process, stateId); -2025-09-19T18:12:09 [IHM]    ~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2322: Type 'Blob | null' is not assignable to type 'BlobPart'. -2025-09-19T18:12:09 [IHM] Type 'null' is not assignable to type 'BlobPart'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 65 const blob = new Blob([encryptedData], { type: "application/octet-stream" }); -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'generateProcessPdf' does not exist on type 'Services'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 74 await service.generateProcessPdf(processId, newState); -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS7053: Element implicitly has an 'any' type because expression of type '"process_id"' can't be used to index type 'ProcessState'. -2025-09-19T18:12:09 [IHM] Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 77 newState['process_id'] = processId; -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 3 import { Process } from '../../pkg/sdk_client.js'; -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 7 import { RoleDefinition } from '../pkg/sdk_client.js'; -2025-09-19T18:12:09 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'storages' does not exist on type 'UserDiff'. -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] 706 const storages = diff.storages; -2025-09-19T18:12:09 [IHM]    ~~~~~~~~ -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] -2025-09-19T18:12:09 [IHM] WARN 6:11:55 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'never[]' is not assignable to parameter of type 'Process'. -2025-09-19T18:12:09 [IHM] Property 'states' is missing in type 'never[]' but required in type 'Process'. -2025-09-19T18:12:10 [IHM] -2025-09-19T18:12:10 [IHM] 166 await service.checkConnections([]); -2025-09-19T18:12:10 [IHM]    ~~ -2025-09-19T18:12:10 [IHM] -2025-09-19T18:12:10 [IHM] pkg/sdk_client.d.ts:155:5 -2025-09-19T18:12:10 [IHM] 155 states: ProcessState[]; -2025-09-19T18:12:10 [IHM]    ~~~~~~ -2025-09-19T18:12:10 [IHM] 'states' is declared here. -2025-09-19T18:12:10 [IHM] -2025-09-19T18:12:10 [IHM] -2025-09-19T18:12:10 [IHM] -2025-09-19T18:12:10 [IHM] VITE v5.4.11 ready in 6156 ms -2025-09-19T18:12:10 [IHM] -2025-09-19T18:12:10 [IHM] ➜ Local: http://localhost:3003/ -2025-09-19T18:12:10 [IHM] ➜ Network: http://172.20.0.11:3003/ -2025-09-19T18:12:33 [IHM] -2025-09-19T18:12:33 [IHM] WARN Files in the public directory are served at the root path. -2025-09-19T18:12:33 [IHM] Instead of /public/style/4nk.css, use /style/4nk.css. -2025-09-19T18:12:33 [IHM] -2025-09-19T18:12:37 [IHM] -2025-09-19T18:12:37 [IHM] WARN Files in the public directory are served at the root path. -2025-09-19T18:12:37 [IHM] Instead of /public/style/4nk.css, use /style/4nk.css. -2025-09-19T18:12:37 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] > sdk_client@1.0.0 start -2025-09-19T18:14:42 [IHM] > vite --host 0.0.0.0 -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 1 import { Device, Process, SecretsStore } from "../pkg/sdk_client.js"; -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:14:42 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 802 await service.updateMemberPublicName(process, newValue); -2025-09-19T18:14:42 [IHM]    ~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:14:42 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 861 const lastState = service.getLastCommitedState(process); -2025-09-19T18:14:42 [IHM]    ~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:14:42 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 870 const publicData = await service.getPublicData(process); -2025-09-19T18:14:42 [IHM]    ~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type '(h: string) => string' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => string'. -2025-09-19T18:14:42 [IHM] Types of parameters 'h' and 'value' are incompatible. -2025-09-19T18:14:42 [IHM] Type 'unknown' is not assignable to type 'string'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 174 state.commitmentHashes = Object.values(json.pcd_commitment).map((h: string) => -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] 175 h.toLowerCase() -2025-09-19T18:14:42 [IHM]   ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 209 const processId = state.certificate.process_id; -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'Process | null' is not assignable to parameter of type 'Process'. -2025-09-19T18:14:42 [IHM] Type 'null' is not assignable to type 'Process'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 58 let newState = service.getStateFromId(process, stateId); -2025-09-19T18:14:42 [IHM]    ~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2322: Type 'Blob | null' is not assignable to type 'BlobPart'. -2025-09-19T18:14:42 [IHM] Type 'null' is not assignable to type 'BlobPart'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 65 const blob = new Blob([encryptedData], { type: "application/octet-stream" }); -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'generateProcessPdf' does not exist on type 'Services'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 74 await service.generateProcessPdf(processId, newState); -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS7053: Element implicitly has an 'any' type because expression of type '"process_id"' can't be used to index type 'ProcessState'. -2025-09-19T18:14:42 [IHM] Property 'process_id' does not exist on type 'ProcessState'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 77 newState['process_id'] = processId; -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 3 import { Process } from '../../pkg/sdk_client.js'; -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2307: Cannot find module '../pkg/sdk_client.js' or its corresponding type declarations. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 7 import { RoleDefinition } from '../pkg/sdk_client.js'; -2025-09-19T18:14:42 [IHM]    ~~~~~~~~~~~~~~~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2339: Property 'storages' does not exist on type 'UserDiff'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 706 const storages = diff.storages; -2025-09-19T18:14:42 [IHM]    ~~~~~~~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] WARN 6:14:27 PM [vite] warning: @rollup/plugin-typescript TS2345: Argument of type 'never[]' is not assignable to parameter of type 'Process'. -2025-09-19T18:14:42 [IHM] Property 'states' is missing in type 'never[]' but required in type 'Process'. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] 166 await service.checkConnections([]); -2025-09-19T18:14:42 [IHM]    ~~ -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] pkg/sdk_client.d.ts:155:5 -2025-09-19T18:14:42 [IHM] 155 states: ProcessState[]; -2025-09-19T18:14:42 [IHM]    ~~~~~~ -2025-09-19T18:14:42 [IHM] 'states' is declared here. -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] VITE v5.4.11 ready in 7086 ms -2025-09-19T18:14:42 [IHM] -2025-09-19T18:14:42 [IHM] ➜ Local: http://localhost:3003/ -2025-09-19T18:14:42 [IHM] ➜ Network: http://172.20.0.11:3003/ -2025-09-19T18:15:04 [IHM] -2025-09-19T18:15:04 [IHM] WARN Files in the public directory are served at the root path. -2025-09-19T18:15:04 [IHM] Instead of /public/style/4nk.css, use /style/4nk.css. -2025-09-19T18:15:04 [IHM] -2025-09-19T18:15:04 [IHM] -2025-09-19T18:15:04 [IHM] WARN Files in the public directory are served at the root path. -2025-09-19T18:15:04 [IHM] Instead of /public/assets/bgd.webp, use /assets/bgd.webp. -2025-09-19T18:15:04 [IHM] -2025-09-19T18:15:39 [IHM] -2025-09-19T18:15:39 [IHM] WARN Files in the public directory are served at the root path. -2025-09-19T18:15:39 [IHM] Instead of /public/style/4nk.css, use /style/4nk.css. -2025-09-19T18:15:39 [IHM] diff --git a/log/lecoffre-back.log b/log/lecoffre-back.log deleted file mode 100644 index 1119a7b..0000000 --- a/log/lecoffre-back.log +++ /dev/null @@ -1,3255 +0,0 @@ -2025-09-19T17:13:46 [BACK] -2025-09-19T17:13:46 [BACK] > lecoffre-back-mini@1.1.0 start -2025-09-19T17:13:46 [BACK] > node dist/server.js -2025-09-19T17:13:46 [BACK] -2025-09-19T17:13:46 [BACK] [dotenv@17.2.2] injecting env (0) from .env -- tip: 🛠️ run anywhere with `dotenvx run -- yourcommand` -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:25:50.151Z Initializing Signer service -2025-09-19T17:13:46 [BACK] Server started on port 8080 -2025-09-19T17:13:46 [BACK] ✅ Connected to SDK Signer server -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:25:50.198Z Signer connected -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:25:50.199Z Signer connected -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:25:50.203Z Signer service initialized -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.136Z IdNot authentication initiated -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.345Z IdNot authentication initiated -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.407Z IdNot token payload summary -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:46 [BACK] keys: [ -2025-09-19T17:13:46 [BACK] 'at_hash', -2025-09-19T17:13:46 [BACK] 'sub', -2025-09-19T17:13:46 [BACK] 'profile_idn', -2025-09-19T17:13:46 [BACK] 'amr', -2025-09-19T17:13:46 [BACK] 'iss', -2025-09-19T17:13:46 [BACK] 'given_name', -2025-09-19T17:13:46 [BACK] 'sid', -2025-09-19T17:13:46 [BACK] 'aud', -2025-09-19T17:13:46 [BACK] 'nbf', -2025-09-19T17:13:46 [BACK] 'auth_time', -2025-09-19T17:13:46 [BACK] ... 4 more items -2025-09-19T17:13:46 [BACK] ], -2025-09-19T17:13:46 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:46 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.408Z IdNot using rattachements API with sub -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.408Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.526Z IdNot getUserRattachements success -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.526Z IdNot fetching entite data -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.609Z IdNot token payload summary -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:46 [BACK] keys: [ -2025-09-19T17:13:46 [BACK] 'at_hash', -2025-09-19T17:13:46 [BACK] 'sub', -2025-09-19T17:13:46 [BACK] 'profile_idn', -2025-09-19T17:13:46 [BACK] 'amr', -2025-09-19T17:13:46 [BACK] 'iss', -2025-09-19T17:13:46 [BACK] 'given_name', -2025-09-19T17:13:46 [BACK] 'sid', -2025-09-19T17:13:46 [BACK] 'aud', -2025-09-19T17:13:46 [BACK] 'nbf', -2025-09-19T17:13:46 [BACK] 'auth_time', -2025-09-19T17:13:46 [BACK] ... 4 more items -2025-09-19T17:13:46 [BACK] ], -2025-09-19T17:13:46 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:46 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.610Z IdNot using rattachements API with sub -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.611Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.630Z IdNot fetching personne data -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.752Z IdNot getUserRattachements success -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.753Z IdNot fetching entite data -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.786Z IdNot userData summary -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:46 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:46 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:46 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:46 [BACK] statutDuRattachement: true, -2025-09-19T17:13:46 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.840Z IdNot fetching personne data -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:12.948Z IdNot userData summary -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:46 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:46 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:46 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:46 [BACK] statutDuRattachement: true, -2025-09-19T17:13:46 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:13.006Z IdNot authentication successful -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:13.038Z IdNot authentication successful -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:13.041Z HTTP POST /auth - 200 -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] duration: 696, -2025-09-19T17:13:46 [BACK] request: { -2025-09-19T17:13:46 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:46 [BACK] method: 'POST', -2025-09-19T17:13:46 [BACK] url: '/auth', -2025-09-19T17:13:46 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:46 [BACK] }, -2025-09-19T17:13:46 [BACK] requestId: 'req_1758284832342_p426ip81e', -2025-09-19T17:13:46 [BACK] response: { -2025-09-19T17:13:46 [BACK] statusCode: 200 -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:13.060Z Getting current user data -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:13.060Z Current user data retrieved -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:27:13.061Z HTTP GET /user - 200 -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] duration: 3, -2025-09-19T17:13:46 [BACK] request: { -2025-09-19T17:13:46 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:46 [BACK] method: 'GET', -2025-09-19T17:13:46 [BACK] url: '/user', -2025-09-19T17:13:46 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:46 [BACK] }, -2025-09-19T17:13:46 [BACK] requestId: 'req_1758284833058_404u6umvp', -2025-09-19T17:13:46 [BACK] response: { -2025-09-19T17:13:46 [BACK] statusCode: 200 -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:31:26.515Z SIGTERM received, shutting down gracefully -2025-09-19T17:13:46 [BACK] npm notice -2025-09-19T17:13:46 [BACK] npm notice New major version of npm available! 9.6.3 -> 11.6.0 -2025-09-19T17:13:46 [BACK] npm notice Changelog: -2025-09-19T17:13:46 [BACK] npm notice Run `npm install -g npm@11.6.0` to update! -2025-09-19T17:13:46 [BACK] npm notice -2025-09-19T17:13:46 [BACK] -2025-09-19T17:13:46 [BACK] > lecoffre-back-mini@1.1.0 start -2025-09-19T17:13:46 [BACK] > node dist/server.js -2025-09-19T17:13:46 [BACK] -2025-09-19T17:13:46 [BACK] [dotenv@17.2.2] injecting env (0) from .env -- tip: ⚙️ specify custom .env file path with { path: '/custom/path/.env' } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:31:29.240Z Initializing Signer service -2025-09-19T17:13:46 [BACK] Server started on port 8080 -2025-09-19T17:13:46 [BACK] ✅ Connected to SDK Signer server -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:31:29.296Z Signer connected -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:31:29.296Z Signer connected -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:31:29.299Z Signer service initialized -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.316Z IdNot authentication initiated -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.543Z IdNot authentication initiated -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.614Z IdNot token payload summary -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:46 [BACK] keys: [ -2025-09-19T17:13:46 [BACK] 'at_hash', -2025-09-19T17:13:46 [BACK] 'sub', -2025-09-19T17:13:46 [BACK] 'profile_idn', -2025-09-19T17:13:46 [BACK] 'amr', -2025-09-19T17:13:46 [BACK] 'iss', -2025-09-19T17:13:46 [BACK] 'given_name', -2025-09-19T17:13:46 [BACK] 'sid', -2025-09-19T17:13:46 [BACK] 'aud', -2025-09-19T17:13:46 [BACK] 'nbf', -2025-09-19T17:13:46 [BACK] 'auth_time', -2025-09-19T17:13:46 [BACK] ... 4 more items -2025-09-19T17:13:46 [BACK] ], -2025-09-19T17:13:46 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:46 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.614Z IdNot using rattachements API with sub -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.615Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:46 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:46 [BACK] } -2025-09-19T17:13:46 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.818Z IdNot token payload summary -2025-09-19T17:13:46 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:46 [BACK] { -2025-09-19T17:13:46 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:46 [BACK] keys: [ -2025-09-19T17:13:46 [BACK] 'at_hash', -2025-09-19T17:13:46 [BACK] 'sub', -2025-09-19T17:13:46 [BACK] 'profile_idn', -2025-09-19T17:13:46 [BACK] 'amr', -2025-09-19T17:13:46 [BACK] 'iss', -2025-09-19T17:13:46 [BACK] 'given_name', -2025-09-19T17:13:46 [BACK] 'sid', -2025-09-19T17:13:46 [BACK] 'aud', -2025-09-19T17:13:46 [BACK] 'nbf', -2025-09-19T17:13:46 [BACK] 'auth_time', -2025-09-19T17:13:46 [BACK] ... 4 more items -2025-09-19T17:13:47 [BACK] ], -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.819Z IdNot using rattachements API with sub -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.820Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.934Z IdNot getUserRattachements success -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.935Z IdNot fetching entite data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.953Z IdNot getUserRattachements success -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:56.953Z IdNot fetching entite data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.046Z IdNot fetching personne data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.049Z IdNot fetching personne data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.153Z IdNot userData summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:47 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] statutDuRattachement: true, -2025-09-19T17:13:47 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.164Z IdNot userData summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:47 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] statutDuRattachement: true, -2025-09-19T17:13:47 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.262Z IdNot authentication successful -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.268Z HTTP POST /auth - 200 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] duration: 726, -2025-09-19T17:13:47 [BACK] request: { -2025-09-19T17:13:47 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:47 [BACK] method: 'POST', -2025-09-19T17:13:47 [BACK] url: '/auth', -2025-09-19T17:13:47 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:47 [BACK] }, -2025-09-19T17:13:47 [BACK] requestId: 'req_1758285536539_a1h5hizln', -2025-09-19T17:13:47 [BACK] response: { -2025-09-19T17:13:47 [BACK] statusCode: 200 -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.283Z Getting current user data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.284Z Current user data retrieved -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.286Z HTTP GET /user - 200 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] duration: 4, -2025-09-19T17:13:47 [BACK] request: { -2025-09-19T17:13:47 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:47 [BACK] method: 'GET', -2025-09-19T17:13:47 [BACK] url: '/user', -2025-09-19T17:13:47 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:47 [BACK] }, -2025-09-19T17:13:47 [BACK] requestId: 'req_1758285537282_101w182q8', -2025-09-19T17:13:47 [BACK] response: { -2025-09-19T17:13:47 [BACK] statusCode: 200 -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:38:57.290Z IdNot authentication successful -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:03.529Z IdNot authentication initiated -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:03.770Z IdNot authentication initiated -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:03.978Z IdNot token payload summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] keys: [ -2025-09-19T17:13:47 [BACK] 'at_hash', -2025-09-19T17:13:47 [BACK] 'sub', -2025-09-19T17:13:47 [BACK] 'profile_idn', -2025-09-19T17:13:47 [BACK] 'amr', -2025-09-19T17:13:47 [BACK] 'iss', -2025-09-19T17:13:47 [BACK] 'given_name', -2025-09-19T17:13:47 [BACK] 'sid', -2025-09-19T17:13:47 [BACK] 'aud', -2025-09-19T17:13:47 [BACK] 'nbf', -2025-09-19T17:13:47 [BACK] 'auth_time', -2025-09-19T17:13:47 [BACK] ... 4 more items -2025-09-19T17:13:47 [BACK] ], -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:03.979Z IdNot using rattachements API with sub -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:03.979Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.053Z IdNot token payload summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] keys: [ -2025-09-19T17:13:47 [BACK] 'at_hash', -2025-09-19T17:13:47 [BACK] 'sub', -2025-09-19T17:13:47 [BACK] 'profile_idn', -2025-09-19T17:13:47 [BACK] 'amr', -2025-09-19T17:13:47 [BACK] 'iss', -2025-09-19T17:13:47 [BACK] 'given_name', -2025-09-19T17:13:47 [BACK] 'sid', -2025-09-19T17:13:47 [BACK] 'aud', -2025-09-19T17:13:47 [BACK] 'nbf', -2025-09-19T17:13:47 [BACK] 'auth_time', -2025-09-19T17:13:47 [BACK] ... 4 more items -2025-09-19T17:13:47 [BACK] ], -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.053Z IdNot using rattachements API with sub -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.054Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.118Z IdNot getUserRattachements success -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.118Z IdNot fetching entite data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.188Z IdNot getUserRattachements success -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.188Z IdNot fetching entite data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.214Z IdNot fetching personne data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.292Z IdNot fetching personne data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.335Z IdNot userData summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:47 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] statutDuRattachement: true, -2025-09-19T17:13:47 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.406Z IdNot userData summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:47 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] statutDuRattachement: true, -2025-09-19T17:13:47 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.430Z IdNot authentication successful -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.505Z IdNot authentication successful -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.510Z HTTP POST /auth - 200 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] duration: 740, -2025-09-19T17:13:47 [BACK] request: { -2025-09-19T17:13:47 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:47 [BACK] method: 'POST', -2025-09-19T17:13:47 [BACK] url: '/auth', -2025-09-19T17:13:47 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:47 [BACK] }, -2025-09-19T17:13:47 [BACK] requestId: 'req_1758285723769_igg4jdirm', -2025-09-19T17:13:47 [BACK] response: { -2025-09-19T17:13:47 [BACK] statusCode: 200 -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.528Z Getting current user data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.528Z Current user data retrieved -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:42:04.530Z HTTP GET /user - 200 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] duration: 3, -2025-09-19T17:13:47 [BACK] request: { -2025-09-19T17:13:47 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:47 [BACK] method: 'GET', -2025-09-19T17:13:47 [BACK] url: '/user', -2025-09-19T17:13:47 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:47 [BACK] }, -2025-09-19T17:13:47 [BACK] requestId: 'req_1758285724527_wyxgie3jb', -2025-09-19T17:13:47 [BACK] response: { -2025-09-19T17:13:47 [BACK] statusCode: 200 -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:06.775Z IdNot authentication initiated -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.001Z IdNot authentication initiated -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.067Z IdNot token payload summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] keys: [ -2025-09-19T17:13:47 [BACK] 'at_hash', -2025-09-19T17:13:47 [BACK] 'sub', -2025-09-19T17:13:47 [BACK] 'profile_idn', -2025-09-19T17:13:47 [BACK] 'amr', -2025-09-19T17:13:47 [BACK] 'iss', -2025-09-19T17:13:47 [BACK] 'given_name', -2025-09-19T17:13:47 [BACK] 'sid', -2025-09-19T17:13:47 [BACK] 'aud', -2025-09-19T17:13:47 [BACK] 'nbf', -2025-09-19T17:13:47 [BACK] 'auth_time', -2025-09-19T17:13:47 [BACK] ... 4 more items -2025-09-19T17:13:47 [BACK] ], -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.068Z IdNot using rattachements API with sub -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.068Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.193Z IdNot getUserRattachements success -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.194Z IdNot fetching entite data -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.311Z IdNot token payload summary -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:47 [BACK] keys: [ -2025-09-19T17:13:47 [BACK] 'at_hash', -2025-09-19T17:13:47 [BACK] 'sub', -2025-09-19T17:13:47 [BACK] 'profile_idn', -2025-09-19T17:13:47 [BACK] 'amr', -2025-09-19T17:13:47 [BACK] 'iss', -2025-09-19T17:13:47 [BACK] 'given_name', -2025-09-19T17:13:47 [BACK] 'sid', -2025-09-19T17:13:47 [BACK] 'aud', -2025-09-19T17:13:47 [BACK] 'nbf', -2025-09-19T17:13:47 [BACK] 'auth_time', -2025-09-19T17:13:47 [BACK] ... 4 more items -2025-09-19T17:13:47 [BACK] ], -2025-09-19T17:13:47 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.311Z IdNot using rattachements API with sub -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:47 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.312Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:47 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:47 [BACK] { -2025-09-19T17:13:47 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:47 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:47 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.385Z IdNot fetching personne data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.441Z IdNot getUserRattachements success -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.442Z IdNot fetching entite data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.494Z IdNot userData summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:48 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] statutDuRattachement: true, -2025-09-19T17:13:48 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.540Z IdNot fetching personne data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.590Z IdNot authentication successful -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.656Z IdNot userData summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:48 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] statutDuRattachement: true, -2025-09-19T17:13:48 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.783Z IdNot authentication successful -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.784Z HTTP POST /auth - 200 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] duration: 783, -2025-09-19T17:13:48 [BACK] request: { -2025-09-19T17:13:48 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:48 [BACK] method: 'POST', -2025-09-19T17:13:48 [BACK] url: '/auth', -2025-09-19T17:13:48 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:48 [BACK] }, -2025-09-19T17:13:48 [BACK] requestId: 'req_1758285906999_l5yh5aptv', -2025-09-19T17:13:48 [BACK] response: { -2025-09-19T17:13:48 [BACK] statusCode: 200 -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.802Z Getting current user data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.802Z Current user data retrieved -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:45:07.805Z HTTP GET /user - 200 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] duration: 3, -2025-09-19T17:13:48 [BACK] request: { -2025-09-19T17:13:48 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:48 [BACK] method: 'GET', -2025-09-19T17:13:48 [BACK] url: '/user', -2025-09-19T17:13:48 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:48 [BACK] }, -2025-09-19T17:13:48 [BACK] requestId: 'req_1758285907801_6n4i8hp4t', -2025-09-19T17:13:48 [BACK] response: { -2025-09-19T17:13:48 [BACK] statusCode: 200 -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:13.788Z IdNot authentication initiated -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.092Z IdNot token payload summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] keys: [ -2025-09-19T17:13:48 [BACK] 'at_hash', -2025-09-19T17:13:48 [BACK] 'sub', -2025-09-19T17:13:48 [BACK] 'profile_idn', -2025-09-19T17:13:48 [BACK] 'amr', -2025-09-19T17:13:48 [BACK] 'iss', -2025-09-19T17:13:48 [BACK] 'given_name', -2025-09-19T17:13:48 [BACK] 'sid', -2025-09-19T17:13:48 [BACK] 'aud', -2025-09-19T17:13:48 [BACK] 'nbf', -2025-09-19T17:13:48 [BACK] 'auth_time', -2025-09-19T17:13:48 [BACK] ... 4 more items -2025-09-19T17:13:48 [BACK] ], -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.093Z IdNot using rattachements API with sub -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.094Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.135Z IdNot authentication initiated -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.394Z IdNot token payload summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] keys: [ -2025-09-19T17:13:48 [BACK] 'at_hash', -2025-09-19T17:13:48 [BACK] 'sub', -2025-09-19T17:13:48 [BACK] 'profile_idn', -2025-09-19T17:13:48 [BACK] 'amr', -2025-09-19T17:13:48 [BACK] 'iss', -2025-09-19T17:13:48 [BACK] 'given_name', -2025-09-19T17:13:48 [BACK] 'sid', -2025-09-19T17:13:48 [BACK] 'aud', -2025-09-19T17:13:48 [BACK] 'nbf', -2025-09-19T17:13:48 [BACK] 'auth_time', -2025-09-19T17:13:48 [BACK] ... 4 more items -2025-09-19T17:13:48 [BACK] ], -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.395Z IdNot using rattachements API with sub -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.395Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.403Z IdNot getUserRattachements success -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.403Z IdNot fetching entite data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.503Z IdNot fetching personne data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.517Z IdNot getUserRattachements success -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.517Z IdNot fetching entite data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.603Z IdNot fetching personne data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.608Z IdNot userData summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:48 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] statutDuRattachement: true, -2025-09-19T17:13:48 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.693Z IdNot userData summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:48 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] statutDuRattachement: true, -2025-09-19T17:13:48 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.702Z IdNot authentication successful -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.778Z IdNot authentication successful -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.780Z HTTP POST /auth - 200 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] duration: 645, -2025-09-19T17:13:48 [BACK] request: { -2025-09-19T17:13:48 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:48 [BACK] method: 'POST', -2025-09-19T17:13:48 [BACK] url: '/auth', -2025-09-19T17:13:48 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:48 [BACK] }, -2025-09-19T17:13:48 [BACK] requestId: 'req_1758286214134_58m2tqrmg', -2025-09-19T17:13:48 [BACK] response: { -2025-09-19T17:13:48 [BACK] statusCode: 200 -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.795Z Getting current user data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.795Z Current user data retrieved -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T12:50:14.796Z HTTP GET /user - 200 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] duration: 1, -2025-09-19T17:13:48 [BACK] request: { -2025-09-19T17:13:48 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:48 [BACK] method: 'GET', -2025-09-19T17:13:48 [BACK] url: '/user', -2025-09-19T17:13:48 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:48 [BACK] }, -2025-09-19T17:13:48 [BACK] requestId: 'req_1758286214795_nvp353ttr', -2025-09-19T17:13:48 [BACK] response: { -2025-09-19T17:13:48 [BACK] statusCode: 200 -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.203Z IdNot authentication initiated -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.452Z IdNot authentication initiated -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.477Z IdNot token payload summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] keys: [ -2025-09-19T17:13:48 [BACK] 'at_hash', -2025-09-19T17:13:48 [BACK] 'sub', -2025-09-19T17:13:48 [BACK] 'profile_idn', -2025-09-19T17:13:48 [BACK] 'amr', -2025-09-19T17:13:48 [BACK] 'iss', -2025-09-19T17:13:48 [BACK] 'given_name', -2025-09-19T17:13:48 [BACK] 'sid', -2025-09-19T17:13:48 [BACK] 'aud', -2025-09-19T17:13:48 [BACK] 'nbf', -2025-09-19T17:13:48 [BACK] 'auth_time', -2025-09-19T17:13:48 [BACK] ... 4 more items -2025-09-19T17:13:48 [BACK] ], -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.478Z IdNot using rattachements API with sub -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.478Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.818Z IdNot token payload summary -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:48 [BACK] keys: [ -2025-09-19T17:13:48 [BACK] 'at_hash', -2025-09-19T17:13:48 [BACK] 'sub', -2025-09-19T17:13:48 [BACK] 'profile_idn', -2025-09-19T17:13:48 [BACK] 'amr', -2025-09-19T17:13:48 [BACK] 'iss', -2025-09-19T17:13:48 [BACK] 'given_name', -2025-09-19T17:13:48 [BACK] 'sid', -2025-09-19T17:13:48 [BACK] 'aud', -2025-09-19T17:13:48 [BACK] 'nbf', -2025-09-19T17:13:48 [BACK] 'auth_time', -2025-09-19T17:13:48 [BACK] ... 4 more items -2025-09-19T17:13:48 [BACK] ], -2025-09-19T17:13:48 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.818Z IdNot using rattachements API with sub -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.819Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.827Z IdNot getUserRattachements success -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:26.827Z IdNot fetching entite data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.017Z IdNot fetching personne data -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.053Z IdNot getUserRattachements success -2025-09-19T17:13:48 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:48 [BACK] { -2025-09-19T17:13:48 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:48 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:48 [BACK] } -2025-09-19T17:13:48 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.053Z IdNot fetching entite data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.104Z IdNot userData summary -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:49 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:49 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:49 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:49 [BACK] statutDuRattachement: true, -2025-09-19T17:13:49 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.154Z IdNot fetching personne data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.187Z IdNot authentication successful -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.262Z IdNot userData summary -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:49 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:49 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:49 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:49 [BACK] statutDuRattachement: true, -2025-09-19T17:13:49 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.346Z IdNot authentication successful -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.349Z HTTP POST /auth - 200 -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] duration: 896, -2025-09-19T17:13:49 [BACK] request: { -2025-09-19T17:13:49 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:49 [BACK] method: 'POST', -2025-09-19T17:13:49 [BACK] url: '/auth', -2025-09-19T17:13:49 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:49 [BACK] }, -2025-09-19T17:13:49 [BACK] requestId: 'req_1758287126450_l8h5os1rq', -2025-09-19T17:13:49 [BACK] response: { -2025-09-19T17:13:49 [BACK] statusCode: 200 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.365Z Getting current user data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.366Z Current user data retrieved -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:05:27.367Z HTTP GET /user - 200 -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] duration: 2, -2025-09-19T17:13:49 [BACK] request: { -2025-09-19T17:13:49 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:49 [BACK] method: 'GET', -2025-09-19T17:13:49 [BACK] url: '/user', -2025-09-19T17:13:49 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:49 [BACK] }, -2025-09-19T17:13:49 [BACK] requestId: 'req_1758287127365_6kunqwhgn', -2025-09-19T17:13:49 [BACK] response: { -2025-09-19T17:13:49 [BACK] statusCode: 200 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.206Z IdNot authentication initiated -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.423Z IdNot authentication initiated -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.484Z IdNot token payload summary -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:49 [BACK] keys: [ -2025-09-19T17:13:49 [BACK] 'at_hash', -2025-09-19T17:13:49 [BACK] 'sub', -2025-09-19T17:13:49 [BACK] 'profile_idn', -2025-09-19T17:13:49 [BACK] 'amr', -2025-09-19T17:13:49 [BACK] 'iss', -2025-09-19T17:13:49 [BACK] 'given_name', -2025-09-19T17:13:49 [BACK] 'sid', -2025-09-19T17:13:49 [BACK] 'aud', -2025-09-19T17:13:49 [BACK] 'nbf', -2025-09-19T17:13:49 [BACK] 'auth_time', -2025-09-19T17:13:49 [BACK] ... 4 more items -2025-09-19T17:13:49 [BACK] ], -2025-09-19T17:13:49 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:49 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.484Z IdNot using rattachements API with sub -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.485Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.671Z IdNot token payload summary -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:49 [BACK] keys: [ -2025-09-19T17:13:49 [BACK] 'at_hash', -2025-09-19T17:13:49 [BACK] 'sub', -2025-09-19T17:13:49 [BACK] 'profile_idn', -2025-09-19T17:13:49 [BACK] 'amr', -2025-09-19T17:13:49 [BACK] 'iss', -2025-09-19T17:13:49 [BACK] 'given_name', -2025-09-19T17:13:49 [BACK] 'sid', -2025-09-19T17:13:49 [BACK] 'aud', -2025-09-19T17:13:49 [BACK] 'nbf', -2025-09-19T17:13:49 [BACK] 'auth_time', -2025-09-19T17:13:49 [BACK] ... 4 more items -2025-09-19T17:13:49 [BACK] ], -2025-09-19T17:13:49 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:49 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.671Z IdNot using rattachements API with sub -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.672Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.843Z IdNot getUserRattachements success -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.843Z IdNot fetching entite data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.845Z IdNot getUserRattachements success -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.846Z IdNot fetching entite data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.924Z IdNot fetching personne data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:37.964Z IdNot fetching personne data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.018Z IdNot userData summary -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:49 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:49 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:49 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:49 [BACK] statutDuRattachement: true, -2025-09-19T17:13:49 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.073Z IdNot userData summary -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:49 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:49 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:49 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:49 [BACK] statutDuRattachement: true, -2025-09-19T17:13:49 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.098Z IdNot authentication successful -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.103Z HTTP POST /auth - 200 -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] duration: 679, -2025-09-19T17:13:49 [BACK] request: { -2025-09-19T17:13:49 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:49 [BACK] method: 'POST', -2025-09-19T17:13:49 [BACK] url: '/auth', -2025-09-19T17:13:49 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:49 [BACK] }, -2025-09-19T17:13:49 [BACK] requestId: 'req_1758288217422_uvc291mnq', -2025-09-19T17:13:49 [BACK] response: { -2025-09-19T17:13:49 [BACK] statusCode: 200 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.119Z Getting current user data -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.120Z Current user data retrieved -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.121Z HTTP GET /user - 200 -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] duration: 2, -2025-09-19T17:13:49 [BACK] request: { -2025-09-19T17:13:49 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:49 [BACK] method: 'GET', -2025-09-19T17:13:49 [BACK] url: '/user', -2025-09-19T17:13:49 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:49 [BACK] }, -2025-09-19T17:13:49 [BACK] requestId: 'req_1758288218119_db67fe5ri', -2025-09-19T17:13:49 [BACK] response: { -2025-09-19T17:13:49 [BACK] statusCode: 200 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T13:23:38.157Z IdNot authentication successful -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:49 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] ⚠️ [WARN] 2025-09-19T14:22:16.262Z Signer disconnected - reconnecting... -2025-09-19T17:13:49 [BACK] ⚠️ [WARN] 2025-09-19T14:22:16.263Z Signer disconnected -2025-09-19T17:13:49 [BACK] 🔄 Attempting to reconnect in 2000ms (attempt 1) -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ❌ [ERROR] 2025-09-19T14:22:18.299Z Signer WebSocket error -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] 🔄 Attempting to reconnect in 4000ms (attempt 2) -2025-09-19T17:13:49 [BACK] 🔄 Attempting to reconnect in 6000ms (attempt 3) -2025-09-19T17:13:49 [BACK] Reconnection failed: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] Reconnection failed: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] Reconnection failed: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T14:22:40.042Z Signer connection attempt -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] attempt: 4, -2025-09-19T17:13:49 [BACK] maxAttempts: 10 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T14:22:56.946Z Signer connection attempt -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] attempt: 5, -2025-09-19T17:13:49 [BACK] maxAttempts: 10 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] Max reconnection attempts reached -2025-09-19T17:13:49 [BACK] ⚠️ [WARN] 2025-09-19T14:22:56.956Z Signer connection failing -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] attempt: 5, -2025-09-19T17:13:49 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:49 [BACK] ℹ️ [INFO] 2025-09-19T14:23:22.269Z Signer connection attempt -2025-09-19T17:13:49 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:49 [BACK] { -2025-09-19T17:13:49 [BACK] attempt: 6, -2025-09-19T17:13:49 [BACK] maxAttempts: 10 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:49 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:49 [BACK] errno: -111, -2025-09-19T17:13:49 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:49 [BACK] syscall: 'connect', -2025-09-19T17:13:49 [BACK] address: '31.33.24.235', -2025-09-19T17:13:49 [BACK] port: 9090 -2025-09-19T17:13:49 [BACK] } -2025-09-19T17:13:49 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:50 [BACK] Max reconnection attempts reached -2025-09-19T17:13:50 [BACK] ⚠️ [WARN] 2025-09-19T14:23:22.279Z Signer connection failing -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 6, -2025-09-19T17:13:50 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T14:24:00.275Z Signer connection attempt -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 7, -2025-09-19T17:13:50 [BACK] maxAttempts: 10 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:50 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:50 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:50 [BACK] errno: -111, -2025-09-19T17:13:50 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:50 [BACK] syscall: 'connect', -2025-09-19T17:13:50 [BACK] address: '31.33.24.235', -2025-09-19T17:13:50 [BACK] port: 9090 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] Max reconnection attempts reached -2025-09-19T17:13:50 [BACK] ⚠️ [WARN] 2025-09-19T14:24:00.286Z Signer connection failing -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 7, -2025-09-19T17:13:50 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T14:24:57.240Z Signer connection attempt -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 8, -2025-09-19T17:13:50 [BACK] maxAttempts: 10 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:50 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:50 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:50 [BACK] errno: -111, -2025-09-19T17:13:50 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:50 [BACK] syscall: 'connect', -2025-09-19T17:13:50 [BACK] address: '31.33.24.235', -2025-09-19T17:13:50 [BACK] port: 9090 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] Max reconnection attempts reached -2025-09-19T17:13:50 [BACK] ⚠️ [WARN] 2025-09-19T14:24:57.255Z Signer connection failing -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 8, -2025-09-19T17:13:50 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T14:25:57.278Z Signer connection attempt -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 9, -2025-09-19T17:13:50 [BACK] maxAttempts: 10 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:50 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:50 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:50 [BACK] errno: -111, -2025-09-19T17:13:50 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:50 [BACK] syscall: 'connect', -2025-09-19T17:13:50 [BACK] address: '31.33.24.235', -2025-09-19T17:13:50 [BACK] port: 9090 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] Max reconnection attempts reached -2025-09-19T17:13:50 [BACK] ⚠️ [WARN] 2025-09-19T14:25:57.291Z Signer connection failing -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 9, -2025-09-19T17:13:50 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T14:26:57.314Z Signer connection attempt -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 10, -2025-09-19T17:13:50 [BACK] maxAttempts: 10 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:50 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:50 [BACK] errno: -111, -2025-09-19T17:13:50 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:50 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:50 [BACK] syscall: 'connect', -2025-09-19T17:13:50 [BACK] address: '31.33.24.235', -2025-09-19T17:13:50 [BACK] port: 9090 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] Max reconnection attempts reached -2025-09-19T17:13:50 [BACK] ⚠️ [WARN] 2025-09-19T14:26:57.324Z Signer connection failing -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 10, -2025-09-19T17:13:50 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T14:27:57.350Z Signer connection attempt -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempt: 11, -2025-09-19T17:13:50 [BACK] maxAttempts: 10 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:50 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:50 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:50 [BACK] errno: -111, -2025-09-19T17:13:50 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:50 [BACK] syscall: 'connect', -2025-09-19T17:13:50 [BACK] address: '31.33.24.235', -2025-09-19T17:13:50 [BACK] port: 9090 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] Max reconnection attempts reached -2025-09-19T17:13:50 [BACK] ❌ [ERROR] 2025-09-19T14:27:57.364Z Signer connection failed after all attempts -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] attempts: 10, -2025-09-19T17:13:50 [BACK] lastError: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:33.140Z IdNot authentication initiated -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:33.523Z IdNot token payload summary -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:50 [BACK] keys: [ -2025-09-19T17:13:50 [BACK] 'at_hash', -2025-09-19T17:13:50 [BACK] 'sub', -2025-09-19T17:13:50 [BACK] 'profile_idn', -2025-09-19T17:13:50 [BACK] 'amr', -2025-09-19T17:13:50 [BACK] 'iss', -2025-09-19T17:13:50 [BACK] 'given_name', -2025-09-19T17:13:50 [BACK] 'sid', -2025-09-19T17:13:50 [BACK] 'aud', -2025-09-19T17:13:50 [BACK] 'nbf', -2025-09-19T17:13:50 [BACK] 'auth_time', -2025-09-19T17:13:50 [BACK] ... 4 more items -2025-09-19T17:13:50 [BACK] ], -2025-09-19T17:13:50 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:50 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:33.523Z IdNot using rattachements API with sub -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:33.523Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:33.899Z IdNot getUserRattachements success -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:33.899Z IdNot fetching entite data -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:33.980Z IdNot fetching personne data -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:34.081Z IdNot userData summary -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:50 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:50 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:50 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:50 [BACK] statutDuRattachement: true, -2025-09-19T17:13:50 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:34.171Z IdNot authentication successful -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:34.172Z HTTP POST /auth - 200 -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] duration: 1033, -2025-09-19T17:13:50 [BACK] request: { -2025-09-19T17:13:50 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:50 [BACK] method: 'POST', -2025-09-19T17:13:50 [BACK] url: '/auth', -2025-09-19T17:13:50 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:50 [BACK] }, -2025-09-19T17:13:50 [BACK] requestId: 'req_1758294753138_blbx1oklq', -2025-09-19T17:13:50 [BACK] response: { -2025-09-19T17:13:50 [BACK] statusCode: 200 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:34.188Z Getting current user data -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:34.188Z Current user data retrieved -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:12:34.190Z HTTP GET /user - 200 -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] duration: 3, -2025-09-19T17:13:50 [BACK] request: { -2025-09-19T17:13:50 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:50 [BACK] method: 'GET', -2025-09-19T17:13:50 [BACK] url: '/user', -2025-09-19T17:13:50 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:50 [BACK] }, -2025-09-19T17:13:50 [BACK] requestId: 'req_1758294754187_1jtd7p66z', -2025-09-19T17:13:50 [BACK] response: { -2025-09-19T17:13:50 [BACK] statusCode: 200 -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.310Z IdNot authentication initiated -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.586Z IdNot token payload summary -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:50 [BACK] keys: [ -2025-09-19T17:13:50 [BACK] 'at_hash', -2025-09-19T17:13:50 [BACK] 'sub', -2025-09-19T17:13:50 [BACK] 'profile_idn', -2025-09-19T17:13:50 [BACK] 'amr', -2025-09-19T17:13:50 [BACK] 'iss', -2025-09-19T17:13:50 [BACK] 'given_name', -2025-09-19T17:13:50 [BACK] 'sid', -2025-09-19T17:13:50 [BACK] 'aud', -2025-09-19T17:13:50 [BACK] 'nbf', -2025-09-19T17:13:50 [BACK] 'auth_time', -2025-09-19T17:13:50 [BACK] ... 4 more items -2025-09-19T17:13:50 [BACK] ], -2025-09-19T17:13:50 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:50 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.590Z IdNot using rattachements API with sub -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.591Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.639Z IdNot authentication initiated -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.842Z IdNot token payload summary -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:50 [BACK] keys: [ -2025-09-19T17:13:50 [BACK] 'at_hash', -2025-09-19T17:13:50 [BACK] 'sub', -2025-09-19T17:13:50 [BACK] 'profile_idn', -2025-09-19T17:13:50 [BACK] 'amr', -2025-09-19T17:13:50 [BACK] 'iss', -2025-09-19T17:13:50 [BACK] 'given_name', -2025-09-19T17:13:50 [BACK] 'sid', -2025-09-19T17:13:50 [BACK] 'aud', -2025-09-19T17:13:50 [BACK] 'nbf', -2025-09-19T17:13:50 [BACK] 'auth_time', -2025-09-19T17:13:50 [BACK] ... 4 more items -2025-09-19T17:13:50 [BACK] ], -2025-09-19T17:13:50 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:50 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.843Z IdNot using rattachements API with sub -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] sub: 'IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.844Z IdNot getUserRattachements attempt 1 -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.963Z IdNot getUserRattachements success -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:15.963Z IdNot fetching entite data -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.064Z IdNot getUserRattachements success -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.065Z IdNot fetching entite data -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.082Z IdNot fetching personne data -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.163Z IdNot fetching personne data -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.187Z IdNot userData summary -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:50 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:50 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:50 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:50 [BACK] statutDuRattachement: true, -2025-09-19T17:13:50 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.279Z IdNot userData summary -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:13:50 [BACK] entiteTypeName: 'office', -2025-09-19T17:13:50 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:13:50 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:13:50 [BACK] statutDuRattachement: true, -2025-09-19T17:13:50 [BACK] typeLien: 'Administrateur' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.282Z IdNot authentication successful -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:50 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:50 [BACK] } -2025-09-19T17:13:50 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.285Z HTTP POST /auth - 200 -2025-09-19T17:13:50 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:50 [BACK] { -2025-09-19T17:13:50 [BACK] duration: 646, -2025-09-19T17:13:50 [BACK] request: { -2025-09-19T17:13:50 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:51 [BACK] method: 'POST', -2025-09-19T17:13:51 [BACK] url: '/auth', -2025-09-19T17:13:51 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:51 [BACK] }, -2025-09-19T17:13:51 [BACK] requestId: 'req_1758295575639_c3sgyvwi9', -2025-09-19T17:13:51 [BACK] response: { -2025-09-19T17:13:51 [BACK] statusCode: 200 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.303Z Getting current user data -2025-09-19T17:13:51 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:51 [BACK] { -2025-09-19T17:13:51 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.303Z Current user data retrieved -2025-09-19T17:13:51 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:51 [BACK] { -2025-09-19T17:13:51 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:51 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.304Z HTTP GET /user - 200 -2025-09-19T17:13:51 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:51 [BACK] { -2025-09-19T17:13:51 [BACK] duration: 2, -2025-09-19T17:13:51 [BACK] request: { -2025-09-19T17:13:51 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:13:51 [BACK] method: 'GET', -2025-09-19T17:13:51 [BACK] url: '/user', -2025-09-19T17:13:51 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:13:51 [BACK] }, -2025-09-19T17:13:51 [BACK] requestId: 'req_1758295576302_y9xc16aps', -2025-09-19T17:13:51 [BACK] response: { -2025-09-19T17:13:51 [BACK] statusCode: 200 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] ℹ️ [INFO] 2025-09-19T15:26:16.378Z IdNot authentication successful -2025-09-19T17:13:51 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:51 [BACK] { -2025-09-19T17:13:51 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:13:51 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] ℹ️ [INFO] 2025-09-19T17:13:19.742Z SIGTERM received, shutting down gracefully -2025-09-19T17:13:51 [BACK] -2025-09-19T17:13:51 [BACK] > lecoffre-back-mini@1.1.0 start -2025-09-19T17:13:51 [BACK] > node dist/server.js -2025-09-19T17:13:51 [BACK] -2025-09-19T17:13:51 [BACK] [dotenv@17.2.2] injecting env (0) from .env -- tip: 🔐 encrypt with Dotenvx: https://dotenvx.com -2025-09-19T17:13:51 [BACK] ℹ️ [INFO] 2025-09-19T17:13:22.539Z Initializing Signer service -2025-09-19T17:13:51 [BACK] Server started on port 8080 -2025-09-19T17:13:51 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] ❌ [ERROR] 2025-09-19T17:13:22.581Z Signer WebSocket error -2025-09-19T17:13:51 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:51 [BACK] { -2025-09-19T17:13:51 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:51 [BACK] 🔄 Attempting to reconnect in 2000ms (attempt 1) -2025-09-19T17:13:51 [BACK] ❌ [ERROR] 2025-09-19T17:13:22.582Z Failed to initialize signer service -2025-09-19T17:13:51 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:51 [BACK] { -2025-09-19T17:13:51 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:51 [BACK] 🔄 Attempting to reconnect in 4000ms (attempt 2) -2025-09-19T17:13:51 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] Reconnection failed: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] 🔄 Attempting to reconnect in 6000ms (attempt 3) -2025-09-19T17:13:51 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:51 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] Max reconnection attempts reached -2025-09-19T17:13:51 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:51 [BACK] Max reconnection attempts reached -2025-09-19T17:13:51 [BACK] Reconnection failed: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] Max reconnection attempts reached -2025-09-19T17:13:51 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:51 [BACK] Max reconnection attempts reached -2025-09-19T17:13:51 [BACK] Reconnection failed: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] Max reconnection attempts reached -2025-09-19T17:13:51 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:51 [BACK] Max reconnection attempts reached -2025-09-19T17:13:51 [BACK] ℹ️ [INFO] 2025-09-19T17:13:46.362Z Signer connection attempt -2025-09-19T17:13:51 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:13:51 [BACK] { -2025-09-19T17:13:51 [BACK] attempt: 4, -2025-09-19T17:13:51 [BACK] maxAttempts: 10 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:13:51 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:13:51 [BACK] errno: -111, -2025-09-19T17:13:51 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:13:51 [BACK] syscall: 'connect', -2025-09-19T17:13:51 [BACK] address: '31.33.24.235', -2025-09-19T17:13:51 [BACK] port: 9090 -2025-09-19T17:13:51 [BACK] } -2025-09-19T17:13:51 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:13:51 [BACK] Max reconnection attempts reached -2025-09-19T17:14:03 [BACK] ℹ️ [INFO] 2025-09-19T17:14:03.258Z Signer connection attempt -2025-09-19T17:14:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:03 [BACK] { -2025-09-19T17:14:03 [BACK] attempt: 5, -2025-09-19T17:14:03 [BACK] maxAttempts: 10 -2025-09-19T17:14:03 [BACK] } -2025-09-19T17:14:03 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:14:03 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:14:03 [BACK] errno: -111, -2025-09-19T17:14:03 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:14:03 [BACK] syscall: 'connect', -2025-09-19T17:14:03 [BACK] address: '31.33.24.235', -2025-09-19T17:14:03 [BACK] port: 9090 -2025-09-19T17:14:03 [BACK] } -2025-09-19T17:14:03 [BACK] Max reconnection attempts reached -2025-09-19T17:14:03 [BACK] ⚠️ [WARN] 2025-09-19T17:14:03.272Z Signer connection failing -2025-09-19T17:14:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:03 [BACK] { -2025-09-19T17:14:03 [BACK] attempt: 5, -2025-09-19T17:14:03 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:14:03 [BACK] } -2025-09-19T17:14:03 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.226Z IdNot authentication initiated -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.457Z IdNot authentication initiated -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.585Z Signer connection attempt -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] attempt: 6, -2025-09-19T17:14:28 [BACK] maxAttempts: 10 -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:14:28 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:14:28 [BACK] errno: -111, -2025-09-19T17:14:28 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:14:28 [BACK] syscall: 'connect', -2025-09-19T17:14:28 [BACK] address: '31.33.24.235', -2025-09-19T17:14:28 [BACK] port: 9090 -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:14:28 [BACK] Max reconnection attempts reached -2025-09-19T17:14:28 [BACK] ⚠️ [WARN] 2025-09-19T17:14:28.596Z Signer connection failing -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] attempt: 6, -2025-09-19T17:14:28 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.668Z IdNot token payload summary -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:14:28 [BACK] keys: [ -2025-09-19T17:14:28 [BACK] 'at_hash', -2025-09-19T17:14:28 [BACK] 'sub', -2025-09-19T17:14:28 [BACK] 'profile_idn', -2025-09-19T17:14:28 [BACK] 'amr', -2025-09-19T17:14:28 [BACK] 'iss', -2025-09-19T17:14:28 [BACK] 'given_name', -2025-09-19T17:14:28 [BACK] 'sid', -2025-09-19T17:14:28 [BACK] 'aud', -2025-09-19T17:14:28 [BACK] 'nbf', -2025-09-19T17:14:28 [BACK] 'auth_time', -2025-09-19T17:14:28 [BACK] ... 4 more items -2025-09-19T17:14:28 [BACK] ], -2025-09-19T17:14:28 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:14:28 [BACK] sub: 'IDN00082246I' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.669Z IdNot using rattachements API with sub -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] sub: 'IDN00082246I' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.670Z IdNot getUserRattachements attempt 1 -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:14:28 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.763Z IdNot token payload summary -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:14:28 [BACK] keys: [ -2025-09-19T17:14:28 [BACK] 'at_hash', -2025-09-19T17:14:28 [BACK] 'sub', -2025-09-19T17:14:28 [BACK] 'profile_idn', -2025-09-19T17:14:28 [BACK] 'amr', -2025-09-19T17:14:28 [BACK] 'iss', -2025-09-19T17:14:28 [BACK] 'given_name', -2025-09-19T17:14:28 [BACK] 'sid', -2025-09-19T17:14:28 [BACK] 'aud', -2025-09-19T17:14:28 [BACK] 'nbf', -2025-09-19T17:14:28 [BACK] 'auth_time', -2025-09-19T17:14:28 [BACK] ... 4 more items -2025-09-19T17:14:28 [BACK] ], -2025-09-19T17:14:28 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:14:28 [BACK] sub: 'IDN00082246I' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.764Z IdNot using rattachements API with sub -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] sub: 'IDN00082246I' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:28 [BACK] ℹ️ [INFO] 2025-09-19T17:14:28.764Z IdNot getUserRattachements attempt 1 -2025-09-19T17:14:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:28 [BACK] { -2025-09-19T17:14:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:14:28 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:14:28 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.002Z IdNot getUserRattachements success -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:14:29 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.002Z IdNot fetching entite data -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.058Z IdNot getUserRattachements success -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:14:29 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.058Z IdNot fetching entite data -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.076Z IdNot fetching personne data -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.173Z IdNot userData summary -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:14:29 [BACK] entiteTypeName: 'office', -2025-09-19T17:14:29 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:14:29 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:14:29 [BACK] statutDuRattachement: true, -2025-09-19T17:14:29 [BACK] typeLien: 'Administrateur' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.206Z IdNot fetching personne data -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.258Z IdNot authentication successful -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:14:29 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.264Z HTTP POST /auth - 200 -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] duration: 807, -2025-09-19T17:14:29 [BACK] request: { -2025-09-19T17:14:29 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:14:29 [BACK] method: 'POST', -2025-09-19T17:14:29 [BACK] url: '/auth', -2025-09-19T17:14:29 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:14:29 [BACK] }, -2025-09-19T17:14:29 [BACK] requestId: 'req_1758302068454_lktwgllko', -2025-09-19T17:14:29 [BACK] response: { -2025-09-19T17:14:29 [BACK] statusCode: 200 -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.279Z Getting current user data -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.279Z Current user data retrieved -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:14:29 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.280Z HTTP GET /user - 200 -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] duration: 2, -2025-09-19T17:14:29 [BACK] request: { -2025-09-19T17:14:29 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:14:29 [BACK] method: 'GET', -2025-09-19T17:14:29 [BACK] url: '/user', -2025-09-19T17:14:29 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:14:29 [BACK] }, -2025-09-19T17:14:29 [BACK] requestId: 'req_1758302069278_prjwbi8n7', -2025-09-19T17:14:29 [BACK] response: { -2025-09-19T17:14:29 [BACK] statusCode: 200 -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.316Z IdNot userData summary -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:14:29 [BACK] entiteTypeName: 'office', -2025-09-19T17:14:29 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:14:29 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:14:29 [BACK] statutDuRattachement: true, -2025-09-19T17:14:29 [BACK] typeLien: 'Administrateur' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:14:29 [BACK] ℹ️ [INFO] 2025-09-19T17:14:29.418Z IdNot authentication successful -2025-09-19T17:14:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:14:29 [BACK] { -2025-09-19T17:14:29 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:14:29 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:14:29 [BACK] } -2025-09-19T17:15:06 [BACK] ℹ️ [INFO] 2025-09-19T17:15:06.578Z Signer connection attempt -2025-09-19T17:15:06 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:15:06 [BACK] { -2025-09-19T17:15:06 [BACK] attempt: 7, -2025-09-19T17:15:06 [BACK] maxAttempts: 10 -2025-09-19T17:15:06 [BACK] } -2025-09-19T17:15:06 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:15:06 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:15:06 [BACK] errno: -111, -2025-09-19T17:15:06 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:15:06 [BACK] syscall: 'connect', -2025-09-19T17:15:06 [BACK] address: '31.33.24.235', -2025-09-19T17:15:06 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:15:06 [BACK] port: 9090 -2025-09-19T17:15:06 [BACK] } -2025-09-19T17:15:06 [BACK] Max reconnection attempts reached -2025-09-19T17:15:06 [BACK] ⚠️ [WARN] 2025-09-19T17:15:06.593Z Signer connection failing -2025-09-19T17:15:06 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:15:06 [BACK] { -2025-09-19T17:15:06 [BACK] attempt: 7, -2025-09-19T17:15:06 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:15:06 [BACK] } -2025-09-19T17:16:03 [BACK] ℹ️ [INFO] 2025-09-19T17:16:03.554Z Signer connection attempt -2025-09-19T17:16:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:16:03 [BACK] { -2025-09-19T17:16:03 [BACK] attempt: 8, -2025-09-19T17:16:03 [BACK] maxAttempts: 10 -2025-09-19T17:16:03 [BACK] } -2025-09-19T17:16:03 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:16:03 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:16:03 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:16:03 [BACK] errno: -111, -2025-09-19T17:16:03 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:16:03 [BACK] syscall: 'connect', -2025-09-19T17:16:03 [BACK] address: '31.33.24.235', -2025-09-19T17:16:03 [BACK] port: 9090 -2025-09-19T17:16:03 [BACK] } -2025-09-19T17:16:03 [BACK] Max reconnection attempts reached -2025-09-19T17:16:03 [BACK] ⚠️ [WARN] 2025-09-19T17:16:03.564Z Signer connection failing -2025-09-19T17:16:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:16:03 [BACK] { -2025-09-19T17:16:03 [BACK] attempt: 8, -2025-09-19T17:16:03 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:16:03 [BACK] } -2025-09-19T17:17:03 [BACK] ℹ️ [INFO] 2025-09-19T17:17:03.575Z Signer connection attempt -2025-09-19T17:17:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:17:03 [BACK] { -2025-09-19T17:17:03 [BACK] attempt: 9, -2025-09-19T17:17:03 [BACK] maxAttempts: 10 -2025-09-19T17:17:03 [BACK] } -2025-09-19T17:17:03 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:17:03 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:17:03 [BACK] errno: -111, -2025-09-19T17:17:03 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:17:03 [BACK] syscall: 'connect', -2025-09-19T17:17:03 [BACK] address: '31.33.24.235', -2025-09-19T17:17:03 [BACK] port: 9090 -2025-09-19T17:17:03 [BACK] } -2025-09-19T17:17:03 [BACK] Max reconnection attempts reached -2025-09-19T17:17:03 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:17:03 [BACK] ⚠️ [WARN] 2025-09-19T17:17:03.587Z Signer connection failing -2025-09-19T17:17:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:17:03 [BACK] { -2025-09-19T17:17:03 [BACK] attempt: 9, -2025-09-19T17:17:03 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:17:03 [BACK] } -2025-09-19T17:18:03 [BACK] ℹ️ [INFO] 2025-09-19T17:18:03.591Z Signer connection attempt -2025-09-19T17:18:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:18:03 [BACK] { -2025-09-19T17:18:03 [BACK] attempt: 10, -2025-09-19T17:18:03 [BACK] maxAttempts: 10 -2025-09-19T17:18:03 [BACK] } -2025-09-19T17:18:03 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:18:03 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:18:03 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:18:03 [BACK] errno: -111, -2025-09-19T17:18:03 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:18:03 [BACK] syscall: 'connect', -2025-09-19T17:18:03 [BACK] address: '31.33.24.235', -2025-09-19T17:18:03 [BACK] port: 9090 -2025-09-19T17:18:03 [BACK] } -2025-09-19T17:18:03 [BACK] Max reconnection attempts reached -2025-09-19T17:18:03 [BACK] ⚠️ [WARN] 2025-09-19T17:18:03.602Z Signer connection failing -2025-09-19T17:18:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:18:03 [BACK] { -2025-09-19T17:18:03 [BACK] attempt: 10, -2025-09-19T17:18:03 [BACK] error: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:18:03 [BACK] } -2025-09-19T17:19:03 [BACK] ℹ️ [INFO] 2025-09-19T17:19:03.610Z Signer connection attempt -2025-09-19T17:19:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:19:03 [BACK] { -2025-09-19T17:19:03 [BACK] attempt: 11, -2025-09-19T17:19:03 [BACK] maxAttempts: 10 -2025-09-19T17:19:03 [BACK] } -2025-09-19T17:19:03 [BACK] ❌ WebSocket error: Error: connect ECONNREFUSED 31.33.24.235:9090 -2025-09-19T17:19:03 [BACK] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { -2025-09-19T17:19:03 [BACK] errno: -111, -2025-09-19T17:19:03 [BACK] code: 'ECONNREFUSED', -2025-09-19T17:19:03 [BACK] syscall: 'connect', -2025-09-19T17:19:03 [BACK] address: '31.33.24.235', -2025-09-19T17:19:03 [BACK] port: 9090 -2025-09-19T17:19:03 [BACK] } -2025-09-19T17:19:03 [BACK] Max reconnection attempts reached -2025-09-19T17:19:03 [BACK] 🔌 Connection closed: 1006 - -2025-09-19T17:19:03 [BACK] ❌ [ERROR] 2025-09-19T17:19:03.625Z Signer connection failed after all attempts -2025-09-19T17:19:03 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:19:03 [BACK] { -2025-09-19T17:19:03 [BACK] attempts: 10, -2025-09-19T17:19:03 [BACK] lastError: 'connect ECONNREFUSED 31.33.24.235:9090' -2025-09-19T17:19:03 [BACK] } -2025-09-19T17:25:27 [BACK] ℹ️ [INFO] 2025-09-19T17:25:27.494Z IdNot authentication initiated -2025-09-19T17:25:27 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:27 [BACK] { -2025-09-19T17:25:27 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:25:27 [BACK] } -2025-09-19T17:25:27 [BACK] ℹ️ [INFO] 2025-09-19T17:25:27.750Z IdNot authentication initiated -2025-09-19T17:25:27 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:27 [BACK] { -2025-09-19T17:25:27 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:25:27 [BACK] } -2025-09-19T17:25:27 [BACK] ℹ️ [INFO] 2025-09-19T17:25:27.787Z IdNot token payload summary -2025-09-19T17:25:27 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:27 [BACK] { -2025-09-19T17:25:27 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:25:27 [BACK] keys: [ -2025-09-19T17:25:27 [BACK] 'at_hash', -2025-09-19T17:25:27 [BACK] 'sub', -2025-09-19T17:25:27 [BACK] 'profile_idn', -2025-09-19T17:25:27 [BACK] 'amr', -2025-09-19T17:25:27 [BACK] 'iss', -2025-09-19T17:25:27 [BACK] 'given_name', -2025-09-19T17:25:27 [BACK] 'sid', -2025-09-19T17:25:27 [BACK] 'aud', -2025-09-19T17:25:27 [BACK] 'nbf', -2025-09-19T17:25:27 [BACK] 'auth_time', -2025-09-19T17:25:27 [BACK] ... 4 more items -2025-09-19T17:25:27 [BACK] ], -2025-09-19T17:25:27 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:25:27 [BACK] sub: 'IDN00082246I' -2025-09-19T17:25:27 [BACK] } -2025-09-19T17:25:27 [BACK] ℹ️ [INFO] 2025-09-19T17:25:27.787Z IdNot using rattachements API with sub -2025-09-19T17:25:27 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:27 [BACK] { -2025-09-19T17:25:27 [BACK] sub: 'IDN00082246I' -2025-09-19T17:25:27 [BACK] } -2025-09-19T17:25:27 [BACK] ℹ️ [INFO] 2025-09-19T17:25:27.788Z IdNot getUserRattachements attempt 1 -2025-09-19T17:25:27 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:27 [BACK] { -2025-09-19T17:25:27 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:25:27 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:25:27 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.067Z IdNot token payload summary -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:25:28 [BACK] keys: [ -2025-09-19T17:25:28 [BACK] 'at_hash', -2025-09-19T17:25:28 [BACK] 'sub', -2025-09-19T17:25:28 [BACK] 'profile_idn', -2025-09-19T17:25:28 [BACK] 'amr', -2025-09-19T17:25:28 [BACK] 'iss', -2025-09-19T17:25:28 [BACK] 'given_name', -2025-09-19T17:25:28 [BACK] 'sid', -2025-09-19T17:25:28 [BACK] 'aud', -2025-09-19T17:25:28 [BACK] 'nbf', -2025-09-19T17:25:28 [BACK] 'auth_time', -2025-09-19T17:25:28 [BACK] ... 4 more items -2025-09-19T17:25:28 [BACK] ], -2025-09-19T17:25:28 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:25:28 [BACK] sub: 'IDN00082246I' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.067Z IdNot using rattachements API with sub -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] sub: 'IDN00082246I' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.068Z IdNot getUserRattachements attempt 1 -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:25:28 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.092Z IdNot getUserRattachements success -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:25:28 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.092Z IdNot fetching entite data -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.162Z IdNot fetching personne data -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.217Z IdNot getUserRattachements success -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:25:28 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.218Z IdNot fetching entite data -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.247Z IdNot userData summary -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:25:28 [BACK] entiteTypeName: 'office', -2025-09-19T17:25:28 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:25:28 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:25:28 [BACK] statutDuRattachement: true, -2025-09-19T17:25:28 [BACK] typeLien: 'Administrateur' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.302Z IdNot fetching personne data -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.326Z IdNot authentication successful -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:25:28 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.391Z IdNot userData summary -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:25:28 [BACK] entiteTypeName: 'office', -2025-09-19T17:25:28 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:25:28 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:25:28 [BACK] statutDuRattachement: true, -2025-09-19T17:25:28 [BACK] typeLien: 'Administrateur' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.473Z IdNot authentication successful -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:25:28 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.476Z HTTP POST /auth - 200 -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] duration: 727, -2025-09-19T17:25:28 [BACK] request: { -2025-09-19T17:25:28 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:25:28 [BACK] method: 'POST', -2025-09-19T17:25:28 [BACK] url: '/auth', -2025-09-19T17:25:28 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:25:28 [BACK] }, -2025-09-19T17:25:28 [BACK] requestId: 'req_1758302727748_x28yyktqd', -2025-09-19T17:25:28 [BACK] response: { -2025-09-19T17:25:28 [BACK] statusCode: 200 -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.527Z Getting current user data -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.527Z Current user data retrieved -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:25:28 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] ℹ️ [INFO] 2025-09-19T17:25:28.529Z HTTP GET /user - 200 -2025-09-19T17:25:28 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:25:28 [BACK] { -2025-09-19T17:25:28 [BACK] duration: 3, -2025-09-19T17:25:28 [BACK] request: { -2025-09-19T17:25:28 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:25:28 [BACK] method: 'GET', -2025-09-19T17:25:28 [BACK] url: '/user', -2025-09-19T17:25:28 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:25:28 [BACK] }, -2025-09-19T17:25:28 [BACK] requestId: 'req_1758302728526_n51w29gu5', -2025-09-19T17:25:28 [BACK] response: { -2025-09-19T17:25:28 [BACK] statusCode: 200 -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:25:28 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.219Z IdNot authentication initiated -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.483Z IdNot authentication initiated -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.579Z IdNot token payload summary -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:28:55 [BACK] keys: [ -2025-09-19T17:28:55 [BACK] 'at_hash', -2025-09-19T17:28:55 [BACK] 'sub', -2025-09-19T17:28:55 [BACK] 'profile_idn', -2025-09-19T17:28:55 [BACK] 'amr', -2025-09-19T17:28:55 [BACK] 'iss', -2025-09-19T17:28:55 [BACK] 'given_name', -2025-09-19T17:28:55 [BACK] 'sid', -2025-09-19T17:28:55 [BACK] 'aud', -2025-09-19T17:28:55 [BACK] 'nbf', -2025-09-19T17:28:55 [BACK] 'auth_time', -2025-09-19T17:28:55 [BACK] ... 4 more items -2025-09-19T17:28:55 [BACK] ], -2025-09-19T17:28:55 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:28:55 [BACK] sub: 'IDN00082246I' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.580Z IdNot using rattachements API with sub -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] sub: 'IDN00082246I' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.580Z IdNot getUserRattachements attempt 1 -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:28:55 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.709Z IdNot token payload summary -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:28:55 [BACK] keys: [ -2025-09-19T17:28:55 [BACK] 'at_hash', -2025-09-19T17:28:55 [BACK] 'sub', -2025-09-19T17:28:55 [BACK] 'profile_idn', -2025-09-19T17:28:55 [BACK] 'amr', -2025-09-19T17:28:55 [BACK] 'iss', -2025-09-19T17:28:55 [BACK] 'given_name', -2025-09-19T17:28:55 [BACK] 'sid', -2025-09-19T17:28:55 [BACK] 'aud', -2025-09-19T17:28:55 [BACK] 'nbf', -2025-09-19T17:28:55 [BACK] 'auth_time', -2025-09-19T17:28:55 [BACK] ... 4 more items -2025-09-19T17:28:55 [BACK] ], -2025-09-19T17:28:55 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:28:55 [BACK] sub: 'IDN00082246I' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.709Z IdNot using rattachements API with sub -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] sub: 'IDN00082246I' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.709Z IdNot getUserRattachements attempt 1 -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:28:55 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.726Z IdNot getUserRattachements success -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:28:55 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.726Z IdNot fetching entite data -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.819Z IdNot fetching personne data -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.856Z IdNot getUserRattachements success -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:28:55 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.856Z IdNot fetching entite data -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.927Z IdNot userData summary -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:28:55 [BACK] entiteTypeName: 'office', -2025-09-19T17:28:55 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:28:55 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:28:55 [BACK] statutDuRattachement: true, -2025-09-19T17:28:55 [BACK] typeLien: 'Administrateur' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:55 [BACK] ℹ️ [INFO] 2025-09-19T17:28:55.952Z IdNot fetching personne data -2025-09-19T17:28:55 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:55 [BACK] { -2025-09-19T17:28:55 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T17:28:55 [BACK] } -2025-09-19T17:28:56 [BACK] ℹ️ [INFO] 2025-09-19T17:28:56.017Z IdNot authentication successful -2025-09-19T17:28:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:56 [BACK] { -2025-09-19T17:28:56 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:28:56 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] ℹ️ [INFO] 2025-09-19T17:28:56.076Z IdNot userData summary -2025-09-19T17:28:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:56 [BACK] { -2025-09-19T17:28:56 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T17:28:56 [BACK] entiteTypeName: 'office', -2025-09-19T17:28:56 [BACK] entity_idn: 'IDN187087', -2025-09-19T17:28:56 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T17:28:56 [BACK] statutDuRattachement: true, -2025-09-19T17:28:56 [BACK] typeLien: 'Administrateur' -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] ℹ️ [INFO] 2025-09-19T17:28:56.169Z IdNot authentication successful -2025-09-19T17:28:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:56 [BACK] { -2025-09-19T17:28:56 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:28:56 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] ℹ️ [INFO] 2025-09-19T17:28:56.171Z HTTP POST /auth - 200 -2025-09-19T17:28:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:56 [BACK] { -2025-09-19T17:28:56 [BACK] duration: 689, -2025-09-19T17:28:56 [BACK] request: { -2025-09-19T17:28:56 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:28:56 [BACK] method: 'POST', -2025-09-19T17:28:56 [BACK] url: '/auth', -2025-09-19T17:28:56 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:28:56 [BACK] }, -2025-09-19T17:28:56 [BACK] requestId: 'req_1758302935482_kq4olm82j', -2025-09-19T17:28:56 [BACK] response: { -2025-09-19T17:28:56 [BACK] statusCode: 200 -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] ℹ️ [INFO] 2025-09-19T17:28:56.191Z Getting current user data -2025-09-19T17:28:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:56 [BACK] { -2025-09-19T17:28:56 [BACK] idNot: 'IDN00082246I' -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] ℹ️ [INFO] 2025-09-19T17:28:56.191Z Current user data retrieved -2025-09-19T17:28:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:56 [BACK] { -2025-09-19T17:28:56 [BACK] idNot: 'IDN00082246I', -2025-09-19T17:28:56 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] ℹ️ [INFO] 2025-09-19T17:28:56.194Z HTTP GET /user - 200 -2025-09-19T17:28:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T17:28:56 [BACK] { -2025-09-19T17:28:56 [BACK] duration: 3, -2025-09-19T17:28:56 [BACK] request: { -2025-09-19T17:28:56 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T17:28:56 [BACK] method: 'GET', -2025-09-19T17:28:56 [BACK] url: '/user', -2025-09-19T17:28:56 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T17:28:56 [BACK] }, -2025-09-19T17:28:56 [BACK] requestId: 'req_1758302936190_89px4ud6d', -2025-09-19T17:28:56 [BACK] response: { -2025-09-19T17:28:56 [BACK] statusCode: 200 -2025-09-19T17:28:56 [BACK] } -2025-09-19T17:28:56 [BACK] } -2025-09-19T18:05:39 [BACK] ℹ️ [INFO] 2025-09-19T18:05:39.450Z IdNot authentication initiated -2025-09-19T18:05:39 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:39 [BACK] { -2025-09-19T18:05:39 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T18:05:39 [BACK] } -2025-09-19T18:05:39 [BACK] ℹ️ [INFO] 2025-09-19T18:05:39.786Z IdNot token payload summary -2025-09-19T18:05:39 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:39 [BACK] { -2025-09-19T18:05:39 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:05:39 [BACK] keys: [ -2025-09-19T18:05:39 [BACK] 'at_hash', -2025-09-19T18:05:39 [BACK] 'sub', -2025-09-19T18:05:39 [BACK] 'profile_idn', -2025-09-19T18:05:39 [BACK] 'amr', -2025-09-19T18:05:39 [BACK] 'iss', -2025-09-19T18:05:39 [BACK] 'given_name', -2025-09-19T18:05:39 [BACK] 'sid', -2025-09-19T18:05:39 [BACK] 'aud', -2025-09-19T18:05:39 [BACK] 'nbf', -2025-09-19T18:05:39 [BACK] 'auth_time', -2025-09-19T18:05:39 [BACK] ... 4 more items -2025-09-19T18:05:39 [BACK] ], -2025-09-19T18:05:39 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:05:39 [BACK] sub: 'IDN00082246I' -2025-09-19T18:05:39 [BACK] } -2025-09-19T18:05:39 [BACK] ℹ️ [INFO] 2025-09-19T18:05:39.786Z IdNot using rattachements API with sub -2025-09-19T18:05:39 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:39 [BACK] { -2025-09-19T18:05:39 [BACK] sub: 'IDN00082246I' -2025-09-19T18:05:39 [BACK] } -2025-09-19T18:05:39 [BACK] ℹ️ [INFO] 2025-09-19T18:05:39.786Z IdNot getUserRattachements attempt 1 -2025-09-19T18:05:39 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:39 [BACK] { -2025-09-19T18:05:39 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:05:39 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:05:39 [BACK] } -2025-09-19T18:05:39 [BACK] ℹ️ [INFO] 2025-09-19T18:05:39.963Z IdNot authentication initiated -2025-09-19T18:05:39 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:39 [BACK] { -2025-09-19T18:05:39 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T18:05:39 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.137Z IdNot getUserRattachements success -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:05:40 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.137Z IdNot fetching entite data -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.198Z IdNot token payload summary -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:05:40 [BACK] keys: [ -2025-09-19T18:05:40 [BACK] 'at_hash', -2025-09-19T18:05:40 [BACK] 'sub', -2025-09-19T18:05:40 [BACK] 'profile_idn', -2025-09-19T18:05:40 [BACK] 'amr', -2025-09-19T18:05:40 [BACK] 'iss', -2025-09-19T18:05:40 [BACK] 'given_name', -2025-09-19T18:05:40 [BACK] 'sid', -2025-09-19T18:05:40 [BACK] 'aud', -2025-09-19T18:05:40 [BACK] 'nbf', -2025-09-19T18:05:40 [BACK] 'auth_time', -2025-09-19T18:05:40 [BACK] ... 4 more items -2025-09-19T18:05:40 [BACK] ], -2025-09-19T18:05:40 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:05:40 [BACK] sub: 'IDN00082246I' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.199Z IdNot using rattachements API with sub -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] sub: 'IDN00082246I' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.199Z IdNot getUserRattachements attempt 1 -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:05:40 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.214Z IdNot fetching personne data -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.314Z IdNot userData summary -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T18:05:40 [BACK] entiteTypeName: 'office', -2025-09-19T18:05:40 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:05:40 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:05:40 [BACK] statutDuRattachement: true, -2025-09-19T18:05:40 [BACK] typeLien: 'Administrateur' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.381Z IdNot getUserRattachements success -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:05:40 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.381Z IdNot fetching entite data -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.396Z IdNot authentication successful -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:05:40 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.498Z IdNot fetching personne data -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.611Z IdNot userData summary -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T18:05:40 [BACK] entiteTypeName: 'office', -2025-09-19T18:05:40 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:05:40 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:05:40 [BACK] statutDuRattachement: true, -2025-09-19T18:05:40 [BACK] typeLien: 'Administrateur' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.695Z IdNot authentication successful -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:05:40 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.697Z HTTP POST /auth - 200 -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] duration: 734, -2025-09-19T18:05:40 [BACK] request: { -2025-09-19T18:05:40 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:05:40 [BACK] method: 'POST', -2025-09-19T18:05:40 [BACK] url: '/auth', -2025-09-19T18:05:40 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:05:40 [BACK] }, -2025-09-19T18:05:40 [BACK] requestId: 'req_1758305139962_m3u2luud7', -2025-09-19T18:05:40 [BACK] response: { -2025-09-19T18:05:40 [BACK] statusCode: 200 -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.712Z Getting current user data -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] idNot: 'IDN00082246I' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.712Z Current user data retrieved -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:05:40 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] ℹ️ [INFO] 2025-09-19T18:05:40.714Z HTTP GET /user - 200 -2025-09-19T18:05:40 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:05:40 [BACK] { -2025-09-19T18:05:40 [BACK] duration: 2, -2025-09-19T18:05:40 [BACK] request: { -2025-09-19T18:05:40 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:05:40 [BACK] method: 'GET', -2025-09-19T18:05:40 [BACK] url: '/user', -2025-09-19T18:05:40 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:05:40 [BACK] }, -2025-09-19T18:05:40 [BACK] requestId: 'req_1758305140712_aknmpzrah', -2025-09-19T18:05:40 [BACK] response: { -2025-09-19T18:05:40 [BACK] statusCode: 200 -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:05:40 [BACK] } -2025-09-19T18:09:29 [BACK] ℹ️ [INFO] 2025-09-19T18:09:29.639Z IdNot authentication initiated -2025-09-19T18:09:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:29 [BACK] { -2025-09-19T18:09:29 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T18:09:29 [BACK] } -2025-09-19T18:09:29 [BACK] ℹ️ [INFO] 2025-09-19T18:09:29.976Z IdNot token payload summary -2025-09-19T18:09:29 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:29 [BACK] { -2025-09-19T18:09:29 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:09:30 [BACK] keys: [ -2025-09-19T18:09:30 [BACK] 'at_hash', -2025-09-19T18:09:30 [BACK] 'sub', -2025-09-19T18:09:30 [BACK] 'profile_idn', -2025-09-19T18:09:30 [BACK] 'amr', -2025-09-19T18:09:30 [BACK] 'iss', -2025-09-19T18:09:30 [BACK] 'given_name', -2025-09-19T18:09:30 [BACK] 'sid', -2025-09-19T18:09:30 [BACK] 'aud', -2025-09-19T18:09:30 [BACK] 'nbf', -2025-09-19T18:09:30 [BACK] 'auth_time', -2025-09-19T18:09:30 [BACK] ... 4 more items -2025-09-19T18:09:30 [BACK] ], -2025-09-19T18:09:30 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:09:30 [BACK] sub: 'IDN00082246I' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:29.977Z IdNot using rattachements API with sub -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] sub: 'IDN00082246I' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:29.977Z IdNot getUserRattachements attempt 1 -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:09:30 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.094Z IdNot getUserRattachements success -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:09:30 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.094Z IdNot fetching entite data -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.178Z IdNot fetching personne data -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.269Z IdNot authentication initiated -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.274Z IdNot userData summary -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T18:09:30 [BACK] entiteTypeName: 'office', -2025-09-19T18:09:30 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:09:30 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:09:30 [BACK] statutDuRattachement: true, -2025-09-19T18:09:30 [BACK] typeLien: 'Administrateur' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.357Z IdNot authentication successful -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:09:30 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.474Z IdNot token payload summary -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:09:30 [BACK] keys: [ -2025-09-19T18:09:30 [BACK] 'at_hash', -2025-09-19T18:09:30 [BACK] 'sub', -2025-09-19T18:09:30 [BACK] 'profile_idn', -2025-09-19T18:09:30 [BACK] 'amr', -2025-09-19T18:09:30 [BACK] 'iss', -2025-09-19T18:09:30 [BACK] 'given_name', -2025-09-19T18:09:30 [BACK] 'sid', -2025-09-19T18:09:30 [BACK] 'aud', -2025-09-19T18:09:30 [BACK] 'nbf', -2025-09-19T18:09:30 [BACK] 'auth_time', -2025-09-19T18:09:30 [BACK] ... 4 more items -2025-09-19T18:09:30 [BACK] ], -2025-09-19T18:09:30 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:09:30 [BACK] sub: 'IDN00082246I' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.474Z IdNot using rattachements API with sub -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] sub: 'IDN00082246I' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.474Z IdNot getUserRattachements attempt 1 -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:09:30 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.561Z IdNot getUserRattachements success -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:09:30 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.561Z IdNot fetching entite data -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.647Z IdNot fetching personne data -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.745Z IdNot userData summary -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T18:09:30 [BACK] entiteTypeName: 'office', -2025-09-19T18:09:30 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:09:30 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:09:30 [BACK] statutDuRattachement: true, -2025-09-19T18:09:30 [BACK] typeLien: 'Administrateur' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.829Z IdNot authentication successful -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:09:30 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.836Z HTTP POST /auth - 200 -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] duration: 566, -2025-09-19T18:09:30 [BACK] request: { -2025-09-19T18:09:30 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:09:30 [BACK] method: 'POST', -2025-09-19T18:09:30 [BACK] url: '/auth', -2025-09-19T18:09:30 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:09:30 [BACK] }, -2025-09-19T18:09:30 [BACK] requestId: 'req_1758305370268_6knlenpdy', -2025-09-19T18:09:30 [BACK] response: { -2025-09-19T18:09:30 [BACK] statusCode: 200 -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.857Z Getting current user data -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.857Z Current user data retrieved -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:09:30 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] ℹ️ [INFO] 2025-09-19T18:09:30.858Z HTTP GET /user - 200 -2025-09-19T18:09:30 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:09:30 [BACK] { -2025-09-19T18:09:30 [BACK] duration: 1, -2025-09-19T18:09:30 [BACK] request: { -2025-09-19T18:09:30 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:09:30 [BACK] method: 'GET', -2025-09-19T18:09:30 [BACK] url: '/user', -2025-09-19T18:09:30 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:09:30 [BACK] }, -2025-09-19T18:09:30 [BACK] requestId: 'req_1758305370857_b6m24ulyb', -2025-09-19T18:09:30 [BACK] response: { -2025-09-19T18:09:30 [BACK] statusCode: 200 -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:09:30 [BACK] } -2025-09-19T18:12:32 [BACK] ℹ️ [INFO] 2025-09-19T18:12:32.346Z IdNot authentication initiated -2025-09-19T18:12:32 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:32 [BACK] { -2025-09-19T18:12:32 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T18:12:32 [BACK] } -2025-09-19T18:12:32 [BACK] ℹ️ [INFO] 2025-09-19T18:12:32.735Z IdNot token payload summary -2025-09-19T18:12:32 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:32 [BACK] { -2025-09-19T18:12:32 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:12:32 [BACK] keys: [ -2025-09-19T18:12:32 [BACK] 'at_hash', -2025-09-19T18:12:32 [BACK] 'sub', -2025-09-19T18:12:32 [BACK] 'profile_idn', -2025-09-19T18:12:32 [BACK] 'amr', -2025-09-19T18:12:32 [BACK] 'iss', -2025-09-19T18:12:32 [BACK] 'given_name', -2025-09-19T18:12:32 [BACK] 'sid', -2025-09-19T18:12:32 [BACK] 'aud', -2025-09-19T18:12:32 [BACK] 'nbf', -2025-09-19T18:12:32 [BACK] 'auth_time', -2025-09-19T18:12:32 [BACK] ... 4 more items -2025-09-19T18:12:32 [BACK] ], -2025-09-19T18:12:32 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:12:32 [BACK] sub: 'IDN00082246I' -2025-09-19T18:12:32 [BACK] } -2025-09-19T18:12:32 [BACK] ℹ️ [INFO] 2025-09-19T18:12:32.735Z IdNot using rattachements API with sub -2025-09-19T18:12:32 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:32 [BACK] { -2025-09-19T18:12:32 [BACK] sub: 'IDN00082246I' -2025-09-19T18:12:32 [BACK] } -2025-09-19T18:12:32 [BACK] ℹ️ [INFO] 2025-09-19T18:12:32.735Z IdNot getUserRattachements attempt 1 -2025-09-19T18:12:32 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:32 [BACK] { -2025-09-19T18:12:32 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:32 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:12:32 [BACK] } -2025-09-19T18:12:32 [BACK] ℹ️ [INFO] 2025-09-19T18:12:32.899Z IdNot getUserRattachements success -2025-09-19T18:12:32 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:32 [BACK] { -2025-09-19T18:12:32 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:32 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:12:32 [BACK] } -2025-09-19T18:12:32 [BACK] ℹ️ [INFO] 2025-09-19T18:12:32.900Z IdNot fetching entite data -2025-09-19T18:12:32 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:32 [BACK] { -2025-09-19T18:12:32 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T18:12:32 [BACK] } -2025-09-19T18:12:32 [BACK] ℹ️ [INFO] 2025-09-19T18:12:32.990Z IdNot fetching personne data -2025-09-19T18:12:32 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:33 [BACK] { -2025-09-19T18:12:33 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] ℹ️ [INFO] 2025-09-19T18:12:33.102Z IdNot userData summary -2025-09-19T18:12:33 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:33 [BACK] { -2025-09-19T18:12:33 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T18:12:33 [BACK] entiteTypeName: 'office', -2025-09-19T18:12:33 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:12:33 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:12:33 [BACK] statutDuRattachement: true, -2025-09-19T18:12:33 [BACK] typeLien: 'Administrateur' -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] ℹ️ [INFO] 2025-09-19T18:12:33.219Z IdNot authentication successful -2025-09-19T18:12:33 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:33 [BACK] { -2025-09-19T18:12:33 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:33 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] ℹ️ [INFO] 2025-09-19T18:12:33.223Z HTTP POST /auth - 200 -2025-09-19T18:12:33 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:33 [BACK] { -2025-09-19T18:12:33 [BACK] duration: 877, -2025-09-19T18:12:33 [BACK] request: { -2025-09-19T18:12:33 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:12:33 [BACK] method: 'POST', -2025-09-19T18:12:33 [BACK] url: '/auth', -2025-09-19T18:12:33 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:12:33 [BACK] }, -2025-09-19T18:12:33 [BACK] requestId: 'req_1758305552346_ky0l0ruke', -2025-09-19T18:12:33 [BACK] response: { -2025-09-19T18:12:33 [BACK] statusCode: 200 -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] ℹ️ [INFO] 2025-09-19T18:12:33.247Z Getting current user data -2025-09-19T18:12:33 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:33 [BACK] { -2025-09-19T18:12:33 [BACK] idNot: 'IDN00082246I' -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] ℹ️ [INFO] 2025-09-19T18:12:33.247Z Current user data retrieved -2025-09-19T18:12:33 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:33 [BACK] { -2025-09-19T18:12:33 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:33 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] ℹ️ [INFO] 2025-09-19T18:12:33.249Z HTTP GET /user - 200 -2025-09-19T18:12:33 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:33 [BACK] { -2025-09-19T18:12:33 [BACK] duration: 2, -2025-09-19T18:12:33 [BACK] request: { -2025-09-19T18:12:33 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:12:33 [BACK] method: 'GET', -2025-09-19T18:12:33 [BACK] url: '/user', -2025-09-19T18:12:33 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:12:33 [BACK] }, -2025-09-19T18:12:33 [BACK] requestId: 'req_1758305553246_lpo1aquvx', -2025-09-19T18:12:33 [BACK] response: { -2025-09-19T18:12:33 [BACK] statusCode: 200 -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:33 [BACK] } -2025-09-19T18:12:56 [BACK] ℹ️ [INFO] 2025-09-19T18:12:56.397Z IdNot authentication initiated -2025-09-19T18:12:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:56 [BACK] { -2025-09-19T18:12:56 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T18:12:56 [BACK] } -2025-09-19T18:12:56 [BACK] ℹ️ [INFO] 2025-09-19T18:12:56.696Z IdNot token payload summary -2025-09-19T18:12:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:56 [BACK] { -2025-09-19T18:12:56 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:12:56 [BACK] keys: [ -2025-09-19T18:12:56 [BACK] 'at_hash', -2025-09-19T18:12:56 [BACK] 'sub', -2025-09-19T18:12:56 [BACK] 'profile_idn', -2025-09-19T18:12:56 [BACK] 'amr', -2025-09-19T18:12:56 [BACK] 'iss', -2025-09-19T18:12:56 [BACK] 'given_name', -2025-09-19T18:12:56 [BACK] 'sid', -2025-09-19T18:12:56 [BACK] 'aud', -2025-09-19T18:12:56 [BACK] 'nbf', -2025-09-19T18:12:56 [BACK] 'auth_time', -2025-09-19T18:12:56 [BACK] ... 4 more items -2025-09-19T18:12:56 [BACK] ], -2025-09-19T18:12:56 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:12:56 [BACK] sub: 'IDN00082246I' -2025-09-19T18:12:56 [BACK] } -2025-09-19T18:12:56 [BACK] ℹ️ [INFO] 2025-09-19T18:12:56.698Z IdNot using rattachements API with sub -2025-09-19T18:12:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:56 [BACK] { -2025-09-19T18:12:56 [BACK] sub: 'IDN00082246I' -2025-09-19T18:12:56 [BACK] } -2025-09-19T18:12:56 [BACK] ℹ️ [INFO] 2025-09-19T18:12:56.698Z IdNot getUserRattachements attempt 1 -2025-09-19T18:12:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:56 [BACK] { -2025-09-19T18:12:56 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:56 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:12:56 [BACK] } -2025-09-19T18:12:56 [BACK] ℹ️ [INFO] 2025-09-19T18:12:56.827Z IdNot getUserRattachements success -2025-09-19T18:12:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:56 [BACK] { -2025-09-19T18:12:56 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:56 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:12:56 [BACK] } -2025-09-19T18:12:56 [BACK] ℹ️ [INFO] 2025-09-19T18:12:56.827Z IdNot fetching entite data -2025-09-19T18:12:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:56 [BACK] { -2025-09-19T18:12:56 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T18:12:56 [BACK] } -2025-09-19T18:12:56 [BACK] ℹ️ [INFO] 2025-09-19T18:12:56.943Z IdNot fetching personne data -2025-09-19T18:12:56 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:56 [BACK] { -2025-09-19T18:12:56 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T18:12:56 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.062Z IdNot userData summary -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T18:12:57 [BACK] entiteTypeName: 'office', -2025-09-19T18:12:57 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:12:57 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:12:57 [BACK] statutDuRattachement: true, -2025-09-19T18:12:57 [BACK] typeLien: 'Administrateur' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.119Z IdNot authentication initiated -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] codePrefix: 'eyzP3g1U...' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.169Z IdNot authentication successful -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:57 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.394Z IdNot token payload summary -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:12:57 [BACK] keys: [ -2025-09-19T18:12:57 [BACK] 'at_hash', -2025-09-19T18:12:57 [BACK] 'sub', -2025-09-19T18:12:57 [BACK] 'profile_idn', -2025-09-19T18:12:57 [BACK] 'amr', -2025-09-19T18:12:57 [BACK] 'iss', -2025-09-19T18:12:57 [BACK] 'given_name', -2025-09-19T18:12:57 [BACK] 'sid', -2025-09-19T18:12:57 [BACK] 'aud', -2025-09-19T18:12:57 [BACK] 'nbf', -2025-09-19T18:12:57 [BACK] 'auth_time', -2025-09-19T18:12:57 [BACK] ... 4 more items -2025-09-19T18:12:57 [BACK] ], -2025-09-19T18:12:57 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:12:57 [BACK] sub: 'IDN00082246I' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.394Z IdNot using rattachements API with sub -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] sub: 'IDN00082246I' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.395Z IdNot getUserRattachements attempt 1 -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:57 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.486Z IdNot getUserRattachements success -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:57 [BACK] url: 'https://qual-api.notaires.fr/annuaire/api/pp/v2/personnes/IDN00082246I/rattachements?key=ba557f84-0bf6-4dbf-844f-df2767555e3e&deleted=false' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.487Z IdNot fetching entite data -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] entiteUrl: '/api/pp/v2/entites/IDN187087' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.585Z IdNot fetching personne data -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] personneUrl: '/api/pp/v2/personnes/IDN00082246I' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.702Z IdNot userData summary -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] entiteCodeCrpcen: '083079', -2025-09-19T18:12:57 [BACK] entiteTypeName: 'office', -2025-09-19T18:12:57 [BACK] entity_idn: 'IDN187087', -2025-09-19T18:12:57 [BACK] profile_idn: 'IDN00082246I_IDN187087', -2025-09-19T18:12:57 [BACK] statutDuRattachement: true, -2025-09-19T18:12:57 [BACK] typeLien: 'Administrateur' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.806Z IdNot authentication successful -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:57 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.807Z HTTP POST /auth - 200 -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] duration: 688, -2025-09-19T18:12:57 [BACK] request: { -2025-09-19T18:12:57 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:12:57 [BACK] method: 'POST', -2025-09-19T18:12:57 [BACK] url: '/auth', -2025-09-19T18:12:57 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:12:57 [BACK] }, -2025-09-19T18:12:57 [BACK] requestId: 'req_1758305577119_biobuzsri', -2025-09-19T18:12:57 [BACK] response: { -2025-09-19T18:12:57 [BACK] statusCode: 200 -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.836Z Getting current user data -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] idNot: 'IDN00082246I' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.836Z Current user data retrieved -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] idNot: 'IDN00082246I', -2025-09-19T18:12:57 [BACK] office: 'SCP Louis ABBATE, Gabriel GABOLDE et Laura SERVEL-SCHROEDER' -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] ℹ️ [INFO] 2025-09-19T18:12:57.838Z HTTP GET /user - 304 -2025-09-19T18:12:57 [BACK] ──────────────────────────────────────────────────────────────────────────────── -2025-09-19T18:12:57 [BACK] { -2025-09-19T18:12:57 [BACK] duration: 2, -2025-09-19T18:12:57 [BACK] request: { -2025-09-19T18:12:57 [BACK] ip: '::ffff:172.20.0.1', -2025-09-19T18:12:57 [BACK] method: 'GET', -2025-09-19T18:12:57 [BACK] url: '/user', -2025-09-19T18:12:57 [BACK] userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' -2025-09-19T18:12:57 [BACK] }, -2025-09-19T18:12:57 [BACK] requestId: 'req_1758305577836_i5usfapde', -2025-09-19T18:12:57 [BACK] response: { -2025-09-19T18:12:57 [BACK] statusCode: 304 -2025-09-19T18:12:57 [BACK] } -2025-09-19T18:12:57 [BACK] } diff --git a/log/lecoffre-front.log b/log/lecoffre-front.log deleted file mode 100644 index 1090573..0000000 --- a/log/lecoffre-front.log +++ /dev/null @@ -1,46 +0,0 @@ -2025-09-19T13:06:59 targetOrigin is already set -2025-09-19T13:06:59 iframeUrl is already set -2025-09-19T13:06:59 targetOrigin is already set -2025-09-19T13:06:59 iframeUrl is already set -2025-09-19T13:06:59 targetOrigin is already set -2025-09-19T13:06:59 iframeUrl is already set -2025-09-19T13:06:59 targetOrigin is already set -2025-09-19T13:06:59 iframeUrl is already set -2025-09-19T13:06:59 targetOrigin is already set -2025-09-19T13:06:59 iframeUrl is already set -2025-09-19T13:06:59 targetOrigin is already set -2025-09-19T13:06:59 iframeUrl is already set -2025-09-19T13:23:05 targetOrigin is already set -2025-09-19T13:23:05 iframeUrl is already set -2025-09-19T13:23:11 targetOrigin is already set -2025-09-19T13:23:12 iframeUrl is already set -2025-09-19T13:23:25 targetOrigin is already set -2025-09-19T13:23:25 iframeUrl is already set -2025-09-19T13:23:27 targetOrigin is already set -2025-09-19T13:23:27 iframeUrl is already set -2025-09-19T13:23:36 targetOrigin is already set -2025-09-19T13:23:36 iframeUrl is already set -2025-09-19T13:23:37 targetOrigin is already set -2025-09-19T13:23:37 iframeUrl is already set -2025-09-19T17:13:41 [FRONT] ▲ Next.js 14.2.29 -2025-09-19T17:13:41 [FRONT] - Local: http://bf96f82c6b28:3000 -2025-09-19T17:13:41 [FRONT] - Network: http://172.20.0.4:3000 -2025-09-19T17:13:41 [FRONT] -2025-09-19T17:13:41 [FRONT] ✓ Starting... -2025-09-19T17:13:41 [FRONT] ✓ Ready in 177ms -2025-09-19T17:13:41 [FRONT] targetOrigin is already set -2025-09-19T17:13:41 [FRONT] iframeUrl is already set -2025-09-19T17:13:41 [FRONT] ▲ Next.js 14.2.29 -2025-09-19T17:13:41 [FRONT] - Local: http://bf96f82c6b28:3000 -2025-09-19T17:13:41 [FRONT] - Network: http://172.20.0.4:3000 -2025-09-19T17:13:41 [FRONT] -2025-09-19T17:13:41 [FRONT] ✓ Starting... -2025-09-19T17:13:41 [FRONT] ✓ Ready in 151ms -2025-09-19T17:14:17 [FRONT] targetOrigin is already set -2025-09-19T17:14:17 [FRONT] iframeUrl is already set -2025-09-19T17:14:27 [FRONT] targetOrigin is already set -2025-09-19T17:14:27 [FRONT] iframeUrl is already set -2025-09-19T17:14:28 [FRONT] targetOrigin is already set -2025-09-19T17:14:28 [FRONT] iframeUrl is already set -2025-09-19T17:14:28 [FRONT] targetOrigin is already set -2025-09-19T17:14:28 [FRONT] iframeUrl is already set diff --git a/log/sdk_relay.log b/log/sdk_relay.log deleted file mode 100644 index 5b119d1..0000000 --- a/log/sdk_relay.log +++ /dev/null @@ -1,11 +0,0 @@ -2025-09-19T17:13:52 [RELAY] [2025-09-19T15:11:12Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:38612: WebSocket protocol error: Handshake not finished -2025-09-19T17:13:52 [RELAY] [2025-09-19T15:24:36Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:44116: WebSocket protocol error: No "Connection: upgrade" header -2025-09-19T17:13:52 [RELAY] [2025-09-19T16:41:55Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:57946: WebSocket protocol error: Unsupported HTTP method used - only GET is allowed -2025-09-19T17:56:43 [RELAY] [2025-09-19T17:17:24Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:33312: WebSocket protocol error: No "Connection: upgrade" header -2025-09-19T17:56:43 [RELAY] [2025-09-19T17:36:55Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:57868: WebSocket protocol error: Unsupported HTTP method used - only GET is allowed -2025-09-19T18:08:09 [RELAY] [2025-09-19T17:17:24Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:33312: WebSocket protocol error: No "Connection: upgrade" header -2025-09-19T18:08:09 [RELAY] [2025-09-19T17:36:55Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:57868: WebSocket protocol error: Unsupported HTTP method used - only GET is allowed -2025-09-19T18:12:15 [RELAY] [2025-09-19T17:17:24Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:33312: WebSocket protocol error: No "Connection: upgrade" header -2025-09-19T18:12:15 [RELAY] [2025-09-19T17:36:55Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:57868: WebSocket protocol error: Unsupported HTTP method used - only GET is allowed -2025-09-19T18:14:44 [RELAY] [2025-09-19T17:17:24Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:33312: WebSocket protocol error: No "Connection: upgrade" header -2025-09-19T18:14:44 [RELAY] [2025-09-19T17:36:55Z ERROR sdk_relay] WebSocket handshake failed for 172.20.0.1:57868: WebSocket protocol error: Unsupported HTTP method used - only GET is allowed diff --git a/log/test-start.log b/log/test-start.log deleted file mode 100644 index 5edecca..0000000 --- a/log/test-start.log +++ /dev/null @@ -1 +0,0 @@ -2025-09-19T17:13:37+0000 diff --git a/miner/.env.signet b/miner/.env.signet deleted file mode 100644 index d0a985c..0000000 --- a/miner/.env.signet +++ /dev/null @@ -1,16 +0,0 @@ -# Variables d'environnement pour le miner Signet -RPC_HOST="bitcoin" -RPC_PORT="38332" -WATCHONLY_WALLET="watchonly" -MINING_WALLET="mining_mnemonic" -MINER_TAG="lecoffre" -SIGNET_CHALLENGE="0020341c43803863c252df326e73574a27d7e19322992061017b0dc893e2eab90821" -SIGNET_MAGIC="b066463d" -MINING_FINGERPRINT="86936c07" -MINING_XPRV="tprv8inwidD6qpNwMNY5ZadhYMn62d1WHvSVMRH2pPAj7RsAZGCY4YTiT1McMQSg5DAyijPBZ4HroX83vZQAevQkJSZUVH8kro9JnVbhTPBSAxL" -MINING_PATH_PREFIX="48'/1'/0'/2'" -COINBASE_INDEX="0" -COINBASE_ADDRESS=tb1q3389vh0k8e9fckjft2pxavnw5qy8xpyvfep8nrhfd07jag3z6pdqpuz82a -BITCOIN_CONTAINER="bitcoin-signet" -# Descripteur sortedmulti challenge (toutes pubs), une de nos clés sera remplacée par MINING_XPRV automatiquement -CHALLENGE_ALLPUBS="wsh(sortedmulti(1,[fca68db6/48'/1'/0'/2']tpubDFeV77XRwb9Lob5tBxtPUpZEu9fsj7xS3roiut4BBPzpVvGCT3SShGWksqUYLqKBrt7xeKmmmgSrgbRiffcoS5KPiqyDWk5Kgvxek52XnNV/0/*,[5df7e4b0/48'/1'/0'/2']tpubDF4ix3sjhgzM7iJVfTUVnx3HJ8kvkAvk36sPv5JmsmQcfPPK5KkHxJSgixZAdcYEsGcvHacm1hW4iLksGoTZocJozuaA2BTNp3GEvW432qu/0/*,[ef9d9ce6/48'/1'/0'/2']tpubDFecZkh4Bn5qutowNUC7huYGQeN9VRbNUauhAEN2ofVPat1zZ2yzYg7aULxsdzh79AFz7rBTVQeu2BsBay88XrFLc5diENj4ibizrwPNMbM/0/*,[86936c07/48'/1'/0'/2']tpubDFUys3FLzC4cEqZsTEJHwmSCbeXSTFdPvisp6uD2XhfZPkTJgwHJdVyUXYcfLRrikRxA2MpBaZWE5kZCtHFc15aVtktsHMrTijDjq2dKRGK/0/*,[7f7d263a/48'/1'/0'/2']tpubDEXXuskdCWjFnHuhjHYiWhcCGkz5YGUAj1THU6BRGhvrmwoKohttocoXTCCE9udffumcou7ZYUR5RNqwHW4kw7Jv2UXUUSKeKqJd9xGmSCs/0/*,[154159b3/48'/1'/0'/2']tpubDE3Nt1GGDjm9b2LNXCsszTgXwHDcpmXYCAsZzR9Uy9suicjmA6RqFezD5o8EWHk1vrztkPreHbYXKqGAdupKJNcKWYViKsQNMfr4uW8vcWq/0/*,[46d93da5/48'/1'/0'/2']tpubDF9n9yTw6Ck34SueKLCbv1djAhShkSoTG2m3kATNXKUi5nJwtJ6URJCg4M1je81fyabsX4t6F2itrQinMuu3cYLbpLbVQwWBUwYA8pPyKdZ/0/*,[d3c3bc8f/48'/1'/0'/2']tpubDFGmZ3HuCwoKMhMV7fMWAG2MBz3zWtvupca6oCys9KwAYKiYMB9NHGNq9qvVgPgDgpDLSiCqnp71f7WsV9N1cLkzsjqW9gxJF9VQ9oSZcj9/0/*,[8e236875/48'/1'/0'/2']tpubDFmB8SZte1hp77FdUn8kbHu7doJzWXaRLNoZ2r7V4x5aQY5dL9AaCmrvUNZSPYHJKeqto8roTvUpwWFazfxHEg5DvMq8br266uuD1JKieWj/0/*,[a3a9eb52/48'/1'/0'/2']tpubDE9uNJtEiu5UTMSEkK5egjKH6pXmw2KSAQQ6AbRqVngdHZuPHwxBeiofypHrGmG1WkvAtgjjn7gmPddzaz3ymQj9m3CDFLGEB6Ao4xqripj/0/*,[d03aacca/48'/1'/0'/2']tpubDFQ8YU5mdgP8kJcwhC9HPRQe6W83FNs3BMVTqq5S4ywanEqhdRkpp2cYpro3XRXKJPi8d1d3m4L2JXWdNQFfs31x37S3zfPpd7pwKEwLAm7/0/*,[ce3600ea/48'/1'/0'/2']tpubDFa2XbnHLcVbGM8NAq1soFJmJqtEeePkXAcWxHL71eWasMJujtrKWeQVp7NHQY5euJL2bFuBkVQHk4uoDrVRfCEELLxJhHuNouPquffbmUy/0/*,[fe898c92/48'/1'/0'/2']tpubDDzSj7jfCzXHnZjYNQV6MTK4iuztXr3SeXrQMWNwNiswTGJFdT9QGyjPWMoYcoPY9HCYbLdcMGiDokrWDWWZEhg8HpbgebenhJujvTzMeeN/0/*,[d33c583b/48'/1'/0'/2']tpubDFAeQcDpVPCyjLujPV1Li9LXJwqDvbmESE7wAMEABhesJM4Lhd8pqMgpDVSmf4cpdsfZbDWkhfyxeyG3SaWcB4MqEqhbseQ8mk41PPHb57T/0/*,[facf6b1f/48'/1'/0'/2']tpubDFBTNmh8E5RA9ehaZg9wCHWZvRMKNawQNmmd6V9SQb3NUW9s9y5iupMmDxAbBFFrytzotW9hu8REgqSFg26Q8mcvBjSAaVz9QcNzmCxRJdv/0/*))" diff --git a/miner/tools/priv_key.json b/miner/tools/priv_key.json deleted file mode 100644 index f2d538e..0000000 --- a/miner/tools/priv_key.json +++ /dev/null @@ -1,75 +0,0 @@ -[ - { - "Mnemonic": "tower keen enrich problem essence east plastic lounge merge sand increase company", - "xprv": "tprv8inwidD6qpNwMNY5ZadhYMn62d1WHvSVMRH2pPAj7RsAZGCY4YTiT1McMQSg5DAyijPBZ4HroX83vZQAevQkJSZUVH8kro9JnVbhTPBSAxL", - "wallet descriptor": "wsh(multi(1,[86936c07/48'/1'/0'/2']tpubDFUys3FLzC4cEqZsTEJHwmSCbeXSTFdPvisp6uD2XhfZPkTJgwHJdVyUXYcfLRrikRxA2MpBaZWE5kZCtHFc15aVtktsHMrTijDjq2dKRGK/0/*))#pslna7dm", - }, - { - "Mnemonic": "deer trust ceiling youth brass rapid scout cradle better clap spike morning", - "xprv": "tprv8iNgodqVZKJgEFGhmoouPYPAj7EzaqjqToGcdZGUTVcDpu8YSvvhmoppYp7vWG2LR2SrF93AVYZGgG9bCzuQs1xqwJ2QW8hRwtEVdyUofuH", - "wallet descriptor": "wsh(multi(1,[5df7e4b0/48'/1'/0'/2']tpubDF4ix3sjhgzM7iJVfTUVnx3HJ8kvkAvk36sPv5JmsmQcfPPK5KkHxJSgixZAdcYEsGcvHacm1hW4iLksGoTZocJozuaA2BTNp3GEvW432qu/0/*))#4ma3uvl0" - }, - { - "Mnemonic": "control load guard error caution hundred main adjust happy infant safe brother", - "xprv": "tprv8hTsDtqzaXPoZtQSrfR4HKfAXo1qmh8Xb6oJt5PY5WtET5ecfZ8bUEBoofVrH6s8STU586QHhYSppmQ3n1nvsZ6p5VaKu4MHxsvzUf1gg2D", - "wallet descriptor": "wsh(multi(1,[a3a9eb52/48'/1'/0'/2']tpubDE9uNJtEiu5UTMSEkK5egjKH6pXmw2KSAQQ6AbRqVngdHZuPHwxBeiofypHrGmG1WkvAtgjjn7gmPddzaz3ymQj9m3CDFLGEB6Ao4xqripj/0/*))#ju6z6s7v" - }, - { - "Mnemonic": "venture ice crash venture tourist tail naive curtain pilot engage code celery", - "xprv": "tprv8iTk1ZRgwq4NAysrRgY1Wbycbfvmb7cYgjAGTeR573gKFJ4BFuGtEoaotCS6wdGiUfC2BTHg79tiX7i6NuFiTfjiaM8LXfNzL77YuBGY3K7", - "wallet descriptor": "wsh(multi(1,[46d93da5/48'/1'/0'/2']tpubDF9n9yTw6Ck34SueKLCbv1djAhShkSoTG2m3kATNXKUi5nJwtJ6URJCg4M1je81fyabsX4t6F2itrQinMuu3cYLbpLbVQwWBUwYA8pPyKdZ/0/*))#8q8j9sft" - }, - { - "Mnemonic": "sheriff zone betray cactus error enable code flat coyote worry guitar equal", - "xprv": "tprv8iajQdFf4a7eUEKhE1gukrNEcxY4MZk1FJyKWgwZj48mhqTminKn6mkxyfyn1QwJ2XUke2aiXfXNQ2XqpGBbwXSSRK8hvqHQJuHWHs68YTh", - "wallet descriptor": "wsh(multi(1,[d3c3bc8f/48'/1'/0'/2']tpubDFGmZ3HuCwoKMhMV7fMWAG2MBz3zWtvupca6oCys9KwAYKiYMB9NHGNq9qvVgPgDgpDLSiCqnp71f7WsV9N1cLkzsjqW9gxJF9VQ9oSZcj9/0/*))#7r3f3xys" - }, - { - "Mnemonic": "bottom sight mistake next reveal modify rather bulk mountain arrow useful buzz", - "xprv": "tprv8hqVmTiP493atpsuqdt87Hx5hjU9NwHG9hrWBa97rS8TwTYZBK5Jd8BfH4Jv154oP9YRWy7kU9p7xnqTwXCAnKZuEpACt2uzTx83HrTjqen", - "wallet descriptor": "wsh(multi(1,[7f7d263a/48'/1'/0'/2']tpubDEXXuskdCWjFnHuhjHYiWhcCGkz5YGUAj1THU6BRGhvrmwoKohttocoXTCCE9udffumcou7ZYUR5RNqwHW4kw7Jv2UXUUSKeKqJd9xGmSCs/0/*))#zc5ruh7c" - }, - { - "Mnemonic": "payment ill whisper noble casual shallow clown pipe keen pencil fluid term""xprv": "tprv8hMLjbE25N5UhZJadZDHb42RNFhgfSLdcsGnhu7BYt5Wt8UzXhcF5ANLuezsgJUNyCC4TJtekes9gssUCm6UKASnqMTPwm6KcePSw4npybF""wallet descriptor": "wsh(multi(1,[154159b3/48'/1'/0'/2']tpubDE3Nt1GGDjm9b2LNXCsszTgXwHDcpmXYCAsZzR9Uy9suicjmA6RqFezD5o8EWHk1vrztkPreHbYXKqGAdupKJNcKWYViKsQNMfr4uW8vcWq/0/*))#5k6w6h6g" - }, - { - "Mnemonic": "lesson trumpet royal bright three oval vague organ atom joke favorite april", - "xprv": "tprv8ixSxhVBoDTfv846JKDo5Qu8L89wZnmXUZCwdN1sm8CRfS1RpecrWmtthiTqepjnBroRit3Zygn53z3v8QWp3bqQYjev2Mn92g9jGkzaGya", - "wallet descriptor": "wsh(multi(1,[fca68db6/48'/1'/0'/2']tpubDFeV77XRwb9Lob5tBxtPUpZEu9fsj7xS3roiut4BBPzpVvGCT3SShGWksqUYLqKBrt7xeKmmmgSrgbRiffcoS5KPiqyDWk5Kgvxek52XnNV/0/*))#j6sm3ntm" - }, - { - "Mnemonic": "lyrics undo baby chicken possible vicious capital fun order salon maple source", - "xprv": "tprv8ixaRLep3QQB2Rn9UpXXJVt9qcrDL6QTuHJusiKjPPgzkPmDveAQNBViJBrJakLKaoc3w7JzNUXAkSaeQHJAzGsMnrJQggWNkMn1e9rihgP", - "wallet descriptor": "wsh(multi(1,[ef9d9ce6/48'/1'/0'/2']tpubDFecZkh4Bn5qutowNUC7huYGQeN9VRbNUauhAEN2ofVPat1zZ2yzYg7aULxsdzh79AFz7rBTVQeu2BsBay88XrFLc5diENj4ibizrwPNMbM/0/*))#zyhj4kj3" - }, - { - "Mnemonic": "canoe coral egg public boss stable mercy side tennis behind dance shy", - "xprv": "tprv8j58z2XeVe29DeDqb8UABtF14mo4MCPWm5CmkL5BegHBa3prhkLz2HF4JFwU5Z6ypnA7qCVcwdyPGj5yqXPoXiaE2Rcosmx9Ntiav39vRfp", - "wallet descriptor": "wsh(multi(1,[8e236875/48'/1'/0'/2']tpubDFmB8SZte1hp77FdUn8kbHu7doJzWXaRLNoZ2r7V4x5aQY5dL9AaCmrvUNZSPYHJKeqto8roTvUpwWFazfxHEg5DvMq8br266uuD1JKieWj/0/*))#8xxkeruq" - }, - { - "Mnemonic": "expire document depend hamster spy become blossom midnight ecology salon all earth", - "xprv": "tprv8ii6Q43XVJhTrqb9oYUgz1kXXUc763g8c3tgZK38ei9Bwkaw12wEdXzgemB6fmF4jgDBAdavNg4YXyRe1XSx3jxjZ8i2fHruuyn6bP4r7uq", - "wallet descriptor": "wsh(multi(1,[d03aacca/48'/1'/0'/2']tpubDFQ8YU5mdgP8kJcwhC9HPRQe6W83FNs3BMVTqq5S4ywanEqhdRkpp2cYpro3XRXKJPi8d1d3m4L2JXWdNQFfs31x37S3zfPpd7pwKEwLAm7/0/*))#phcw966k" - }, - { - "Mnemonic": "movie west unit carbon adapt liberty crack easily raise toward brother quality", - "xprv": "tprv8iszPBk3CEovNt6aHBMHPqeejpNJVKCqws1jfmHobNiC2s497W2jL9nde2FmTBWKMpkuKXDuFKPrBqKcEpsjgYeLsoQVT3MgsHoTjTL64qB", - "wallet descriptor": "wsh(multi(1,[ce3600ea/48'/1'/0'/2']tpubDFa2XbnHLcVbGM8NAq1soFJmJqtEeePkXAcWxHL71eWasMJujtrKWeQVp7NHQY5euJL2bFuBkVQHk4uoDrVRfCEELLxJhHuNouPquffbmUy/0/*))#lwv5ura2" - }, - { - "Mnemonic": "tip mixture supreme govern faculty panel judge motion aim write soon arrive", - "xprv": "tprv8hJQahhR4cqcu6hkUkpVx3ex9tUxNWrY5EFd4zLdxT5Ycn3V14Kp6V7XLEtJ2N5p5dpVeP9mhMqNwTBBeJaavMDquLh8SRFfdDejAy8yygX", - "wallet descriptor": "wsh(multi(1,[fe898c92/48'/1'/0'/2']tpubDDzSj7jfCzXHnZjYNQV6MTK4iuztXr3SeXrQMWNwNiswTGJFdT9QGyjPWMoYcoPY9HCYbLdcMGiDokrWDWWZEhg8HpbgebenhJujvTzMeeN/0/*))#675457w4" - }, - { - "Mnemonic": "identify devote dice young air turkey angle code observe innocent fragile bench", - "xprv": "tprv8iUcGCBaM1XJqsswVqLkJjgQjvKHmGaKrvX9sqBrmRrUTroa5EKEes4x3L7AFE7tLDW4mUCWLmpAhFrjQvZ1uUzuAaziFvLwrtq253g9yzp", - "wallet descriptor": "wsh(multi(1,[d33c583b/48'/1'/0'/2']tpubDFAeQcDpVPCyjLujPV1Li9LXJwqDvbmESE7wAMEABhesJM4Lhd8pqMgpDVSmf4cpdsfZbDWkhfyxeyG3SaWcB4MqEqhbseQ8mk41PPHb57T/0/*))#u9xx2lkz" - }, - { - "Mnemonic": "slide hollow decade federal pair brief furnace fit pelican heart better place", - "xprv": "tprv8iVREMet5hjVGBfng2VLnsrTMPqPDFkVoUAqoy78zKEye1u6XaG8jKju3nsf6GN1UTMbkFWoD6TiTTvnP2ez4NvXyX9c1UMfQ932CmZjuLg", - "wallet descriptor": "wsh(multi(1,[facf6b1f/48'/1'/0'/2']tpubDFBTNmh8E5RA9ehaZg9wCHWZvRMKNawQNmmd6V9SQb3NUW9s9y5iupMmDxAbBFFrytzotW9hu8REgqSFg26Q8mcvBjSAaVz9QcNzmCxRJdv/0/*))#3407up02" - } -] \ No newline at end of file diff --git a/miner/tools/pubkeys.json b/miner/tools/pubkeys.json deleted file mode 100644 index 11bdef1..0000000 --- a/miner/tools/pubkeys.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "wsh", - "multi": "sortedmulti", - "min": "1", - "pubkeys": [ - "[fca68db6/48'/1'/0'/2']tpubDFeV77XRwb9Lob5tBxtPUpZEu9fsj7xS3roiut4BBPzpVvGCT3SShGWksqUYLqKBrt7xeKmmmgSrgbRiffcoS5KPiqyDWk5Kgvxek52XnNV/0/*", - "[5df7e4b0/48'/1'/0'/2']tpubDF4ix3sjhgzM7iJVfTUVnx3HJ8kvkAvk36sPv5JmsmQcfPPK5KkHxJSgixZAdcYEsGcvHacm1hW4iLksGoTZocJozuaA2BTNp3GEvW432qu/0/*", - "[ef9d9ce6/48'/1'/0'/2']tpubDFecZkh4Bn5qutowNUC7huYGQeN9VRbNUauhAEN2ofVPat1zZ2yzYg7aULxsdzh79AFz7rBTVQeu2BsBay88XrFLc5diENj4ibizrwPNMbM/0/*", - "[86936c07/48'/1'/0'/2']tpubDFUys3FLzC4cEqZsTEJHwmSCbeXSTFdPvisp6uD2XhfZPkTJgwHJdVyUXYcfLRrikRxA2MpBaZWE5kZCtHFc15aVtktsHMrTijDjq2dKRGK/0/*", - "[7f7d263a/48'/1'/0'/2']tpubDEXXuskdCWjFnHuhjHYiWhcCGkz5YGUAj1THU6BRGhvrmwoKohttocoXTCCE9udffumcou7ZYUR5RNqwHW4kw7Jv2UXUUSKeKqJd9xGmSCs/0/*", - "[154159b3/48'/1'/0'/2']tpubDE3Nt1GGDjm9b2LNXCsszTgXwHDcpmXYCAsZzR9Uy9suicjmA6RqFezD5o8EWHk1vrztkPreHbYXKqGAdupKJNcKWYViKsQNMfr4uW8vcWq/0/*", - "[46d93da5/48'/1'/0'/2']tpubDF9n9yTw6Ck34SueKLCbv1djAhShkSoTG2m3kATNXKUi5nJwtJ6URJCg4M1je81fyabsX4t6F2itrQinMuu3cYLbpLbVQwWBUwYA8pPyKdZ/0/*", - "[d3c3bc8f/48'/1'/0'/2']tpubDFGmZ3HuCwoKMhMV7fMWAG2MBz3zWtvupca6oCys9KwAYKiYMB9NHGNq9qvVgPgDgpDLSiCqnp71f7WsV9N1cLkzsjqW9gxJF9VQ9oSZcj9/0/*", - "[8e236875/48'/1'/0'/2']tpubDFmB8SZte1hp77FdUn8kbHu7doJzWXaRLNoZ2r7V4x5aQY5dL9AaCmrvUNZSPYHJKeqto8roTvUpwWFazfxHEg5DvMq8br266uuD1JKieWj/0/*", - "[a3a9eb52/48'/1'/0'/2']tpubDE9uNJtEiu5UTMSEkK5egjKH6pXmw2KSAQQ6AbRqVngdHZuPHwxBeiofypHrGmG1WkvAtgjjn7gmPddzaz3ymQj9m3CDFLGEB6Ao4xqripj/0/*", - "[d03aacca/48'/1'/0'/2']tpubDFQ8YU5mdgP8kJcwhC9HPRQe6W83FNs3BMVTqq5S4ywanEqhdRkpp2cYpro3XRXKJPi8d1d3m4L2JXWdNQFfs31x37S3zfPpd7pwKEwLAm7/0/*", - "[ce3600ea/48'/1'/0'/2']tpubDFa2XbnHLcVbGM8NAq1soFJmJqtEeePkXAcWxHL71eWasMJujtrKWeQVp7NHQY5euJL2bFuBkVQHk4uoDrVRfCEELLxJhHuNouPquffbmUy/0/*", - "[fe898c92/48'/1'/0'/2']tpubDDzSj7jfCzXHnZjYNQV6MTK4iuztXr3SeXrQMWNwNiswTGJFdT9QGyjPWMoYcoPY9HCYbLdcMGiDokrWDWWZEhg8HpbgebenhJujvTzMeeN/0/*", - "[d33c583b/48'/1'/0'/2']tpubDFAeQcDpVPCyjLujPV1Li9LXJwqDvbmESE7wAMEABhesJM4Lhd8pqMgpDVSmf4cpdsfZbDWkhfyxeyG3SaWcB4MqEqhbseQ8mk41PPHb57T/0/*", - "[facf6b1f/48'/1'/0'/2']tpubDFBTNmh8E5RA9ehaZg9wCHWZvRMKNawQNmmd6V9SQb3NUW9s9y5iupMmDxAbBFFrytzotW9hu8REgqSFg26Q8mcvBjSAaVz9QcNzmCxRJdv/0/*" - ], - "checksum": "#jmqku76u", - "signet_challenge": "0020341c43803863c252df326e73574a27d7e19322992061017b0dc893e2eab90821", - "magic": "b066463d" -} \ No newline at end of file