I have an HTML component in my webpage. The HTML is set to display an embedded Google form in the web page. The page is displayed and works flawlessly in local mode, but when published, I get the following error:
I tried that, and I also tried multiple solutions like creating a new page, creating a new Google Form, etc…. Unfortunately, nothing worked. Could this be a publishing bug?
Can you link to the page where the Google Form is not working? It would probably help to view the browser’s dev console to see if there are any errors.
Looks like you are on an Apache server. Try adding the below to your .htaccess file to see if that clears it up.
DirectoryIndex index.php index.html
If not your web host would need to check the server’s error log to see why your server is not serving the directory’s index file. If you want to provide your project file via Elements Cloud, we can take a look at those specific pages to see if there’s something out of the ordinary on them specifically.