jhox616 what sample were you using? The gps sample was missing a config variable which was preventing the GPS antenna from being powered properly.
Here is the correct nfed/samples/gps/boards/circuitdojo_feather_nrf9160_ns.conf
#
# Copyright (c) 2021 Circuit Dojo LLC
#
# SPDX-License-Identifier: Apache-2.0
#
# GPS Antenna configuration
CONFIG_MODEM_ANTENNA=y
CONFIG_MODEM_ANTENNA_AT_COEX0="AT\%XCOEX0=1,1,1565,1586"
# Enable Zephyr application to be booted by MCUboot
CONFIG_BOOTLOADER_MCUBOOT=y