devtools buttons not working after install in the sub folder #1299
Replies: 4 comments
-
Based on the information provided in the knowledge sources, it appears that you're experiencing an issue with Backpack DevTools in a subfolder installation. This is a known problem related to Livewire's asset loading in non-root path installations. Here's how you can address this issue:
If you're still experiencing issues after these steps, it could be related to how your server is configured to handle the subfolder installation. In that case, you might need to adjust your server configuration to properly route requests to your Laravel application. For more detailed information on this issue and potential solutions, you can refer to these discussions:
If these steps don't resolve your issue, you might want to consider moving your project to the root folder of your web server, as some users have reported this as a solution to similar problems. ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: DevTools|Support |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello @itdonline You need to publish livewire assets and set "asset_url", because "livewire.js" is not loading correctly.
After this try with
Follow this link with details on installation in subfolder. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My laravel project running under subfolder of webserver. After devtools is completety installed to the project then devtools in the admin page are working but all the button to add column & add relationshiop are not working
After that I have config file config/livewire.php 'asset_url' =>'subfolder' but it still not working.
Please kindly support, many thanks
Beta Was this translation helpful? Give feedback.
All reactions