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
Currently in the cdk deployment and in all lambda handlers the Allow-Origins headers are set to *. It should be localhost:3000 for local mode and app.takeniftynotes.net for production.
How
Change the header in the cdk api construct in cdk/rocketnotes.go and in all lambda-handlers in lambda-handler/.
The text was updated successfully, but these errors were encountered:
What
Currently in the cdk deployment and in all lambda handlers the
Allow-Origins
headers are set to*
. It should belocalhost:3000
for local mode andapp.takeniftynotes.net
for production.How
Change the header in the cdk api construct in cdk/rocketnotes.go and in all lambda-handlers in
lambda-handler/
.The text was updated successfully, but these errors were encountered: