I'm getting an error in my application when issuing an API call which works on my local machine and I believe it is something that I might have to modify to work on PA?
When going to travel.pythonanywhere.com/blogs/ for instance, it gives a ConnectionError. I'm hitting the API link which shows up in the error message to get a list of blogs. When going to the link directly (travel.pythonanywhere.com/api/v1/blog/) the data returns correctly.
Any idea why this would be happening? Is it something maybe related to needing to upgrade my account to issue requests programmatically? Thanks.