langflow icon indicating copy to clipboard operation
langflow copied to clipboard

Deploy langflow on aws instructions don't work

Open alexleventer opened this issue 9 months ago • 1 comments

Describe the bug

  • app is not deployed successfully after following aws deploy instructions: https://github.com/langflow-ai/langflow/tree/dev/scripts/aws
 Resource handler returned message: "Cannot find version 8.0.mysql_auror

Browser and Version

  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

alexleventer avatar May 08 '24 03:05 alexleventer

@alexleventer I have created my own branch to fix the incorrect mysql version as well as out of sync dependencies that stopped the deployment: https://github.com/langflow-ai/langflow/pull/1893. Until it is merged, you can use my branch in the process rather than the current dev branch.

mattbajorek avatar May 14 '24 19:05 mattbajorek

@mattbajorek Thanks a lot!

Also faced with AWS Issue. Both of them 8.0.mysql_aurora and runtime go1.x

dmitry-tuzenkov avatar May 17 '24 15:05 dmitry-tuzenkov