moleculerjs / moleculer-web

:earth_africa: Official API Gateway service for Moleculer framework
http://moleculer.services/docs/moleculer-web.html
MIT License
291 stars 119 forks source link

Fix cors problem in assets #289

Closed moonrailgun closed 2 years ago

moonrailgun commented 2 years ago

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

moonrailgun commented 2 years ago

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

moonrailgun commented 2 years ago

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