GithubHelp home page GithubHelp logo

Comments (10)

stubailo avatar stubailo commented on July 26, 2024

Should be fixed by #41

from meteor-restivus.

kahmali avatar kahmali commented on July 26, 2024

Absolutely, @stubailo. I'm reviewing #41 now and it looks good so far (I'll post all this and more on the actual pull request later today). I just have an exam I need to cram for until Wednesday, so I may not be able to finish reviewing it until then. Sorry for the hold up on this! I look forward to getting rid of all these iron:router issues once and for all.

from meteor-restivus.

stubailo avatar stubailo commented on July 26, 2024

No problem, @kahmali! Take as much time as you need.

from meteor-restivus.

kahmali avatar kahmali commented on July 26, 2024

This is resolved by #46. Thanks so much for reporting it!

from meteor-restivus.

renewsoqv avatar renewsoqv commented on July 26, 2024

Im receiving the same error on the file nimble_restivus.js:124 Uncaught ReferenceError: Route is not defined

from meteor-restivus.

kahmali avatar kahmali commented on July 26, 2024

@renewsoqv There's no reason to configure or define routes on the client. Just do everything on the server and you should be fine. I'll be sure to only export Restivus on the server and make that very clear in the next update.

If you're not using Iron Router on the client, then you'll have to wait until v0.7.0 is published (or clone an early build from the 0.7.0 branch).

from meteor-restivus.

renewsoqv avatar renewsoqv commented on July 26, 2024

@kahmali My config is as:

Restivus.configure
  useAuth: true
  prettyJson: true
  useClientRouter: false
  onLoggedIn: -> console.log "#{@user.email} (#{@userId}) logged in on api"
  onLoggedOut: -> console.log "#{@user.email} (#{@userId}) logged out on api"

On the common folder, i used it there following the instructions on docs. Should i move it to a server folder?

from meteor-restivus.

kahmali avatar kahmali commented on July 26, 2024

@renewsoqv See #65 (specifically, this response). The short answer is yes. Config should happen on server.

from meteor-restivus.

renewsoqv avatar renewsoqv commented on July 26, 2024

@kahmali Thanks, placing the config on the server folder solved my issue, plus the reading of #65 really clarify everything.

from meteor-restivus.

kahmali avatar kahmali commented on July 26, 2024

Sorry for leaving the docs out of sync once that bug was discovered! I should have removed that information. I've created a new issue and I'll fix it in the next update (0.6.6).

from meteor-restivus.

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.