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!!!
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!!!
Most likely cross-domain issue, check what error you get in the console.
Origin null is not allowed by Access-Control-Allow-Origin.
Hello! Could you please share your app with support@tiggzi.com so we can take a look.
the project name is BlueMktProd and it's already shared!!! I hope that you can help me, thanks for your time!!!
[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.
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
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
the article says to that you need to have a transparent proxy to fix that issue!!!
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.