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(`Events - [event_id] +layout.ts start`);
|
||||
console.log(`Events - [event_id] +layout.ts`);
|
||||
|
||||
import { error } from '@sveltejs/kit';
|
||||
import { browser } from '$app/environment';
|
||||
@@ -49,11 +49,11 @@ export async function load({ params, parent }) {
|
||||
events_func.load_ae_obj_id__event({
|
||||
api_cfg: ae_acct.api,
|
||||
event_id: event_id,
|
||||
inc_file_li: false, // Changing from true 2026-02-04
|
||||
inc_location_li: false, // Changing from true 2026-02-04
|
||||
inc_session_li: true,
|
||||
inc_template_li: true,
|
||||
log_lvl: 1 // Keep background quiet unless debugging
|
||||
// inc_file_li: false, // Changing from true 2026-02-04
|
||||
// inc_location_li: false, // Changing from true 2026-02-04
|
||||
// inc_session_li: false,
|
||||
// inc_template_li: false,
|
||||
log_lvl: log_lvl // Keep background quiet unless debugging
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user