Thank you for sharing this information. I am facing one problem can you tell me how to resolve that one , in my project I have used local machine paths while deploying what changes I need to do
I have localhost postgresql as the backend for my application how to deploy the flask app now,should I deploy the db separately and change the db uri .I am a bit confused can you guide me if possible
now its showing [2024-03-06 16:42:38,533] ERROR in app: Exception on / [GET]though my app is working properly in my local system @@osamaabdelmohsen5729
Idk so much about sqlite , but i have an app with postgre. In render i create the PostgreSQL and in the app i make the connections and set the classes. But a SQLite with the sql archive in the project folder i think u can just deploy or use Docker., idk
Getting this error when try to deploy a Flask app which uses Open cv to acces Camera Error: WARNING [ WARN:0@56.987] global cap_v4l.cpp:997 open VIDEOIO(V4L2:/dev/video0): can't open camera by index [ERROR:0@56.987] global obsensor_uvc_stream_channel.cpp:159 getStreamChannelGroup Camera index out of range Can you help through this?
Its hard to figure out whats wrong without looking at the code. But, try this. Check your requirements.txt make sure you put a a valid version number of the flask. May be this might work.😀
@@mithun-srinivas By default, Render is using Python 3.7 version. So, I've changed the environment variables Key: PYTHON_VERSION value: 3.8.2 It worked! Anyway, thanks for the response.
thank you so much! I was struggling trying to host my portfolio projects on other platforms. This really helped me out
Thank you I searching for a free way to host my API for the non profit organization I'm running and finally found it! THANKS A LOT!
Glad it helped!
Thank you. I tried it and it worked. Very helpful !
Thank you for sharing this information. I am facing one problem can you tell me how to resolve that one , in my project I have used local machine paths while deploying what changes I need to do
I have localhost postgresql as the backend for my application how to deploy the flask app now,should I deploy the db separately and change the db uri .I am a bit confused can you guide me if possible
Thanks Mithun.😊😊 Very Nicely explained.
It worked !!!!!!!🎉 Thank you soo much brother❤
You're welcome!
Thank you sooo much sir!!
Thanks bro. It's working...
does this still works i have seen more then 3 videos which took hrs and they does not work now
Hey how do I connect my flask database
Hey bro did you deployed successfully
Thank you bhaiya, it helped a lot
Getting error : No open ports detected in Flask , please help
u dont have ports specified if __name__ == '__main__':
app.run(port=5001)
Please comment, Can we deploy with our custom domain name for free?
thanks bro it works
Welcome 👍
Thank you so much atlast
You're welcome 😊
hello , i deploy my file showig error , can you help me out
Bro project live hogya lekin site nhi khul re bhot der se load ho ra hh kya kroo ? Pymongo bhe use kia hh maine apne project mei
Did it worked ?? I also want to deploy a flask app that is using Mongodb ... Should I continue or is there a better way ??
thankssss alotttt
gunicorn not found error
add `gunicorn==19.9.0` to your requirements.txt file
now its showing [2024-03-06 16:42:38,533] ERROR in app: Exception on / [GET]though my app is working properly in my local system
@@osamaabdelmohsen5729
@@osamaabdelmohsen5729 it doesnt worked... any other way bro?
I added gunicorn==19.9.0 on my github and vs code requiremetnts.txt file
can you please make a video, how to host flask app integrated SQLite database on render for free
hey i can help you with that
how?@@chevulahaarvish4322
Idk so much about sqlite , but i have an app with postgre. In render i create the PostgreSQL and in the app i make the connections and set the classes. But a SQLite with the sql archive in the project folder i think u can just deploy or use Docker., idk
@@chevulahaarvish4322hey can you help me with that?
try using clever cloud as service for your db
Getting this error when try to deploy a Flask app which uses Open cv to acces Camera
Error:
WARNING
[ WARN:0@56.987] global cap_v4l.cpp:997 open VIDEOIO(V4L2:/dev/video0): can't open camera by index
[ERROR:0@56.987] global obsensor_uvc_stream_channel.cpp:159 getStreamChannelGroup Camera index out of range
Can you help through this?
Bro my deploy got failed. Please can you help?
ERROR: No matching distribution found for Flask==2.3.2 (from -r requirements.txt
Its hard to figure out whats wrong without looking at the code. But, try this. Check your requirements.txt make sure you put a a valid version number of the flask. May be this might work.😀
@@mithun-srinivas By default, Render is using Python 3.7 version. So, I've changed the environment variables
Key: PYTHON_VERSION value: 3.8.2
It worked! Anyway, thanks for the response.
@@Joyboy_1044_ Thank you so much, dude.