agentlabs icon indicating copy to clipboard operation
agentlabs copied to clipboard

Failed to load url /src/lib/services/gen-api (resolved id: /src/lib/services/gen-api) in /app/src/lib/usecases/project/retrievePublicConfig.ts. Does the file exist?

Open sshenoy7 opened this issue 6 months ago • 0 comments

Getting below error when I try to access the frontend:

image

Steps taken to run the docker:

  1. Update few variables in .env files (especially around secret)
  2. Updated port mappings to 3xxx(on host) as I was already running other applications on (3001, 3000...e.t.c)
  3. Ran docker compose -f docker-compose.dev.yml up -d --build
  4. Accessed http://localhost:3030

sshenoy7 avatar Jul 31 '24 07:07 sshenoy7