devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
682 stars 188 forks source link

Notification Issue #100

Closed rjrochak closed 7 months ago

rjrochak commented 7 months ago

Hi Helper Team,

I am facing an issue where, after clicking on any notification, the URL changes to localhost. and How can we setup the application in shared hosting (hostinger). Please help!

Thanks

mihaisolomon commented 7 months ago

Hey,

Check in .env file to see if you have set up the application url

APP_URL=http://localhost:8000

If you change with your application url should be okay.

mihaisolomon commented 7 months ago

If there are issues reopen this.