Lost all of my share tokens

Good morning,
I have had to change my external storage server’s IP address. When this happened I lost all of my shares or share tokens.
I have the configurable share links installed. I tried to create a new share I am now getting an error stating the token is not unique.

Is there a way to edit the old shares? Assuming in a database somewhere, or deleting all of the old shares/tokens?

Nextcloud version 25.0.7
Operating system and version Unraid 6.12.4

I am getting a lot of these errors in the logs

[activity] Error: Swift_TransportException: Connection could not be established with host 127.0.0.1 :stream_socket_client(): unable to connect to 127.0.0.1:25 (Connection refused) at <<closure>>

 0. <<closure>>
    Swift_Transport_StreamBuffer->{closure}("*** sensitive parameters replaced ***")
 1. /config/www/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php line 264
    stream_socket_client()
 2. /config/www/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php line 58
    Swift_Transport_StreamBuffer->establishSocketConnection()
 3. /config/www/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php line 143
    Swift_Transport_StreamBuffer->initialize()
 4. /config/www/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php line 65
    Swift_Transport_AbstractSmtpTransport->start()
 5. /config/www/nextcloud/lib/private/Mail/Mailer.php line 191
    Swift_Mailer->send()
 6. /config/www/nextcloud/apps/activity/lib/MailQueueHandler.php line 415
    OC\Mail\Mailer->send()
 7. /config/www/nextcloud/apps/activity/lib/MailQueueHandler.php line 165
    OCA\Activity\MailQueueHandler->sendEmailToUser()
 8. /config/www/nextcloud/apps/activity/lib/BackgroundJob/EmailNotification.php line 61
    OCA\Activity\MailQueueHandler->sendEmails()
 9. /config/www/nextcloud/lib/private/BackgroundJob/Job.php line 54
    OCA\Activity\BackgroundJob\EmailNotification->run()
10. /config/www/nextcloud/lib/private/BackgroundJob/TimedJob.php line 60
    OC\BackgroundJob\Job->execute()
11. /config/www/nextcloud/cron.php line 152
    OC\BackgroundJob\TimedJob->execute()

at 2023-10-03T15:50:07+00:00

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'datadirectory' => '/data',
  'instanceid' => 'xxx',
  'passwordsalt' => 'xxxx',
  'secret' => xxx',
  'trusted_domains' => 
  array (
    0 => 'abc.us',
    1 => 'abc.us',
    2 => '192.168.1.3',
    3 => '192.168.1.1',
  
  ),
  'dbtype' => 'sqlite3',
  'version' => '25.0.7.1',
  'overwrite.cli.url' => 'https://abc.us',
  'overwritehost' => 'abc.us',
  'overwriteprotocol' => 'https',
  'forcessl' => true,
  'forceSSLforSubdomains' => true,
  'installed' => true,
  'theme' => '',
  'loglevel' => 3,
  'maintenance' => false,
  'updater.release.channel' => 'stable',
  'app_install_overwrite' => 
  array (
    0 => 'nextbackup',
  ),
);

error log

2023/10/02 02:04:31 [error] 507#507: *2218 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/recorded_trainings HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:11:17 [error] 507#507: *2408 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:16:34 [error] 507#507: *2488 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/recorded_trainings HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:20:30 [error] 507#507: *2530 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:27:30 [error] 507#507: *2566 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:29:17 [error] 507#507: *2570 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "GET /ocs/v2.php/apps/user_status/api/v1/user_status?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:29:17 [error] 507#507: *2571 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:41:27 [error] 508#508: *2653 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:41:27 [error] 507#507: *2656 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:51:43 [error] 507#507: *2714 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.158.96, server: _, request: "PROPFIND /remote.php/dav/files/ericabc/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:51:43 [error] 507#507: *2716 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 02:55:57 [error] 507#507: *2742 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/recorded_trainings HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 03:07:48 [error] 507#507: *2806 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "PROPFIND /remote.php/dav/files/cwill/recorded_trainings HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 03:20:33 [error] 507#507: *2896 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "GET /ocs/v2.php/apps/files/api/v1/directEditing?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"
2023/10/02 03:59:08 [error] 507#507: *3156 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 184.167.135.133, server: _, request: "MKCOL /remote.php/dav/files/cwill/recorded_trainings/will_files/friday_leadership_club/2023/092923_flc_hernandez_life_with_freedom_options HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nc.abc.us"



[02-Oct-2023 13:04:24] NOTICE: Terminating ...
[02-Oct-2023 13:04:24] NOTICE: Terminating ...
[02-Oct-2023 13:04:24] NOTICE: Terminating ...
[02-Oct-2023 13:04:25] NOTICE: exiting, bye-bye!
[02-Oct-2023 13:11:50] NOTICE: fpm is running, pid 156
[02-Oct-2023 13:11:50] NOTICE: ready to handle connections
[02-Oct-2023 13:12:29] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
[02-Oct-2023 13:57:27] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
[02-Oct-2023 13:58:09] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it