This commit is contained in:
marzban-dev
2026-04-29 18:21:55 +03:30
parent ea1caefe81
commit 6670635a73
8 changed files with 14 additions and 6 deletions
+4
View File
@@ -11,6 +11,10 @@ const { data: homeData, suspense } = useHomeData();
const response = await suspense();
console.log(response.error)
console.log("----- END ERROR ------")
console.log(response)
if (response.isError) {
throw createError({
statusCode: 500,