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

added dr details page #46

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

shrushti2000
Copy link
Contributor

No description provided.

@shrushti2000
Copy link
Contributor Author

@aashimgarg plz have a look at this and let me know where am I making a mistake.

@aashimgarg
Copy link
Contributor

aashimgarg commented Nov 18, 2020

@aashimgarg plz have a look at this and let me know where am I making a mistake.

what are the errors you are getting. Add a screencast too

@shrushti2000
Copy link
Contributor Author

@aashimgarg
ezgif com-gif-maker (2)
error

}
})
.catch((err) => {
console.log("error");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace the static error text with the err. so that it helps to debug us the error properly

method: "post",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer " + localStorage.getItem("jwt"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct the minor typo mistake too. add the inverted commas around Authorization

@shrushti2000
Copy link
Contributor Author

@aashimgarg After doing the above changes , I am getting this,
fetch_error

@aashimgarg
Copy link
Contributor

@aashimgarg
Copy link
Contributor

@shrushti2000 no need to push node-modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants