sur950 / any_link_preview

A flutter Plugin/Package to show the preview of any web link that starts with HTTP/HTTPS. Mostly useful for application that had chat.
MIT License
70 stars 70 forks source link

CORS error in flutter web production #65

Closed yvdjee closed 9 months ago

yvdjee commented 9 months ago
image

Is there a way to solve this?

yvdjee commented 9 months ago

nvm, proxy is needed to bypass cors error.

MominRaza commented 4 months ago

@yvdjee Can you help me with same, how did you fixed it.

sunilguptasg commented 1 month ago

Basically you call a node.JS function (or Deno, or whatever) that performs the CORS redirect. You should be able to find the code to do this.