You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL error handling works if ran locally; however, the problem still exists on heroku. After testing the edge case locally, I realized that the string output is from an older update and not the latest. Therefore, I believe the issue resides in the main.py file when the render_template() function is ran.
The text was updated successfully, but these errors were encountered:
The URL error handling works if ran locally; however, the problem still exists on
heroku
. After testing the edge case locally, I realized that the string output is from an older update and not the latest. Therefore, I believe the issue resides in themain.py
file when therender_template()
function is ran.The text was updated successfully, but these errors were encountered: