Describe the bug
Get721Voucher and Get1155Voucher are not working correctly on a WebGL build, I get a CORS error on https://lazy-minting-voucher-signer.herokuapp.com/voucher721?receiver=0xabed4239e4855e120fda34adbeabdd2911626ba1 endpoint
To Reproduce
Steps to reproduce the behavior:
- Add the VoucherMinter721 or VoucherMinter1155 prefab on SampleScene
- Build and run with WebGL
- After build finishes, do the login connecting to a wallet on the browser
- Click on Get Voucher Mint 721 (or 1155)
- See console error
Expected behavior
Voucher is generated and the user needs to sign the transaction on his wallet
Screenshots

Desktop (please complete the following information):
- Chainsafe SDK version: [latest]
- Unity Platform: [WebGL ]
- Unity version [2022]
- OS [Mac]
Additional context
Access to fetch at 'https://lazy-minting-voucher-signer.herokuapp.com/voucher721?receiver=0xabed4239e4855e120fda34adbeabdd2911626ba1' from origin 'http://localhost:50437' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Describe the bug
Get721Voucher and Get1155Voucher are not working correctly on a WebGL build, I get a CORS error on
https://lazy-minting-voucher-signer.herokuapp.com/voucher721?receiver=0xabed4239e4855e120fda34adbeabdd2911626ba1endpointTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Voucher is generated and the user needs to sign the transaction on his wallet
Screenshots

Desktop (please complete the following information):
Additional context
Access to fetch at 'https://lazy-minting-voucher-signer.herokuapp.com/voucher721?receiver=0xabed4239e4855e120fda34adbeabdd2911626ba1' from origin 'http://localhost:50437' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.