Replies: 1 comment 9 replies
-
very random suggestion: can you try using single quotes instead of double quotes on the regex? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
docker-compose.override.yml
with thisUsing this Docker container,
--cors-allow-origins-regex
does not seem to work. Browser requests receive an invalid CORS error. But switching to the--cors-allow-origins=*
version does work.I tested the same regex command on the ordinary A1111 repository (using Windows cmd.exe) and it works. Requests don't fail the CORS check.
I'm out of ideas, so I'm posting here for advice. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions