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

Because of Reference Error and CORS issue, UI is not rendering. #298

Open
1 task done
yeasin2002 opened this issue Jan 3, 2024 · 3 comments
Open
1 task done

Because of Reference Error and CORS issue, UI is not rendering. #298

yeasin2002 opened this issue Jan 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@yeasin2002
Copy link

Describe the bug

After opening the website I noticed that it is not loading, just then I checked on the console and it shows me that there are some problems.
For example, reference error which is breaking the app.

Expected behaviour

The site should not be broken. It should show results

Screenshots

image

Here UI is loading from last 5 minutes.
image

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@yeasin2002 yeasin2002 added the bug Something isn't working label Jan 3, 2024
Copy link

github-actions bot commented Jan 3, 2024

Hey @yeasin-2002 😃,

Thank you for raising an issue. Soon, the owner/maintainers will review it and offer feedback/suggestions.
Meanwhile if you enjoy contributing to the project, please consider giving it a star ⭐.

@Anandsg
Copy link
Owner

Anandsg commented Jan 3, 2024

Hi @yeasin-2002 yes CORS has blocked it's access to use header for external sites, though if you clone the project and run it is running fine without any CORS extensions but NETLIFY is blocking the cors header.

Will you able to fix it ?

@yeasin2002
Copy link
Author

Cors are not able to fix it from client side, to fix it you have to add Cors middleware in server side.
I would be able to fix it if you are using express server. Please share your server side code repo so that I can help you to fix it.

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

No branches or pull requests

2 participants