kikin
Posts: 0
Joined: Tue Feb 19, 2013 12:02 am

Exporting troubles!!!

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!!!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Exporting troubles!!!

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

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

kikin
Posts: 0
Joined: Tue Feb 19, 2013 12:02 am

Exporting troubles!!!

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Exporting troubles!!!

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

kikin
Posts: 0
Joined: Tue Feb 19, 2013 12:02 am

Exporting troubles!!!

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Exporting troubles!!!

[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.

kikin
Posts: 0
Joined: Tue Feb 19, 2013 12:02 am

Exporting troubles!!!

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

kikin
Posts: 0
Joined: Tue Feb 19, 2013 12:02 am

Exporting troubles!!!

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

kikin
Posts: 0
Joined: Tue Feb 19, 2013 12:02 am

Exporting troubles!!!

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Exporting troubles!!!

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.

Return to “Issues”