-
Notifications
You must be signed in to change notification settings - Fork 141
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
Relation Tabs disappeared #172
Comments
Sounds like an issue I found while doing production builds in #157, can you confirm? |
Strange. I’ll need to research this. Perhaps update the build settings. |
I'm currently unable to reproduce this locally with a fresh production build. But to hopefully fix this issue can you please do the following:
"require": {
"eminiarts/nova-tabs": "dev-improved-frontend-building"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/eminiarts/nova-tabs"
}
], Then run |
Can you take the instructions from my previous comment and see if that fixes it? |
Hi, your previous comment ( solution ) actually didnt work for me. |
the solution works fine with me, thanks a lot for supporting. |
I had the same issue and tried your instructions, sadly it did not seem to fix the issue. But it seems to be related to something that has been changed in Laravel Nova. I was running v3.28.2 and just updated it to the latest version (v3.31.0) which did the trick. The tabs are now being displayed again with version 1.5.0. |
@norhan-elnezamy @BertKooij Thanks for verifying this with me! I’ll release 1.5.1 today with the new dist files. @elizdlt202 If you’re running an older version of Nova, please update to the latest. |
Version 1.5.1 has been released to address this issue. An update to Nova may be required to fully fix this, unfortunately there's not much I can do about that. |
Thank you @RVxLab for your quick care on this! Much appreciated! |
@RVxLab |
Outside of publishing the assets on the latest Nova build I really don't know what else could fix this. Otherwise please provide a private repository with a minimal example as this is a ridiculously hard issue to reproduce. |
I 'm using the relation tabs and it was working fine. but suddenly it stoped without any change in code from my side, I expected it's related to the last released version so, I had to downgrade to version 1.4.6 and then it works fine again .
The text was updated successfully, but these errors were encountered: