Skip to content
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

Fix cors problem in assets #289

Merged

Conversation

moonrailgun
Copy link
Contributor

If we use assets, and send OPTIONS(preflight) request for this assets
Its will return 404 because of its not match any action.

If we use assets, and send OPTIONS(preflight) request for this assets
Its will return 404 because of its not match any action.
@icebob icebob self-requested a review January 2, 2022 16:30
@moonrailgun
Copy link
Contributor Author

Hi @icebob , i try to fix ci problem and pass all test in my local env. Can you restart workflows again? thanks

@moonrailgun moonrailgun force-pushed the moonrailgun/assets-cors-preflight-req branch from 0b85f28 to a502b7e Compare January 8, 2022 11:24
@moonrailgun
Copy link
Contributor Author

Hi @icebob , i try to fix ci problem and pass all test in my local env. Can you restart workflows again? thanks

Sorry, i just pass integration tests before. my mistake.

Now i have pass all test case without platform encoding problem in window. Pls restart ci workflow again, thanks. (This problem not like appear in *uix system)
image

Copy link
Member

@icebob icebob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good some test to cover the new function.

@moonrailgun moonrailgun requested a review from icebob January 8, 2022 12:43
Copy link
Member

@icebob icebob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, thanks!

@icebob icebob merged commit 3880935 into moleculerjs:master Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants