ucsd-ccbb / qiimp

Web application to collect metadata specifications from an experimenter and produce metadata input files with appropriate constraints
3 stars 7 forks source link

Remove need to put trailing slash at end of subfolder in url in order for tornado handler to recognize it #181

Open AmandaBirmingham opened 5 years ago

AmandaBirmingham commented 5 years ago

Because that is just a terrible booby trap. Or at the absolute very least, document it in install instructions. (But really, it should be fixed!)

Low priority because it only affects people running QIIMP stand-alone rather than through Qiita.

AmandaBirmingham commented 5 years ago

From Charlie:

Amanda and I noticed today that visiting Qiimp's root page (e.g. 'http://localhost:8898/qiimp') will result in a 404 error. The browser must append a trailing slash ('/'), in order to reach the root page.