yorkie-team / dashboard

Dashboard is an administrative tool that allows users to manage projects and documents with ease.
https://yorkie.dev/dashboard/
Apache License 2.0
20 stars 13 forks source link

Generating a document by <script> tag throws CORS Error #117

Closed iyu88 closed 1 year ago

iyu88 commented 1 year ago

Description:

When I generate a document by \<script> tag, CORS issue occurs like this.

스크린샷 2023-05-02 12 54 20

I used to create a document using \<script> tag, but since I used the same way in the latest version, the document was not generated. I tried 3 different yorkie-js-sdk versions.

0.3.4

https://user-images.githubusercontent.com/31645195/235577012-db57b9b9-0a85-425c-a01c-a246ea567afc.mov

0.3.3

https://user-images.githubusercontent.com/31645195/235577023-3cd8a17d-b443-4073-8eeb-28d8500a542e.mov

0.3.1

https://user-images.githubusercontent.com/31645195/235577035-827bab0f-a643-434e-bd96-5994c11ae5f9.mov

The Last two versions work fine. It works differently depending on the version, so I think it might be an issue of yorkie-js-sdk, not of the dashboard, but I'll post it here for now. I would appreciate it if you let me know if I need to move.

Why:

To generate a document using the Githubissues.

  • Githubissues is a development platform for aggregating issues.