Closed lukeberry99 closed 4 years ago
The proxy doesn't work after npm run build but does work when running npm run start - we've tried setting it explicitly
npm run build
npm run start
return <ReactTinyLink cardSize="small" showGraphic={ true } maxLine={ 2 } minLine={ 1 } url={ link } proxyUrl="https://cors-anywhere.herokuapp.com" />
As well as leaving it as the default, and it doesn't work in either configuration.
Cheers for the help
Hi @lukeberry99 Appreciated for opening issue. I will look into it
Hope the issue has been resolved,Please feel free to reopen if any issue comes up.
The proxy doesn't work after
npm run build
but does work when runningnpm run start
- we've tried setting it explicitlyAs well as leaving it as the default, and it doesn't work in either configuration.
Cheers for the help