Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Could not get product attributes #20

Open
shanAliKhos opened this issue Oct 3, 2020 · 1 comment
Open

Could not get product attributes #20

shanAliKhos opened this issue Oct 3, 2020 · 1 comment

Comments

@shanAliKhos
Copy link

No description provided.

@danykrass
Copy link

danykrass commented Jun 23, 2021

No description provided.

It's simple as hell, it's the author's mistake. Webpack build the js file in the global JS directory, not in the backend/js folder.
You need to change the path in the .blade templates attribute/edit.blade and product/edit.blade.
Replace the line:
src="{{ asset('backend/js/app.js') }}"
with this one:
src="{{ asset('js/app.js') }}"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants