Skip to content

Instantly share code, notes, and snippets.

2025-07-06 21:00:11,234 [DEBUG] pymongo.topology: {"message": "Server heartbeat succeeded", "topologyId": {"$oid": "686ac7b167f34e6c26fd60f0"}, "driverConnectionId": 1, "serverConnectionId": 1844, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10096.019508084282, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6852d5da6efb48a0518c68ee\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-07-06T19:00:11.234Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 1844, \"maxWireVersion\": 21, \"ok\": 1.0}"}
2025-07-06 21:00:11,235 [DEBUG] pymongo.topology: {"message": "Server heartbeat started", "topologyId": {"$oid": "686ac7b167f34e6c26fd60f0"}, "driverConnectionId": 1, "serverConnectionId": 1844, "serverHost": "localhost", "serverPort": 27017, "awaited": true}
2025-07-06 21:00:12,557 [DEBUG] routes.map: Endpoint /map called
2025-07-06 21:00:12,558 [
{
_id: '4005696',
data: {
hits: {
total: 1,
hits: [
{
_type: '_doc',
_source: {
content: '{"basicInformation": {"individualId": 4005696, "firstName": "LINDA", "middleName": "A", "lastName": "HILBERT", "otherNames": ["LINDA ANDREA ASHMAN"], "bcScope": "Active", "iaScope": "NotInScope", "daysInIndustryCalculatedDate": "3/28/2010"}, "currentEmployments": [{"firmId": 38931, "firmName": "ELE WEALTH SOLUTIONS, INC.", "iaOnly": "N", "registrationBeginDate": "4/26/2013", "firmBCScope": "ACTIVE", "firmIAScope": "NOTINSCOPE", "bdSECNumber": "48467", "branchOfficeLocations": [{"displayOrder": 2, "locatedAtFlag": "N", "supervisedFromFlag": "Y", "privateResidenceFlag": "N", "branchOfficeId": "99924", "street1": "18700 W. 10 MILE ROAD, STE 100", "city": "SOUTHFIELD", "cityAlias": ["SOUTHFIELD"], "state": "MI", "country": "UNITED STATES", "zipCode": "48075", "latitude": "42.464807", "longitude": "-83.230731", "geoLocation": "42.464807,-83.230731", "nonRegisteredOff
{"basicInformation": {"individualId": 2366693, "firstName": "ERIC", "lastName": "ANTON", "otherNames": [], "bcScope": "Active", "iaScope": "Active", "daysInIndustryCalculatedDate": "8/2/1993"}, "currentEmployments": [{"firmId": 8032, "firmName": "COMMONWEALTH FINANCIAL NETWORK", "iaOnly": "N", "registrationBeginDate": "7/9/2009", "firmBCScope": "ACTIVE", "firmIAScope": "ACTIVE", "iaSECNumber": "41541", "iaSECNumberType": "801", "bdSECNumber": "24040", "branchOfficeLocations": [{"displayOrder": 1, "locatedAtFlag": "Y", "supervisedFromFlag": "N", "privateResidenceFlag": "N", "branchOfficeId": "412038", "street1": "FORESIDE PLACE", "street2": "202 ROUTE ONE", "city": "FALMOUTH", "cityAlias": ["FALMOUTH", "FALMOUTH FORESIDE", "PORTLAND"], "state": "ME", "country": "United States", "zipCode": "04105", "latitude": "43.748283", "longitude": "-70.273362", "geoLocation": "43.748283,-70.273362", "nonRegisteredOfficeFlag": "N", "elaBeginDate": "07/09/2009"}, {"displayOrder": 2, "locatedAtFlag": "Y", "supervisedFromFlag"
{
"_id": "2366693",
"data": {
"hits": {
"total": 1,
"hits": [
{
"_type": "_doc",
"_source": {
"content": "{\"basicInformation\": {\"individualId\": 2366693, \"firstName\": \"ERIC\", \"lastName\": \"ANTON\", \"otherNames\": [], \"bcScope\": \"Active\", \"iaScope\": \"Active\", \"daysInIndustryCalculatedDate\": \"8/2/1993\"}, \"currentEmployments\": [{\"firmId\": 8032, \"firmName\": \"COMMONWEALTH FINANCIAL NETWORK\", \"iaOnly\": \"N\", \"registrationBeginDate\": \"7/9/2009\", \"firmBCScope\": \"ACTIVE\", \"firmIAScope\": \"ACTIVE\", \"iaSECNumber\": \"41541\", \"iaSECNumberType\": \"801\", \"bdSECNumber\": \"24040\", \"branchOfficeLocations\": [{\"displayOrder\": 1, \"locatedAtFlag\": \"Y\", \"supervisedFromFlag\": \"N\", \"privateResidenceFlag\": \"N\", \"branchOfficeId\": \"412038\", \"street1\": \"FORESIDE PLACE\", \"street2\": \"202 ROUTE ONE\", \"city\": \"FALMOUTH\", \"cityAlias\": [\"FALMOUTH\", \"FALMOUTH FORESIDE\", \"PORTLAND\"], \"state\":
{
"profiles": [
{
"_id": "2620085",
"data": {
"hits": {
"total": 1,
"hits": [
{
"_type": "_doc",
[03:09:18.477] Running build in Washington, D.C., USA (East) – iad1
[03:09:18.569] Retrieving list of deployment files...
[03:09:19.028] Downloading 21 deployment files...
[03:09:22.139] Restored build cache from previous deployment (2kKtH26G3qwkf8nErrC6Xy3TxgHP)
[03:09:22.220] Running "vercel build"
[03:09:22.638] Vercel CLI 37.5.4
[03:09:23.024] Installing dependencies...
[03:09:24.214]
[03:09:24.214] up to date in 921ms
[03:09:24.215]
"use client"; // This directive makes the component a client component
import { createPagesBrowserClient } from "@supabase/auth-helpers-nextjs";
import { SessionContextProvider } from "@supabase/auth-helpers-react";
import TopNav from "../components/TopNav"; // Import the navigation component
import { useState, ReactNode } from "react";
export const dynamic = "force-dynamic";
// Define props type