Ben
Ben
I'm experiencing this too. I have a valid URL from AWS S3, which fetches fine when pasted in the browser. But when Doc Viewer tries to make the request, it...
> > I'm experiencing this too. I have a valid URL from AWS S3, which fetches fine when pasted in the browser. > > But when Doc Viewer tries to...
Same here, impossible to get any file from S3, no matter it's file type, it always ends with CORS errors.
> Just to check if the issue remains active or it is resolved? Issue still exists, after running `npm install` I get the following error: ```bash npm ERR! code ERESOLVE...
Perfect thank you! 🙌
Actually, I should have mentioned this is for client-side, the serializer can't be used in browser: ```ts const tx = new Transaction({ serializer: new CSLSerializer(), initiator: wallet, }) ``` ```bash...
> Can you try `1.6.4` see if the issue persists? I upgraded to the latest: ```json { "@meshsdk/core": "^1.6.9", "@meshsdk/react": "^1.6.9" } ``` I can't create a new TX at...
I'm now using the following version: ```json { "@meshsdk/core": "^1.6.12", "@meshsdk/react": "^1.6.12" } ``` Still unable to use `AppWallet` as initiator in `new Transaction`.
> Just checked the class type signature, `AppWallet` is no longer a `IInitiator`, please use `MeshWallet` instead (same way of initiating) Thanks that worked!
I'll add this to the new UI, created a Notion ticket [GEN-1966](https://www.notion.so/keyval/Forms-press-enter-do-submit-1545ac7207b180b7a09bd9bfb8069681?pvs=4).