Stuart

Results 11 comments of Stuart

I am also running into this issue on a Mac. Tried explicitly adding web3 and the provider, but didn't resolve the issue for me. ``` ProviderError: Could not connect to...

For those that just connect Amplify to a github repo for simple hosting, I got it working with the following build settings... ``` version: 1 frontend: phases: preBuild: commands: -...

Any update on this since the Flutter Web stable release?

@peerwaya any update on this? It seems like multiple users are having the same issue. Any idea on how to resolve it?

@santiac89 @aress31 did either of you find a way to resolve this issue? I'm trying to call swapExactTokensForTokens from a contract, and I'm getting the same error 'TransferHelper: TRANSFER_FROM_FAILED'.

yup, absolutely. Try running `ng build --prod --deploy-url="/wp-content/themes/{THEME_DIRECTORY_NAME}/dist/"`

Hey Hussain, when you built for production, did you add a deploy-url? Production build command should look like ng build --prod --deploy-url="/wp-content/themes/{THEME_DIRECTORY_NAME}/dist/". Besides that, in the environment.prod.ts file, make sure...

This is kind of odd. Maybe in the deploy URL, try using the full path for localhost? You can also check the dist folder the build creates. Inside of index.html,...

Hey, I just tried to replicate this using MAMP, and still couldn't get it to break. Just setting the path in environment.prod.ts and adding the --deploy-url to the build and...

Creating a new OP_RETURN operation type sounds good to me.