jamauro / offline

An easy way to give your Meteor app offline capabilities and make it feel instant
13 stars 1 forks source link

Error: Can only call rawCollection on server collections #1

Closed santiagopuentep closed 1 month ago

santiagopuentep commented 1 month ago

This package is exactly what I was looking for, but I'm getting the following error in my project when creating a collection that works on the client and on the server:

Error: Can only call rawCollection on server collections

I'm using METEOR@2.14.

I'm not calling rawCollection anywhere in my code.

jamauro commented 1 month ago

Hmm, I'm not able to reproduce this on a fresh project. Can you provide a simple reproduction in a GitHub repo I could take look at? Thanks!

jamauro commented 1 month ago

This should be fixed in v0.1.1. If you run into it again, please re-open the issue.