nova-scheduled-jobs icon indicating copy to clipboard operation
nova-scheduled-jobs copied to clipboard

Laravel 9 and Nova 3 Not Loading

Open jamespavett opened this issue 2 years ago • 3 comments

Hello,

I seem to have an issue when running Nova 3 and Laravel 9. Due to version 5 of this package requiring Nova 4, I am still on version 4.

image

Both schedule jobs card / tabs just show a loading icon that never resolves with any data.

Looking at the response, the server is getting a 502 error:

image

Not sure if there's any guidance or support you can offer. As I only have a problem with this package, no others.

jamespavett avatar May 23 '22 10:05 jamespavett

I had same issue, for me it was a server warning when loading that view.

 PHP Warning: Private methods cannot be final as they are never overridden by other classes in ...

Search an replace in the package directory in vendors folder, for "final private" to "private" temporarily solved it for me.

silentpatrik avatar Oct 12 '22 12:10 silentpatrik

Hi,

try https://github.com/stepanenko3/nova-cards

stepanenko3 avatar Oct 12 '22 12:10 stepanenko3

Hi,

try https://github.com/stepanenko3/nova-cards

same issue as here since same underlying code is used. I have created a pr for that in other repo.

silentpatrik avatar Oct 19 '22 21:10 silentpatrik

@jamespavett There is either an issue with one of your scheduled jobs or this package may not support how one of them is configured for version 5. Can you share your configured scheduled jobs code, or share the error your seeing in the console and logs?

llaski avatar Dec 04 '22 13:12 llaski

Closing out as have had no response for 3 months. Feel free to reopen if needed.

llaski avatar Mar 09 '23 03:03 llaski