Skip to content

Issue Title: Application Error on NASA NEO API Endpoint #233

@KarthikIyer97

Description

@KarthikIyer97

Description:
When accessing the NASA Near-Earth Object (NEO) API endpoint using the following URL:

https://api.nasa.gov/neo/rest/v1/feed?start_date=2015-09-07&end_date=2015-09-08&api_key=DEMO_KEY

the application returns the following error:

"Application error: An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command heroku logs --tail."

Expected Result:
The API should return the NEO data for the specified date range in the correct JSON format without errors.

Actual Result:
An application error is displayed, preventing access to the expected data.

Impact:
This issue affects the availability of NEO data via the public API, potentially impacting developers and applications that rely on this data for research, educational, or operational purposes.

Suggested Action:
Check the server logs using the Heroku CLI command heroku logs --tail to identify the root cause of the issue and apply the necessary fixes to restore API functionality.

Priority: High

Feel free to use or adapt this issue report for logging purposes!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions