goodmuyis

Results 10 comments of goodmuyis

Had same issue here Got fix [here](https://github.com/thedevdojo/chatter/issues/257#issuecomment-532145396)

Since you are working localhost creating a virtualHost to hold a domain will do OR use htaccess redirect ``` RewriteEngine on RewriteRule ^(.*)$ http://localhost:82/my-project/public/$1 [L,NE,R=301] ```

try to check routes or the content of web.php. basically CoreUI doesn't lock you out of testing all the pages without login. Also note that there are two middleware group...

Have you added the public key and secret key, to the env file?

@balakumarcgvak The screenshot does not provide enough information that will show the error you are getting. In your PaymentController.php add `dd($e->getMessage());` before the `return` statement (line 22), and you will...

[https://www.google.com/search?q=laravel+error+403](https://www.google.com/search?q=laravel+error+403) At this point, I am sorry I can help you if you are not willing to get the issue resolve. It looks like trolling when you kept repeating **review...

> This is not redirecting as its supposed to redirect , what might be the issue?, I have my secret and public key in my files correctly Still working here....

@habeeblht17 what is your Laravel version `Paystack::getAuthorizationUrl()->redirectNow();` The line above expects payment data in two ways 1=> Through the submitted form data, if this is your case use it like...

> [pwa-builder/PWABuilder#2196](https://github.com/pwa-builder/PWABuilder/issues/2196) > > please remove shorcude 2 with no icon in config What if you add an icon config to shortcut 2?

If you close the popup install it won't show again till the cache has been clear. Try incognito mode