metal_hurlant Member

Replies

  • Alright, last post to this thread I swear. If you understand what a userscript is and you're comfortable using them, here's one that will take you to the database search page when you focus the search bar on an "add food" pages, keeping you away from the broken bits. It's a tradeoff, as you'll need to adjust the day and…
  • Found a workaround. Instead of using the "Add Food" links in the diary that take you to /food/search and will ultimately fail, click on the "Database" link in the top sub-menu under the "Food" menu, then search and add your foods there. This will hit an endpoint that works and you'll be able to add foods to your diary that…
  • Same. The "add food to diary" buttons submits a POST to /food/add, which redirects to /accounts/login?callback=.../food/add, which loads a GET to /food/add with all the form data missing, which shows an outdated "page not food" error. So probably a bad authentication check in the /food/add handler or something.
Avatar