Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] List Operation does not get populated with information (no rows in table) #3716

Closed
MohaMBS opened this issue May 16, 2021 · 6 comments
Closed
Labels

Comments

@MohaMBS
Copy link

MohaMBS commented May 16, 2021

Bug report the crud does not work

What I did

Just genereated the crud.

What I expected to happen

The crud would have to come out correctly

What happened

The crud just fail
Captura de pantalla 2021-05-16 150926
what would be the solution?

What I've already tried to fix it

Installing from scratch, modifying configuration files

Backpack, Laravel, PHP, DB version

LARAVEL VERSION:

v8.41.0@05417155d886df8710e55c84e12622b52d83c47c

BACKPACK VERSION:

4.1.44@42b837deb11870399e63310817b7e50b82570ed
###Mysql
Ver 15.1 Distrib 10.4.18-MariaDB, for Win64 (AMD64), source revision 53123dfa3e365138591fd2f160c6057aca00a3e6
When I run php artisan backpack:version the output is:

@MohaMBS MohaMBS added the triage label May 16, 2021
@welcome
Copy link

welcome bot commented May 16, 2021

Hello there! Thanks for opening your first issue on this repo!

Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that.

Backpack communication channels:

  • Bug Reports, Feature Requests - Github Issues (here);
  • Quick help (How do I do X) - Gitter Chatroom;
  • Long questions (I have done X and Y and it won't do Z wtf) - Stackoverflow, using the backpack-for-laravel tag;
  • Showing off something you've made, asking for opinion on Backpack/Laravel matters - Reddit;

Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.

Thank you!

--
Justin Case
The Backpack Robot

@tabacitu
Copy link
Member

@MohaMBS what does your Network tab look like, in your Chrome DevTools? That's where you can see the AJAX request being made to populate the table with actual information. And that's where you should see a failing request, and if you click it it will give more information about what went wrong.

@MohaMBS
Copy link
Author

MohaMBS commented May 17, 2021

@tabacitu Now its working with out reason

@pxpm
Copy link
Contributor

pxpm commented May 18, 2021

Nice to hear that it's working, it was probably some cache issue or something alike.

I am going to close this, thanks!

Best,
Pedro

@pxpm pxpm closed this as completed May 18, 2021
@MohaMBS
Copy link
Author

MohaMBS commented May 25, 2021

The solution was just start the serve with the next command
php artisan serve

@MohaMBS
Copy link
Author

MohaMBS commented May 25, 2021

Nice to hear that it's working, it was probably some cache issue or something alike.

I am going to close this, thanks!

Best,
Pedro

It was my mistake, I needed to execute the following command but thanks!

´´´ php artisan serve ´´´

@tabacitu tabacitu changed the title [Bug] [Bug] List Operation does not get populated with information (no rows in table) May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants