Closed pksilen closed 3 months ago
The example does not work without adding CORS.
The following line is not correct: registry.addEndpoint("...");
It should be, e.g.: registry.addEndpoint("...").setAllowedOrigins("*")
Hi @pksilen. Thanks for the issue. I see this as a duplicate of #79. Let's continue the discussion there. I'll close this issue as a duplicate.
The example does not work without adding CORS.
The following line is not correct: registry.addEndpoint("...");
It should be, e.g.: registry.addEndpoint("...").setAllowedOrigins("*")