Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching Data from Online JSON File #1

Closed
7 tasks done
pratikkabade opened this issue Feb 22, 2024 · 0 comments · Fixed by #2
Closed
7 tasks done

Fetching Data from Online JSON File #1

pratikkabade opened this issue Feb 22, 2024 · 0 comments · Fixed by #2
Assignees
Labels
bug Something isn't working

Comments

@pratikkabade
Copy link
Owner

pratikkabade commented Feb 22, 2024

Description

Currently, we are facing difficulties in fetching data from an online JSON file hosted on GitHub (or any other site). This issue is hindering our ability to retrieve and utilize the necessary data for our application's functionality.

Problem Statement

The specific challenges we are encountering include:

  1. Accessing the JSON File: We are unable to access the JSON file hosted on GitHub (or another site) programmatically.
  2. Fetching Data: Despite attempts to fetch data using various methods (e.g., HTTP requests, JavaScript libraries), we are not receiving the expected response or encountering errors, especially CORS Error

Tasks

  • Uploading the JSON file to a web server for hosting
  • Fetching the file
  • Preventing the occurrence of CORS errors
  • Remove existing local JSON data
  • In the tutorials section, replace the addition of JSON data with a URL
  • Modify the add data modal as required
  • Display the necessary content
@pratikkabade pratikkabade added the bug Something isn't working label Mar 2, 2024
@pratikkabade pratikkabade changed the title Difficulty Fetching Data from Online JSON File Fetching Data from Online JSON File Mar 2, 2024
@pratikkabade pratikkabade self-assigned this Mar 2, 2024
@pratikkabade pratikkabade linked a pull request Mar 4, 2024 that will close this issue
@pratikkabade pratikkabade changed the title Fetching Data from Online JSON File [BUG] Fetching Data from Online JSON File Mar 12, 2024
@pratikkabade pratikkabade changed the title [BUG] Fetching Data from Online JSON File Fetching Data from Online JSON File Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant