You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I was having some trouble figuring out how to deploy this flask app to a server, if anyone has ever done it, I would love some help as to what the contents of the Procfile should be and if/how the scripts should be managed to run. I saw someone managed to get the app working on a server along with being able to upload zips, however I couldn't even get it on a simple Heroku server.
Could really use some help. Thanks!
Edit: It seems that whatever I do, I end up coming across this error:
AttributeError: 'LocalStack' object has no attribute 'channels'
The text was updated successfully, but these errors were encountered:
Hey, I was having some trouble figuring out how to deploy this flask app to a server, if anyone has ever done it, I would love some help as to what the contents of the Procfile should be and if/how the scripts should be managed to run. I saw someone managed to get the app working on a server along with being able to upload zips, however I couldn't even get it on a simple Heroku server.
Could really use some help. Thanks!
Edit: It seems that whatever I do, I end up coming across this error:
AttributeError: 'LocalStack' object has no attribute 'channels'
The text was updated successfully, but these errors were encountered: