nebulapackage / nebula

Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
https://nebulapackage.com
227 stars 27 forks source link

Accessing UserResource simply give 404 #56

Closed rabol closed 3 years ago

rabol commented 3 years ago

Hi

Just tried to install Nebula using the the instructions: https://nebulapackage.com/installation

I then created a new 'UserResource' Registered the resource in the config file

http://test.test/nebula/resources/users

simply return 404

Larsklopstra commented 3 years ago

Not enough info. Please re-open the issue if you have a repository available or more information

johnpuddephatt commented 3 years ago

Same here – was an auth issue, switching to email based auth solved it. (on a side note I'm not sure why the default 127.0.0.1 in allowed_ips wasn't allowing me in as I'm on my local machine but I'll look into that separately).

Wasn't immediately obvious because I could access /nebula but not /nebula/resources/users

Posting this in case anyone else experiences the same problem.