Error https://unpkg.com/[email protected]/dist/jquery.min.js?2cf9781e142f #1321
Replies: 5 comments 5 replies
-
I can see you're experiencing issues with Basset in your Backpack installation. This appears to be related to CDN asset loading problems that have been reported by other users as well. The IssueThe error you're seeing with unpkg.com links is a known issue where some CDNs refuse to serve links with query parameters (like the SolutionsHere are some steps to resolve this issue:
If you're still experiencing issues after these steps, it might be related to your specific environment setup. Some users have reported needing to run For production environments, remember that you should always run Let me know if these steps help resolve your issue! ℹ️ 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: Basset error on "php artisan backpack:install" |
Beta Was this translation helpful? Give feedback.
-
Please help! |
Beta Was this translation helpful? Give feedback.
-
Hello. We are aware of the current issue with unpkg :( So we’re already working on Basset v2. It will make it much easier to swap assets without touching views, support local caching and pushing to production. Meanwhile, can you add This will force caching the assets locally and server from the local cache. Cheers! |
Beta Was this translation helpful? Give feedback.
-
I think an important step is that Backpack actually should stop relying on unpkg. There are times when it gets unbearably slow. Instead we should be able to migrate over to something like cdnjs |
Beta Was this translation helpful? Give feedback.
-
This is fixed in our last version, you can check here Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Please help.
We have error https://unpkg.com/[email protected]/dist/jquery.min.js?2cf9781e142f
https://prnt.sc/EtZvjpWtmcL7
We use BASSET_DEV_MODE=true
If we change setting to BASSET_DEV_MODE=false, we have some different errors in console
https://prnt.sc/a0H0mI9_eh0i
https://prnt.sc/VY6_yAPnpE_M
And others
We use php artisan basset:cache - but it not helps.
Please help
Beta Was this translation helpful? Give feedback.
All reactions