MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
https://vue-concurrency.netlify.app/
MIT License
350 stars 15 forks source link

Docs website is not accessible #11

Closed WaldemarEnns closed 4 years ago

WaldemarEnns commented 4 years ago

Problem

The page, which the link in the README.md file refers to as the documatation, is not working:

How to reproduce

Solution proposal

I don't know - I would be happy if the docs-page would work! :)

MartinMalinda commented 4 years ago

Huh, thanks for reporting @WaldemarEnns ! It's working for me but I'm investigating. Any info about your OS / Browser would be appreciated.

WaldemarEnns commented 4 years ago

@MartinMalinda

Browser and OS:

Google Chrome | 83.0.4103.116 (Official Build) (64-Bit)
OS | macOS Version 10.15.4 (Build 19E287)

Screenshot: Bildschirmfoto 2020-07-06 um 13 43 47

Bildschirmfoto 2020-07-06 um 13 44 58

MartinMalinda commented 4 years ago

It could be some kind of SSL issue with Netlify I suppose. I reported it further and I hope I'll get some answers. Thanks a lot for the report.

Meanwhile I guess some kind of proxy could help... or cloning this repo and running npm install && npm run docs:dev :)

WaldemarEnns commented 4 years ago

@MartinMalinda Your'e welcome! Thanks for the great repo! :)

I have cloned the repo and started the docs in dev mode already 👍

MartinMalinda commented 4 years ago

Apparently it was a temporary issue an it should be fixed by now:

https://community.netlify.com/t/site-not-accessible-for-certain-users-http-vue-concurrency-netlify-app/18264/3

WaldemarEnns commented 4 years ago

Thanks for the information! Currently it is still not available for me, I will check it again in the evening 👍

MartinMalinda commented 4 years ago

Huh, on the community forums they say it should be fine, but I'll keep this open just in case someone else experiences this.

MartinMalinda commented 4 years ago

Closing. Let's hope it was some rare Netlify glitch that won't happen again.