Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typeorm.io is down #47

Closed
SunnyTam opened this issue Apr 8, 2021 · 3 comments
Closed

typeorm.io is down #47

SunnyTam opened this issue Apr 8, 2021 · 3 comments

Comments

@SunnyTam
Copy link

SunnyTam commented Apr 8, 2021

No description provided.

@LPeelen
Copy link

LPeelen commented Apr 8, 2021

Looks like there is an issue with your Vue.js. The whole site doesn't render at all.

@michaelbromley
Copy link

The cause is this line:

<script src="https://unpkg.com/vue-i18n/dist/vue-i18n.js"></script><!--node_modules/vue-i18n/dist/vue-i18n.js-->

It seems that linking to unpkg without specifying a version make it redirect to the newest version with the latest tag. vue-i18n seems to have just tagged v9.1.2 as latest:
image

This major version seems to have changed the file structure resulting in a 404

(index):40 GET https://unpkg.com/vue-i18n@9.1.2/dist/vue-i18n.js net::ERR_ABORTED 404
index.js:8 Uncaught ReferenceError: VueI18n is not defined
    at index.js:8
(anonymous) @ index.js:8

@SunnyTam
Copy link
Author

I think this issue no longer exists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants