Forum Discussion
Anonymous
4 years agoNot applicable
Error: GET https://localhost:8080/assets/status 404 (Not Found)
Hi, I'm trying to create a new visual and for it I need to use a webpack.config.js for exclude node_modules. But when I start the project with webpack-dev-server (not pbiviz because it don't use the...
- Anonymous4 years ago
Hi Anonymous,
AFAIK, 404 error means these requests have referenced the wrong path of link/resource. According to your description and error messages, I think it means the project can't find out the specified resource which hosts in the assets folder.
If you want to invoke the external resource, you can take a look at the following link about similar requirements:
Solved: Including External Assets in Custom Visual (/Asset... - Microsoft Power BI Community
Regards,
Xiaoxin Sheng
Lalit_Krishna_S
3 years agoNew Member
Good Evening,
After running command "pbiviz start"
Go to this link in chrom https://localhost:8080/assets/
and then scroll down and click on "proceed without safety" option
and then go back to your report and click on developer visual option.