Giter VIP home page Giter VIP logo

Comments (11)

kifirkin avatar kifirkin commented on April 19, 2024

Yes, you are right. Look at your browser console, there are few errors left, after upgrading to meteor 0.8.0 :)

from reaction.

aaronjudd avatar aaronjudd commented on April 19, 2024

Actually it should be working, I removed all the default data, so you should see only one product, and only if you are logged in. To ensure you are starting clean, do:

./bin/reset

Then login as [email protected]/ongo1. You should be able to create products from there.

from reaction.

ViktorNova avatar ViktorNova commented on April 19, 2024

I am having a blank screen as well, with fresh update, even after a reset (though browser does ask for my location)

from reaction.

aaronjudd avatar aaronjudd commented on April 19, 2024

Are there any errors in the console (either in terminal or in browser?)

from reaction.

aaronjudd avatar aaronjudd commented on April 19, 2024

current code should be running ok in Meteor 0.8 - (there are tickets open for the remaining things I am working on), but you should at the very least see the navigation and sign in links.

from reaction.

kifirkin avatar kifirkin commented on April 19, 2024

Hi! I just try out new version and have this error:
=> Errors prevented startup:

While building package cfs-upload-ddp:
error: no such package: 'cfs-ejson-file'

from reaction.

aaronjudd avatar aaronjudd commented on April 19, 2024

Hmmm, that's a dependency of https://github.com/CollectionFS/
and should be auto installing (looks like it's trying to)

perhaps, try doing (in the reaction root)

mrt update

See if there are any errrors from Meteorite, then trying running again.

from reaction.

GinoToo avatar GinoToo commented on April 19, 2024

already done the ./bin/reset and met update still get this error.
screen shot 2014-04-12 at 12 26 26

from reaction.

aaronjudd avatar aaronjudd commented on April 19, 2024

Pull now and try. I believe this is an issue from the included ui-dropped-event package
https://github.com/CollectionFS/Meteor-ui-dropped-event/issues/3

from reaction.

ViktorNova avatar ViktorNova commented on April 19, 2024

Did a fresh pull and reset, am still getting similar errors:

Uncaught TypeError: undefined is not a function dropped.event.js:20
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-helloworld.js:26
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-google-analytics.js:29
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-paypal.js:32
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined reaction-mailgun.js:32
Uncaught TypeError: Cannot read property 'PackagesHandle' of undefined global-imports.js:21
Uncaught ReferenceError: Template is not defined template.footer.js:2
Uncaught ReferenceError: Template is not defined template.header.js:2
Uncaught ReferenceError: Template is not defined template.index.js:2
Uncaught ReferenceError: Template is not defined template.about.js:2
Uncaught ReferenceError: Template is not defined template.contactus.js:2
Uncaught ReferenceError: Template is not defined template.faqs.js:2
Uncaught ReferenceError: Template is not defined template.privacy.js:2
Uncaught ReferenceError: Template is not defined template.team.js:2
Uncaught ReferenceError: Template is not defined template.terms.js:2
Uncaught ReferenceError: Template is not defined template.layout.js:2
Uncaught ReferenceError: Template is not defined footer.coffee.js:2
Uncaught ReferenceError: Template is not defined header.coffee.js:2
Uncaught ReferenceError: ShopController is not defined routing.coffee.js:13
Uncaught ReferenceError: Spacebars is not defined login_buttons_dialogs.html:4
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Exception in defer callback: ReferenceError: UI is not defined

from reaction.

aaronjudd avatar aaronjudd commented on April 19, 2024

Can you do a pull, and then "mrt update"

if you are still seeing problems, can you take a look at this file

/packages/ui-dropped-event/package.js

and add:

 api.use('standard-app-packages','client');

from reaction.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.