-
What is the approach with CORS on preview envs on nextjs? |
Beta Was this translation helpful? Give feedback.
Answered by
srindom
Dec 12, 2022
Replies: 1 comment
-
We have a PR up that will allow you to specify your CORS configuration using a Regex: #1935 Once that is merged you should be able to construct a regex that allows the preview URLs to get access. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fxmb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a PR up that will allow you to specify your CORS configuration using a Regex: #1935
Once that is merged you should be able to construct a regex that allows the preview URLs to get access.