23 Replies
Shared Hosting is always trouble. Your server probably isn’t configured right but you provided not really much info so I can’t really help
share the issue.. maybe
ASSET_URL=your_domain.com
in the .env can solve thisthis is my app_URL sir
did you try assert_url without /public?
what is the error?
If your asset URL requires
public
then your setup is wrongsame error sir
without public
Your Document Root needs to point to
/public
. If Hostinger doesn't allow changing the Document Root you will be having a hard time with them
Other's were trying to run stuff on Hostinger. You might find some help if you search for that. But I would advise against itthanks for the reply sir
any suggestion sir for the best laravel deployment server ?
Usually you want VPS. I don't have any other experience
this is the error im facing now
is there a
hot
file in the public folder?yes there is
it should be deleted ??
Yes
Is that the correct URL?
Since I see that you are using:
https://gsacmarketing.com/admin
It should be that URL if that is the domain you're going to access the panel
Yes sir
same error?
There is a lot wrong in your .env.
APP_ENV should be production for starters
Sir thanks
The error is resolve
Also ensure you rotate the keys by using php artisan key:generate --force since the key is now public
Encrypted data will be lost
Keep that in mind
@Bryan ^^
Noted sir thanks