Mohit Panjwani

Results 44 comments of Mohit Panjwani

You can either purchase white label module or ask someone in the community for help regarding this (Maybe try our discord server)

Hey there, You need to add 2 more environment variables on the .env file in order to verify your new domain. Please read the step 4 on the upgrade guide...

> This is still necessary for an original v6 install? These were already there and populated with the IP address as below. > > APP_URL=http://192.168.56.101 SANCTUM_STATEFUL_DOMAINS=192.168.56.101 SESSION_DOMAIN=192.168.56.101 > > No...

@darrylgibbs did you manage to get it working? Let me know if you are stuck.

This issue seems to be happening when you click on logout from one of the view pages. On view page, we have a watcher which fires whenever the route changes...

Hey, can you enable debugging by updating the .env file and change APP_DEBUG=true. After that should be able to see the error on chrome developer tools -> network tab.

Make sure that your APP_URL in the .env file is correct and also try running the the following command: `php artisan storage:link`

Hey @tamimibrahim17, did you update the timezone on the config or env file directly?

Thanks for the catch! We should fix this.