Isaac Oluwatemilorun

Results 8 comments of Isaac Oluwatemilorun

I'm having this same issue, even after publishing to an Apache server. Files are loading correctly when viewing the network, but a blank page is just shown. Please help.

You can create a middleware for this and use the `Resolver.withMiddlware()` method. ```js // ./permissions.middleware export const CheckPermission: (permission: string) => ResolverMiddleware = ( p ) => async (next, s,...

Also having this issue running `yo jhipster-docker` ``` TypeError: this.getJhipsterAppConfig is not a function at module.exports.readConfig (/Users/usr/.config/yarn/global/node_modules/generator-jhipster-docker/generators/app/index.js:18:47) at Object. (/Users/usr/.config/yarn/global/node_modules/generator-jhipster/node_modules/yeoman-generator/lib/index.js:976:25) at /Users/usr/.config/yarn/global/node_modules/run-async/index.js:49:25 at new Promise () at /Users/usr/.config/yarn/global/node_modules/run-async/index.js:26:19 at runLoop.add.once.once...

When I build my app with `flutter build apk --release --obfuscate --split-debug-info=build/app/outputs/symbols` I get 3 files in `build/app/outputs/symbols` after the build is completed; ![Screenshot 2024-01-30 at 08 13 23](https://github.com/flutter/flutter/assets/20941086/e195735a-7a4b-4330-9804-49e32652f2fe) I...

> When I build my app with `flutter build apk --release --obfuscate --split-debug-info=build/app/outputs/symbols` I get 3 files in `build/app/outputs/symbols` after the build is completed; > > ![Screenshot 2024-01-30 at 08...

Just went through your code and disabled the `default params` check so i can proceed and i got another error `{ status: false, message: 'Invalid transaction reference' }` I discovered...

#30 @Subomi just did... check it out.

@Subomi i just wrote a different module and attached it to the core paystack. Same implementation with all other resource. But can you please point out where the compatibility failed?