Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MBetterc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mbetter
MBetterc
Commits
c7fe2f23
Commit
c7fe2f23
authored
Feb 20, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more logging to loadTemplateConfig() for debugging
parent
34e72dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
overlay-controller.js
web/overlay-controller.js
+2
-0
No files found.
web/overlay-controller.js
View file @
c7fe2f23
...
@@ -137,6 +137,7 @@ class WebOverlayController {
...
@@ -137,6 +137,7 @@ class WebOverlayController {
* Load template configuration from API
* Load template configuration from API
*/
*/
async
loadTemplateConfig
()
{
async
loadTemplateConfig
()
{
console
.
log
(
'[OverlayController] loadTemplateConfig() called'
);
try
{
try
{
console
.
log
(
'[OverlayController] Loading template config...'
);
console
.
log
(
'[OverlayController] Loading template config...'
);
const
config
=
await
this
.
apiRequest
(
'/template-config'
);
const
config
=
await
this
.
apiRequest
(
'/template-config'
);
...
@@ -166,6 +167,7 @@ class WebOverlayController {
...
@@ -166,6 +167,7 @@ class WebOverlayController {
}
}
}
catch
(
error
)
{
}
catch
(
error
)
{
console
.
error
(
'[OverlayController] Failed to load template config:'
,
error
);
console
.
error
(
'[OverlayController] Failed to load template config:'
,
error
);
console
.
error
(
'[OverlayController] Error stack:'
,
error
.
stack
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment