BRAVO68WEB/url-minify

URL is not minified

Olaleye-Blessing opened this issue · 1 comments

Describe the bug
URL is not minified when minify button is clicked.

To Reproduce
Steps to reproduce the behavior:

  1. Go to URL MiniFy
  2. Input https://dev.to/
  3. Click on minify button
  4. Nothing is generated

Expected behavior

  1. There should be a result, at least the shortened URL instead of nothing.

Screenshots
Screenshot (356)

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