You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Here UI is loading from last 5 minutes.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
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 ⭐.
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.
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.
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
Here UI is loading from last 5 minutes.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: