-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
So i followed the instruction video to install the app - and i got this error
## Error Type
Runtime AggregateError
## Error Message
Error
at listApps (../../../A.I STUFF/gabber/frontend/lib/repository.ts:50:16)
at RootLayout (../../../A.I STUFF/gabber/frontend/app/layout.tsx:41:16)
## Code Frame
48 |
49 | export async function listApps() {
> 50 | const resp = await axios.get(`${getBaseUrl()}/app/list`);
| ^
51 | return (resp.data as ListAppsResponse).apps;
52 | }
53 |
Next.js version: 15.5.3 (Turbopack)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels