Coder Social home page Coder Social logo

Cordova Support about kadira HOT 16 OPEN

meteorhacks avatar meteorhacks commented on August 14, 2024
Cordova Support

from kadira.

Comments (16)

arunoda avatar arunoda commented on August 14, 2024

Thanks for informing.
We've not tested it yet with Cordova.

Our server stuff will work without any issues. This is regarding our client
side component.
I'll make a fix very soon.


Arunoda Susiripala
I curate Meteor Weekly - Check it out!
http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Tue, Sep 30, 2014 at 11:44 PM, boustanihani [email protected]
wrote:

Does Kadira support Cordova ?

I am using meteor build --debug ... to generate a APK file and install it
on my android phone.
When I inspect my app (using USB Debugging & Chrome) I see the following
error on my console:

GET http://192.168.2.111:39455/undefined/simplentp/sync 404 (Not Found)

When using a regular desktop or mobile browser everything goes fine...


Reply to this email directly or view it on GitHub
#89.

from kadira.

arunoda avatar arunoda commented on August 14, 2024

Hey, can you please try now.
We've made kadira fully available on cordova with the latest release (2.11.0)

from kadira.

boustanihani avatar boustanihani commented on August 14, 2024

After upgrading to 2.11.0 I am getting the following error in the browser console:

XMLHttpRequest cannot load https://engine.kadira.io/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://<subdomain>.meteor.com' is therefore not allowed access. 

This the case when running a local meteor dev-server and also when deploying to meteor.com

from kadira.

arunoda avatar arunoda commented on August 14, 2024

Let me check that.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Fri, Oct 3, 2014 at 1:39 PM, boustanihani [email protected]
wrote:

After upgrading to 2.11.0 I am getting the following error in the browser
console:

XMLHttpRequest cannot load https://engine.kadira.io/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://.meteor.com' is therefore not allowed access.

This the case when running a local meteor dev-server and also when
deploying to meteor.com


Reply to this email directly or view it on GitHub
#89 (comment).

from kadira.

thani-sh avatar thani-sh commented on August 14, 2024

I got this.

from kadira.

arunoda avatar arunoda commented on August 14, 2024

fixed that :D

from kadira.

boustanihani avatar boustanihani commented on August 14, 2024

This was the quickest fix I have ever seen :)

When will the new fix get published ?

from kadira.

arunoda avatar arunoda commented on August 14, 2024

in few minutes :)


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Fri, Oct 3, 2014 at 2:50 PM, boustanihani [email protected]
wrote:

This was the quickest fix I have ever seen :)

When will the new fix get published ?


Reply to this email directly or view it on GitHub
#89 (comment).

from kadira.

arunoda avatar arunoda commented on August 14, 2024

Hey, can you please check that.
I published the package.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Fri, Oct 3, 2014 at 2:50 PM, Arunoda Susiripala <
[email protected]> wrote:

in few minutes :)


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Fri, Oct 3, 2014 at 2:50 PM, boustanihani [email protected]
wrote:

This was the quickest fix I have ever seen :)

When will the new fix get published ?


Reply to this email directly or view it on GitHub
#89 (comment).

from kadira.

boustanihani avatar boustanihani commented on August 14, 2024

Issue solved, I will now test this with Cordova

from kadira.

boustanihani avatar boustanihani commented on August 14, 2024

I still need some time to give valuable feedback due to some issues with iron:[email protected] support for Cordova, will be back soon...

from kadira.

arunoda avatar arunoda commented on August 14, 2024

great.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Sat, Oct 4, 2014 at 6:13 PM, boustanihani [email protected]
wrote:

I still need some time to give valuable feedback due to some issues with
iron:[email protected] support for Cordova, will be back soon...


Reply to this email directly or view it on GitHub
#89 (comment).

from kadira.

xumx avatar xumx commented on August 14, 2024

Got this on iOS Cordova
This issue is related to #148
It is gone after I've set the whitelist

[Error] Failed to load resource: Origin http://meteor.local is not allowed by Access-Control-Allow-Origin. (errors, line 0)
[Error] XMLHttpRequest cannot load https://engine.kadira.io/errors. Origin http://meteor.local is not allowed by Access-Control-Allow-Origin. (m, line 0)

from kadira.

arunoda avatar arunoda commented on August 14, 2024

Thanks @xumx for updating. I hope we can't automatically add this to the app? Do you know a way to whitelist this automatically?

from kadira.

AlbinoGeek avatar AlbinoGeek commented on August 14, 2024
XMLHttpRequest cannot load https://enginex.kadira.io/simplentp/sync.
No 'Access-Control-Allow-Origin' header is present on the requested resource.
The response had HTTP status code 522.

On Meteor 1.1.0.3 [release]
meteorhacks:kadira 2.23.0

(It has started happening again.)

from kadira.

arunoda avatar arunoda commented on August 14, 2024

We had a downtime.
Sorry about the issue.
Now everything is back online :)

On Sat, Aug 8, 2015 at 5:12 AM Damon Blais [email protected] wrote:

XMLHttpRequest cannot load https://enginex.kadira.io/simplentp/sync.
No 'Access-Control-Allow-Origin' header is present on the requested resource.
The response had HTTP status code 522.

On Meteor 1.1.0.3 [release]
meteorhacks:kadira 2.23.0


Reply to this email directly or view it on GitHub
#89 (comment).

from kadira.

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.