getting error when trying to access admin panel
Hi,
My admin panel had previously been working. Today I deleted an item from my database (softly) from the filament panel. The database still looks good in table plus. However, when I go to the
/admin
url, I get the error message in the screenshot. What can I do?
This seems to be pretty nondescript and also outside of anything I developed to me. Any pointers appreciated!4 Replies
Looks like a dd() function
Lol, thanks.
In case you were serious: I added the dd() because It didn’t write anything to the logs and I wanted to at least get a stack trace
Oh okay yeah i understand haha it was serious😂
To clarify, because I was on mobile before: I ahve custom error handling (still writing to laravel.log, though), which should log (
$this->reportable()
) and display a generic error page ($this->renderable()
). This works fine for a wide variety of errors, but this one does not write anything to the log.
now of course, if someone were to look up what error 403 is, they'd be able to figure out that they were logged in with the wrong user...
jfc...
Now I feel stupid...