Ambrose
Ambrose
Make sure you have config/paystack.php Make sure you publish your configuration
When installing Remove :appearance="appearance" as it is throwing an error `Uncaught DOMException: Failed to execute 'postMessage' on 'Window': # could not be cloned.` Use this instead ``` ```
I had the same issue, what I did was to upgrade the version of the package
@xiCO2k Any ideas on how to fetch the lang file from a 3rd party url?
I made a work around using this In my `app.js` I only ran the setup after the language has been resolve. The api returns a key pair e.g ``` home.welcome_message:...
Hi @xiCO2k Thank you for always being available. I wish I had experience writing or adding features to packages, I would have made PR ðŸ˜
I am having the same issue. This is annoying Next: 14.0.4 ``` [ERROR]: !!! CustomerError: The size of the build output (306216844) exceeds the max allowed size of230686720 bytes. Please...
> Adding `rm -rf node_modules/canvas` to the build (amplify.yml) worked for me. > > i.e. > > ```yaml > version: 1 > frontend: > phases: > preBuild: > commands: >...
@dvamuch solution worked for me Change `url "https://github.com/jbboehr/php-psr/archive/v1.0.0.tar.gz"` To `url "https://github.com/jbboehr/php-psr/archive/v0.7.0.tar.gz"`
Why not just use this `noRemoteVideoView={ { const { attendee } = props; return ( {attendee.name} ); }; ```