So i uploaded my repository and it's linking me to the pages, but I get an error from forge that it cannot deploy my project. "SQLSTATE[HY000] [1045] Access denied for user 'forge'@'ip_address' (using password: NO) ".
I have access to the ssh already.
Also when I run "php artisan migrate" I get "could not open input file artisan".
Any suggestions?
I think now it's connected to the database but now it doesn't show the page after I was redirected from the register page.
Do I need to modify my routes somehow?
@vitorarjol Yes, the routes are just not working, only the default routes that comes with laravel are working. I know that because I was able to login so I'm constantly being redirected to a certain page that doesn't show up.
@vitorarjol The route:clear didn't work, I did exactly like you in the environment. on what file can I set the APP DEBUG?
Becaue I don't have the .env file anymore