I was following the documentation and configured my local server as described in the manual.
I can see addon.json in my chrome browser with this url:
http://localhost:65432/addon.json
with Access-Control-Allow-Origin:*
but when I try to add it in addon manager, it says Construct 3 is unable to load the addon JSON.
Anyone knows how to solve this?
I use 'http-server' to run my server:
http-server -p 65432 --cors '*'