I have successfully set up the project at https://food.premiumbusiness.in. However, I need to make some code changes, so I tried to run the project locally using npm run build. When I open the project on localhost, many options appear disabled, whereas everything works fine on the live site.
- MSAnswered
Hello,
Are you using same version on live and local installation? As I remember the previous version caused this issue and was fixed in the latest. Please check versions and let me know.
Thank you
- SBAnswered
I purchased this product 10–12 days ago, and it is running the latest version — v4.2.1. The issue is occurring in this version itself. I have attached the screenshot below for your reference.
Attachments - MSAnswered
Hello,
Yes, v4.2.1 is the latest version.
I tried to check this again the delete modal is showing up fine. You live site is working fine to but the localhost. I am not sure either might be related to dev. If you are running it with
npm run dev
then I suggest you try to buildnpm run build
it locally and check.Thank you
- SBAnswered
After running npm run build, the options have become disabled on the live site as well. Could you please check why this is happening? You can visit my live site here: https://food.premiumbusiness.in
My license been activated on the domain or on the IP? I changed my server yesterday, but the domain is still the same.
Could you please let me know whether the license is bound to the domain or the server IP? If it’s IP-based, that might be why it’s not working after the server change. Please check.
- MSAnswered
Hello,
It’s not license issue but build. Please try to edit the Modal component
resources/js/Jetstream/Modal.vue
and add z-index style likestyle="z-index: 999"
I have attached the screenshot for reference.Thank you
- SBAnswered
Thanks, it’s done. If I face any other issue, I will contact you.
- MSAnswered
I am glad to know. Thank you for updating
- Login to Reply