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
Setting the otp_host ansible environment variable to https://otp.gophillygo.org/ fails because CORS is not configured for that domain. However, setting the OTP host to the Cloudfront domain that https://otp.gophillygo.org/ points to does work.
Configure https://otp.gophillygo.org/ to allow CORS on AWS. This will allow for local development while pointing to the production OTP server, without needing to update the otp_host after each redeploy.
The text was updated successfully, but these errors were encountered:
Is this related to Access-Control-Allow-Origin is set to https://gophillygo.org? Having some difficulty understanding the failure and success behavior you're describing.
Setting the
otp_host
ansible environment variable to https://otp.gophillygo.org/ fails because CORS is not configured for that domain. However, setting the OTP host to the Cloudfront domain that https://otp.gophillygo.org/ points to does work.Configure https://otp.gophillygo.org/ to allow CORS on AWS. This will allow for local development while pointing to the production OTP server, without needing to update the
otp_host
after each redeploy.The text was updated successfully, but these errors were encountered: