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

[Bug]: Firefox Template render #2908

Open
jandroav opened this issue Oct 29, 2024 · 3 comments
Open

[Bug]: Firefox Template render #2908

jandroav opened this issue Oct 29, 2024 · 3 comments

Comments

@jandroav
Copy link

What happened?

Some theme templates fail to render only in Firefox (latest release and older releases):

image

image

image

Version

1.45.3

Affects Versions

No response

@mooreds
Copy link
Collaborator

mooreds commented Nov 4, 2024

Thanks for the bug report @jandroav ! Have a few additional questions:

  • Can you confirm you have tried this on the default setup (not using a customized theme) and on the latest version of FusionAuth (1.53.3)?
  • Also, what version of Firefox are you using, and what platform (mac, windows) are you running on?
  • I see that the change password template causes the issue. What other templates cause the issue that you've seen?

Thanks!

@jandroav
Copy link
Author

Hello @mooreds !

I am on Firefox 132.0.1 - macOS.

Other templates with the issue:

  • Forgot Password
  • Forgot Password Sent

Other default templates are rendering good.

This a failing one:

[#setting url_escaping_charset="UTF-8"]

<p>An Admin on your team has invited you to join their organization. This invitation expires in 48 hours. Click the following link to get started:</p>

<a href="http://liquibase.fusionauth.io/password/change/${changePasswordId}?client_id=${(application.oauthConfiguration.clientId)!''}&tenantId=${user.tenantId}">
  http://liquibase.fusionauth.io/password/change/${changePasswordId}?client_id=${(application.oauthConfiguration.clientId)!''}&tenantId=${user.tenantId}
</a>

<p>Need help? <a href="https://liquibase.com">Contact Liquibase Customer Success</a>!</p>

I am waiting my team to update to 1.53.3. Do you think it is fixed in that version?

Thanks!

@mooreds
Copy link
Collaborator

mooreds commented Nov 18, 2024

I am waiting my team to update to 1.53.3. Do you think it is fixed in that version?

I don't know, I'm sorry. I am unable to recreate these, but it does appear you aren't using the default templates (which don't reference liquibase).

Can you see these issues with the default theme or only with the modified theme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants