-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The OrchardCore.Cors
module seems to be broken.
#15485
Comments
relate :#15416 (comment) |
I remember this was a problem a year ago, but it was fixed, and now it's back |
Could you please submit a PR? I remembered there was a PR related to CORS, I'm not sure if it's the main reason for this issue |
Sorry, it was hardcoded in my 'Program.cs' file and I haven't found the real reason yet. |
I'm trying to locate the problem, |
Using the following recipe test, it turns out that this problem does not exist in the OC source code, the problem may be in my custom code, I need to check where is incompatible with the existing code. Here is my recipe |
Happy to hear that |
The
OrchardCore.Cors
module seems to be broken.After adding the following code in Program.cs, the cross-domain access works fine
The text was updated successfully, but these errors were encountered: