First time building a Chrome extension, doing it with Next JS, while requiring chrome Storage to store a URL, and a remote API route.
I have followed documentation, tutorials such as https://swizec.com/blog/building-browser-extensions-with-nextjs/, but I am still blocked when trying to access the API route:
index-edac6fa049906610.js:1 Error submitting URL: TypeError: Failed to fetch, tried with Axios and I get an network error.
I have well set up my next.config.js file to open the remote API.
Would anybody faced such a use case?
Thanks for the help!
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/2d2bf70a-475a-4959-b28f-312caa81de00n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/8cc1b95a-35d8-4d2e-a620-754fdb9691c6n%40chromium.org.