I just upgraded from 0.21.0 to 0.23.0 on my produc...
# community-help
e
I just upgraded from 0.21.0 to 0.23.0 on my production server, and I'm getting CORS errors in the browser. I've already had
TYPESENSE_ENABLE_CORS='true'
as an environment variable in the docker cli command. Any clue what I'm missing?
k
Can you try setting it as TRUE?
e
without single quotes, or with?
yep, that worked! thank you!
(without single quotes, but probably doesn't matter)
k
The code does upper case the value before checking so I wonder why it didn't work. Maybe because of the single quotes?