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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user