Page 1 of 2

Exporting troubles!!!

Posted: Tue Feb 19, 2013 12:02 am
by kikin

I have troubles when export a tiggzi project to HTML with the option OTHER PLATFORMS, when I run the files, all the services doesn't work!!!


Exporting troubles!!!

Posted: Tue Feb 19, 2013 2:29 am
by maxkatz

Most likely cross-domain issue, check what error you get in the console.

http://docs.tiggzi.com/documentation/...


Exporting troubles!!!

Posted: Tue Feb 19, 2013 7:31 pm
by kikin

Origin null is not allowed by Access-Control-Allow-Origin.


Exporting troubles!!!

Posted: Tue Feb 19, 2013 7:39 pm
by Maryna Brodina

Hello! Could you please share your app with support@tiggzi.com so we can take a look.


Exporting troubles!!!

Posted: Tue Feb 19, 2013 10:00 pm
by kikin

the project name is BlueMktProd and it's already shared!!! I hope that you can help me, thanks for your time!!!


Exporting troubles!!!

Posted: Tue Feb 19, 2013 10:38 pm
by maxkatz

[quote:]
Origin null is not allowed by Access-Control-Allow-Origin.
[/quote]
This error indicates a cross-domain issue. Here is more information about it: http://docs.tiggzi.com/documentation/....

If running on a local machine, try to run in Firefox.


Exporting troubles!!!

Posted: Wed Feb 20, 2013 5:12 pm
by kikin

I find this information about how to fix the cross-domain issue:

RewriteEngine on
RewriteRule ^/path/to/resource$ http://www.server2.com/path/to/resource [P]

That article says that I need to configure one of the two servers, in that case the server that needs to configurate is the tiggzi server, is that correct?? or you can help me with this


Exporting troubles!!!

Posted: Wed Feb 20, 2013 5:12 pm
by kikin

I find this information about how to fix the cross-domain issue:

RewriteEngine on
RewriteRule ^/path/to/resource$ http://www.server2.com/path/to/resource [P]

That article says that I need to configure one of the two servers, in that case the server that needs to configurate is the tiggzi server, is that correct?? or you can help me with this


Exporting troubles!!!

Posted: Wed Feb 20, 2013 5:16 pm
by kikin

the article says to that you need to have a transparent proxy to fix that issue!!!


Exporting troubles!!!

Posted: Wed Feb 20, 2013 5:18 pm
by maxkatz

No, it's not Tiggzi server. Tiggzi is where you build the app. When you export the app, Tiggzi servers are not used, you are invoking other (your) services.