-
**Describe the bug/problem**
I wanted to update metadata of a book. pressed edit and then "Fetch metadata". Found a match and choosed then i got the following error when i pressed Save button.
…
-
Description: This task involves setting up the foundational Flask server for our Nomic game application. The goal is to create a simple yet scalable backend structure that will serve as the backbone f…
-
As a developer, I should be able to link my portfolio to a simple flask server and show it to users
- Use Flask
In a browser when i type ''http://localhost:5000/' i should see my portfolio.
-
Dont use flask-development server, due to multiple issues.
Make it runable in the Internet with a stable backend
-
I tried using Python 3.12 and 3.10 using virtual environment but was unable to run the app. It says unable to import Flask even though all dependencies are installed.
-
When the Pi is in AP mode, after I connect to it via Wifi, the «Wifi Settings» is not opening up. Therefore I'm not able to add the Wifi Credentials.
See Video: https://share.icloud.com/photos/092H…
-
It's not recommended to use Flask's dev web server in production.
Replace it with a proper one.
-
Hi,
I have built a Flask server that sends requests to Celery workers to run transcriptions. I do this because the files could be long and I do not want the client to be hanging.
At the moment, …
-
-
**Is your feature request related to a problem? Please describe.**
When hooking a Dash app into an existing Flask server, I want to configure the app's route prefix at server run time. Having to se…