Unable to open popup. file not found error
zubairkhakwani opened this issue · 2 comments
I am trying to create an extension when i create a new project using tempalte and upload to chrome extension after publishing it shows this page
i am trying this from tomorrow but unable to make it work.
i am using manifest v3 and dotnet 7 preview version, In dotnet 6 project it's loading assemblies from framework folder but in dotnet 7 it's trying to load from _framework folder.
can you please upload a working example of extension with popup page. Thanks
I have just tried with the latest version of template, it works fine. Are you using the latest .Net 7 rc1 SDK? If yes, are you able to share a reproducible project with the build output?
Edit: are you loading the unpacked extension from the browserextension
directory?
I have just tried with the latest version of template, it works fine. Are you using the latest .Net 7 rc1 SDK? If yes, are you able to share a reproducible project with the build output?
Edit: are you loading the unpacked extension from the
browserextension
directory?
Thank you for the reply, and sorry I was copying it from the publish folder path, after reading your comment about browserextension and I tried again it works. Thanks.
and really cool template would love to create extensions from it. Thanks for amazing work.