menukaonline / goindex-extended

A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
https://demo.dudoo.workers.dev
MIT License
442 stars 252 forks source link

README issue #36

Closed james131989 closed 2 years ago

james131989 commented 2 years ago

Index works fine without README or HEAD after adding both or either one of them, it keeps loading and doesnt work it was fine few days ago plz fix it

menukaonline commented 2 years ago

If it doesn't contain any sensitive data, could you share the link to the index(live version)?

and also, please provide me the worker code without these(any sensitive) values: [client_id, client_secret, refresh token, crypt password, and root ids]

I just want to review your settings. You can use https://gist.github.com to share your worker code

xkoti commented 2 years ago

Just yesterday, the site is stuck at loading when rendering of README or HEAD is true and it won't render either. Tested to just put "Test Header" in HEAD.md but same result.

V1.4.0

menukaonline commented 2 years ago

Fixed!

Please use the latest index.js file.

The problem was occurred due to the changes in the library used for rendering markdown: https://github.com/markedjs/marked/releases/tag/v4.0.0

xkoti commented 2 years ago

Fixed!

Please use the latest index.js file.

The problem was occurred due to the changes in the library used for rendering markdown: https://github.com/markedjs/marked/releases/tag/v4.0.0

I tested it in v1.4.1 and its fixed. @cheems could you please add add icons to todo list 😁

Thanks