satwikkansal / python_blockchain_app

A fully functional blockchain application implemented in Python from scratch (with tutorial).
819 stars 471 forks source link

URL not Found #35

Closed AkshaySarawat closed 4 years ago

AkshaySarawat commented 4 years ago

Hi Satvik,

I'm facing issue similar to issue 25 and 32. I'm running the server on port 8000 and the application on port 5000, when I enter some text on the app and click mine, it navigates to the URL--http://127.0.0.1:8000/mine which says URL not found. Can you please suggest how do I fix it?

I've attached screenshots for your reference.

![Uploading image.png…] Server

application

mine

satwikkansal commented 4 years ago

It's an FLASK_APP env variable issue (you're running the application on both the ports), check https://github.com/satwikkansal/python_blockchain_app/issues/34 or other similar issues in the repo.