We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/**/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
Last amplify.yml version:
The text was updated successfully, but these errors were encountered: