andrewdwallo / erpsaas

A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.
MIT License
580 stars 166 forks source link

URL not found #28

Closed samee-sys closed 8 months ago

samee-sys commented 8 months ago

I installed without any error and able to access welcome page. When I click on login or any other page, it is giving 'The requested URL was not found on this server.' I am using php 8.2. I looked in adminpanelprovider and tried to access admin path, but same results. image

andrewdwallo commented 8 months ago

I have no clue what the issue is, but it has nothing to do with this application. This is something wrong with your server. Maybe it is configured incorrectly. Do some research.

andrewdwallo commented 8 months ago

One more thing to note. There is nothing inside the Admin Panel worth looking at yet. The main panel is the company panel.

Medsek233 commented 8 months ago

same problem url not found

mszabeh commented 8 months ago

same problem url not found

Medsek233 commented 8 months ago

do php artisan serve and it will work

mszabeh commented 8 months ago

do php artisan serve and it will work

tnx Mohammad. but why not work without php artisan serve 😉

andrewdwallo commented 8 months ago

@mszabeh Are you using Apache perchance? Is anyone here who is having the issue using Apache?

mszabeh commented 8 months ago

@andrewdwallo yes, I am using Apache.

andrewdwallo commented 8 months ago

@mszabeh Use Nginx instead and let me know how that works for you. I think that should fix it.

mszabeh commented 8 months ago

I am using in laragon (in local) and I don't have nginx setup in my system right now. Now, I am using php artisan serve in Apache and use the erpsaas.

andrewdwallo commented 8 months ago

Okay well whatever works for you but I believe setting up Nginx in Laragon is pretty easy.

andrewdwallo commented 8 months ago

Someone seems to have possibly found the solution for those of you who are experiencing a similar issue. I encourage you to give it a try and report back your results. Thanks! https://github.com/andrewdwallo/erpsaas/discussions/1#discussioncomment-7537349