After migration, rediscover device throws error

I just spun up a new LibreNMS server and migrated the DB over as well. Everything is working fine except if I go into a device and click the gear and then Rediscover device I get the following message.

Error

I see no errors in /opt/librenms/logs/librenms.log only device polls.
IE.
/opt/librenms/poller.php 11 2020-10-22 16:45:03 - 1 devices polled in 1.328 secs
/opt/librenms/poller.php 18 2020-10-22 16:45:04 - 1 devices polled in 1.655 secs
/opt/librenms/poller.php 6 2020-10-22 16:45:06 - 1 devices polled in 3.647 secs
/opt/librenms/poller.php 10 2020-10-22 16:45:06 - 1 devices polled in 4.425 secs
/opt/librenms/poller.php 7 2020-10-22 16:45:07 - 1 devices polled in 4.538 secs
/opt/librenms/poller.php 13 2020-10-22 16:45:07 - 1 devices polled in 4.165 secs
/opt/librenms/poller.php 17 2020-10-22 16:45:07 - 1 devices polled in 4.353 secs
/opt/librenms/poller.php 1 2020-10-22 16:45:07 - 1 devices polled in 4.404 secs
/opt/librenms/poller.php 8 2020-10-22 16:45:07 - 1 devices polled in 4.550 secs
/opt/librenms/poller.php 4 2020-10-22 16:45:07 - 1 devices polled in 5.294 secs
/opt/librenms/poller.php 15 2020-10-22 16:45:07 - 1 devices polled in 4.967 secs
/opt/librenms/poller.php 2 2020-10-22 16:45:07 - 1 devices polled in 5.075 secs
/opt/librenms/poller.php 16 2020-10-22 16:45:09 - 1 devices polled in 6.795 secs
/opt/librenms/poller.php 9 2020-10-22 16:45:10 - 1 devices polled in 7.221 secs
/opt/librenms/poller.php 3 2020-10-22 16:45:37 - 1 devices polled in 35.24 secs

[librenms@librenms ~]$ git pull
Already up to date.
[librenms@librenms ~]$ ./daily.sh
Updating to latest codebase                        OK
Updating Composer packages                         OK
Updating SQL-Schema                                OK
Updating submodules                                OK
Cleaning up DB                                     OK
Fetching notifications                             OK
Caching PeeringDB data                             OK
[librenms@librenms ~]$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS  | 1.68-68-g774d95c11
DB Schema | 2020_10_21_124101_allow_nullable_ospf_columns (187)
PHP       | 7.3.20
Python    | 3.6.8
MySQL     | 10.3.17-MariaDB
RRDTool   | 1.7.0
SNMP      | NET-SNMP 5.8
====================================

[OK]    Composer Version: 1.10.15
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[OK]    Database schema correct
[librenms@librenms ~]$

Everything looks good except rediscovery no longer works. Any suggestions or places to look?

Disregard. I landed up blowing away the new server and migrating again. Everything works as it should now.