URL is not minified
Olaleye-Blessing opened this issue · 1 comments
Olaleye-Blessing commented
Describe the bug
URL is not minified when minify button is clicked.
To Reproduce
Steps to reproduce the behavior:
- Go to URL MiniFy
- Input https://dev.to/
- Click on minify button
- Nothing is generated
Expected behavior
- There should be a result, at least the shortened URL instead of nothing.
Desktop (please complete the following information):
- OS: windows
- Browser: Brave
- Version: ---
Additional context
On checking the error message, I realized it was a CORS problem.
Possible Solution
Include https://minfy.xyz/ as part of the allowed origins. It's currently localhost
I will be happy to work on this
BRAVO68WEB commented
Go ahead @Olaleye-Blessing