Hello i wanna ask i deployed my Laravel filament and i have 10 resources in filament and the project using CI/CD and have set the memory limit to 2048M but I still get a 500 server error when trying to access /admin. Does anyone know why?
this is my dockerfile
RUN echo "memory_limit=2048M" > /usr/local/etc/php/conf.d/99-custom.ini
I still get a 500 server error when trying to access /admin. Does anyone know why?
@zod3v Not really when a 500 error is a server error (i.e. an exception is being thrown by your application). You need to check your error logs to see what the problem is.