Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Deployment on AWS Amplify #3810

Open
atigm opened this issue Jan 4, 2025 · 0 comments
Open

[FEATURE] Deployment on AWS Amplify #3810

atigm opened this issue Jan 4, 2025 · 0 comments
Labels
setup Setup related issues

Comments

@atigm
Copy link

atigm commented Jan 4, 2025

I can't deploy Flowise on AWS Amplify.
I use many versions of amlify.yml but no success.

I have a time out after 30 minutes.
It's blocking here :

....
[INFO]: .../node_modules/canvas install: [canvas] Success: "/codebuild/output/src1268557479/src/chatbot/node_modules/.pnpm/[email protected][email protected]/node_modules/canvas/build/Release/canvas.node" is installed via remote
.../node_modules/canvas install: node-pre-gyp info ok
[INFO]: .../node_modules/canvas install: Done
[INFO]: .../[email protected]/node_modules/cypress postinstall: [SUCCESS] Task without title.
[INFO]: .../[email protected]/node_modules/cypress postinstall: [STARTED] Task without title.
[INFO]: .../[email protected]/node_modules/cypress postinstall: [STARTED] Task without title.
[INFO]: .../node_modules/puppeteer postinstall: Chrome (115.0.5790.98) downloaded to /root/.cache/puppeteer/chrome/linux-115.0.5790.98
[INFO]: .../[email protected]/node_modules/cypress postinstall: [SUCCESS] Task without title.

Last amplify.yml version:

version: 1
frontend:
  phases:
    preBuild:
      commands:
        - npm install -g pnpm
        - pnpm config set unsafe-perm true # Autorise l'exécution des scripts natifs
        - export PUPPETEER_SKIP_DOWNLOAD=true
        - pnpm install --frozen-lockfile
        - pnpm rebuild
    build:
      commands:
        - pnpm build --force
  artifacts:
    baseDirectory: .
    files:
      - 'packages/server/dist/**/*'
      - 'packages/components/dist/**/*'
      - 'packages/ui/build/**/*'
  cache:
    paths:
      - node_modules/**/*
      - packages/server/node_modules/**/*
      - packages/components/node_modules/**/*
      - packages/ui/node_modules/**/*
@HenryHengZJ HenryHengZJ added the setup Setup related issues label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Setup related issues
Projects
None yet
Development

No branches or pull requests

2 participants