Hello,
I am a paying customer of Replit, investing over $120 per month for their services. Despite this significant investment, I have encountered severe technical issues with my deployed applications, particularly related to Cross-Origin Resource Sharing (CORS). I have since corroborated these exact issues with other paying users who’s APIs are no longer functioning as they used to and are now blocked by CORS being stripped headers by the Replshield. These issues are not only impacting my ability to deliver functional APIs but are also causing me to lose trust in Replit as a reliable platform. Additionally, Replit’s customer support has been unresponsive to my repeated emails, leaving me feeling abandoned, so I have come to post the bug here, as I am sure there are thousands of affected users.
- Tested Locally:
- The API works perfectly on my local development server and replit development sever, confirming that the CORS configuration is correct and cross origin calls are allowed correctly.
- Deployed on Replit:
- After deployment, the same code fails on fetches work due to a CORS issue injected by Replshield temporary redirect.
On the off chance this is not a bug, please confirm you have been able to complete the above steps without being able to replicate the cors header stripping.