Skip to content

Runtime Error when starting up app. #197

@Maki9009

Description

@Maki9009

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions