Internal Server Error
aavendan
HOBBYOP

a year ago

I got "Internal Server Error" at

def index(request):
    
    current_url = request.build_absolute_uri()
    url = current_url + 'api/v1/landing'
    
    #here
    contents = urllib.request.urlopen(url).read()
    
    
    response_dict = json.loads(contents)
    
    
    return render(request, 'main/index.html', response_dict)
Solved

1 Replies

brody
EMPLOYEE

a year ago

Hello,

This would be an application level issue that we would not be able to provide support for.

Have you checked your deploy logs for errors?


Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

6 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 6 months ago


Loading...