When I try to connect a sidebar plugin to my localserver (e.g. http://localhost:5173/) I constantly get a cors issue from the front network:
Request URL: http://localhost:5173/?auth_secret=ec16a8fd2f7765fc
Referrer Policy: origin-when-cross-origin
(blocked:other)
I followed the exact tutorial using vite, then tried again with nextjs: Same error in both cases. What am I missing?