All of the changes from today (Wednesday February 25, 2026) need to be reviewed. We spent over 6 hours trying to fix the page loading when viewing a fresh Session ID and Presentation ID. OpenAI and Gemini failed hard!!! I am at a lost and frustrated. I will probably need to deal with this myself. :-/

This commit is contained in:
Scott Idem
2026-02-25 18:34:21 -05:00
parent 17620b6fbc
commit 7b5c7528b6
22 changed files with 1674 additions and 2828 deletions

View File

@@ -1,5 +1,5 @@
/** @type {import('./$types').LayoutLoad} */
console.log(`ae_events_pres_mgmt +layout.ts start`);
console.log(`ae_events +layout.ts`);
// Imports
// import { browser } from '$app/environment';
@@ -9,7 +9,6 @@ export async function load({ parent }) {
const log_lvl: number = 0;
const parent_data = await parent();
// console.log(`ae_events_pres_mgmt +layout.ts parent_data:`, parent_data);
const account_id = parent_data.account_id;
if (!account_id) {