Marwan
Marwan
` WebApp.rawConnectHandlers.use(function(req, res, next) { res.setHeader("Access-Control-Allow-Origin", "*"); return next(); });` in your main.js on server startup should do the trick ;-) @cricrio
sorry this one was for the meteor based tuto
If I add the autopublish package everything works fine but that's not the best way to do ;-)
@rwatts3 I added you to a repo I'll send a email to reproduce.
since I couldn't find your email : - download repo - just switch to branch 'new-gold' - then meteor update with all packages - launch project with meteor -> you...
I confirm this due to pub subs, if i leave autopublish on, tabulars and relationships work fine. If you need some testing i have several projects using scorpius, i can...
since It's a bit old I'd suggest I try again on your lattest scorpius updates and get back to you ? I'm on hollydays right i should take a look...
Got it as well on a simple project with meteor 1.4.2.3 I'm using this package list : [email protected] [email protected] aldeed:[email protected] aldeed:[email protected] aldeed:[email protected] aldeed:[email protected] aldeed:[email protected] aldeed:[email protected] aldeed:[email protected] [email protected] anti:[email protected] [email protected] [email protected]...
If I get back to meteor 1.4.1.1 and remove unecessary node modules everything goes fine.