Hello,
I am Roshan Ramani from India. I recently built a web chat application backend and was looking for design inspiration across GitHub. However, when I tried to register on your website, I encountered the following errors:
Errors Encountered:
CORS Policy Block
Access to https://rose-chat-backend.herokuapp.com/api/v1/users/checkAvailability and https://rose-chat-backend.herokuapp.com/api/v1/register has been blocked due to a missing Access-Control-Allow-Origin header.
The error suggests that cross-origin requests from https://rose-chat-client.netlify.app to https://rose-chat-backend.herokuapp.com are being denied.
Failed Resource Loading
The requested resources failed to load, causing net::ERR_FAILED errors.
JavaScript Errors
TypeError: Cannot read properties of undefined (reading 'data')
This likely occurs because the API request fails due to CORS issues, and the response is undefined.
Hello,
I am Roshan Ramani from India. I recently built a web chat application backend and was looking for design inspiration across GitHub. However, when I tried to register on your website, I encountered the following errors:
Errors Encountered:
CORS Policy Block
Access to https://rose-chat-backend.herokuapp.com/api/v1/users/checkAvailability and https://rose-chat-backend.herokuapp.com/api/v1/register has been blocked due to a missing Access-Control-Allow-Origin header.
The error suggests that cross-origin requests from https://rose-chat-client.netlify.app to https://rose-chat-backend.herokuapp.com are being denied.
Failed Resource Loading
The requested resources failed to load, causing net::ERR_FAILED errors.
JavaScript Errors
TypeError: Cannot read properties of undefined (reading 'data')
This likely occurs because the API request fails due to CORS issues, and the response is undefined.