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

Latest version (0.3.1) is broken #32

Closed
zhyupe opened this issue Oct 14, 2018 · 4 comments
Closed

Latest version (0.3.1) is broken #32

zhyupe opened this issue Oct 14, 2018 · 4 comments

Comments

@zhyupe
Copy link

zhyupe commented Oct 14, 2018

Buefy 0.7.0 introduced a breaking error for SSR in Upload component (buefy/buefy#1024). Therefore, all newly created projects will fail in building (see CI logs).

Please take down the latest version until they release the fix.

@jtommy
Copy link
Member

jtommy commented Oct 17, 2018

@zhyupe , the fix will be available in the next version (v0.7.1). But as workaround add this line to your file nuxt.config.js

// nuxt.config.js

global.File= typeof window === 'undefined' ? Object : window.File

...

@rikoz
Copy link

rikoz commented Nov 17, 2018

please fix this bug

@jtommy
Copy link
Member

jtommy commented Nov 17, 2018

It's fixed but we have to release new version but above there is a workaround

@jtommy
Copy link
Member

jtommy commented Nov 19, 2018

2fb856f

@jtommy jtommy closed this as completed Nov 19, 2018
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