Please run the following SQL command against your Dataverse Postgres db
update worldmapauth_tokentype set
mapitlink = 'https://geoconnect.datascience.iq.harvard.edu/shapefile/map-it',
hostname='geoconnect.datascience.iq.harvard.edu'
where name = 'GEOCONNECT';