Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appzi issues #830

Closed
nicoalee opened this issue Oct 7, 2024 · 1 comment · Fixed by #836
Closed

appzi issues #830

nicoalee opened this issue Oct 7, 2024 · 1 comment · Fixed by #836
Assignees
Labels
bug Something isn't working

Comments

@nicoalee
Copy link
Collaborator

nicoalee commented Oct 7, 2024

We're still seeing weird render issues despite #752 .
This is getting more important as we are receiving more appzi feedback.

@nicoalee nicoalee added the bug Something isn't working label Oct 7, 2024
@nicoalee
Copy link
Collaborator Author

nicoalee commented Oct 7, 2024

Maybe I need to separate the appzi src script tag and the settings script in separate script tags as per the docs:
It may be retrieving the request before applying the changes?

<html>
  <head>
    <script>
      window.appziSettings = {
        portal: 'XXXX',
        data: {
          /// ...
        },
      };
    </script>
    <script async src="https://w.appzi.io/w.js"></script>
  </head>
  <body>
    <h1>My Fantastic site</h1>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec
    quis nulla mauris. Proin varius orci iaculis sapien congue, vitae
    imperdiet elit convallis.
  </body>
</html>

@nicoalee nicoalee self-assigned this Oct 22, 2024
@nicoalee nicoalee linked a pull request Oct 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant