Problems previewing

Hi, I am creating a very simple layout with some boxes and a few forms and buttons.
I am doing some preliminary tests, and when I open the file locally, it works fine, but when I copy it to my provider, it does not open.
The files are the same, but nothing happens.
What am I doing wrong?
Termo2.hype.zip (234.4 KB)

I assume you mean when you upload it to your web server and attempt to view the live version on the web?

If so, can you please provide a URL to test? It isn't really possible to know what the problem would be without trying to reproduce the problem.

The first level of debugging would typically be to look at the web developer console logs, and see if there are any illuminating errors.

Thank you Jonathan, I was looking for some complicated error, but the problem was simply that the web server demanded the https protocol.

1 Like

Great, glad you figured it out.

Some web servers can let you configure it to automatically redirect (but doing so is highly dependent on the server).