Forums

Search feature returns blank page

Hi, New to PythonAnywhere. Cloned my git repo, installed all the DBs, etc. Site is working fine with full functionality except for the search feature. It works on my localhost but on PythonAnywhere, when I hit the search button it just goes to a blank page. No errors, no anything. Recently, I had an issue with geopy vincenty module, it wouldn't allow me to import it so I thought it had something to do with that so I installed an independent vincenty library (pip install --user vincenty) and the search feature still doesn't work. All other POST and GET routes on the site work fine but this one just returns a blank page. I can't figure it out for the life of me.

Any help?

How are you performing the search? Is there an indexing step you may have missed?