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

FIX: data fetch request is send to backend without user logedin causes error is solved #258

Closed

Conversation

Chetan-Jalandharia
Copy link
Contributor

Description

When page first render on browser some functions send req to server with token which is not generated and giving an error and page is not rendering. Also in userContext page req is sending with token.
Now the problem is solved by adding some validation checks for token and then req is send to server and all pages are working.

Resolves: #257

I certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request.

Copy link

vercel bot commented May 29, 2024

@Chetan-Jalandharia is attempting to deploy a commit to the swapnilsingh99's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Great job, @Chetan-Jalandharia! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

@Chetan-Jalandharia Chetan-Jalandharia closed this by deleting the head repository Sep 20, 2024
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.

BUG: NULL data is send at backend when webpage will load which causes Error and page will not render
1 participant