We want www.requestyoracks.org to be able to connect to api.requestyoracks.org.
Current Behavior
The requests are failing due to invalid CORS settings:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.requestyoracks.org/places/30.274722,-97.740556. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
Possible Solution
Set the proper value in production settings for CORS_ORIGIN_WHITELIST.
Issue Type
Expected Behavior
We want www.requestyoracks.org to be able to connect to api.requestyoracks.org.
Current Behavior
The requests are failing due to invalid CORS settings:
Possible Solution
Set the proper value in production settings for
CORS_ORIGIN_WHITELIST
.Steps to Reproduce (for bugs)