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

Not rendered on normal refresh, opnly hard refresh #27

Open
sysads opened this issue Sep 23, 2024 · 14 comments
Open

Not rendered on normal refresh, opnly hard refresh #27

sysads opened this issue Sep 23, 2024 · 14 comments

Comments

@sysads
Copy link

sysads commented Sep 23, 2024

Hi, I noticed that the formulas are not rendered when doing normal browser refresh, however, if I do a hard F5 refresh, then the formulas are rendered correctly.

Example:

`


[
(f * g)[n] = \sum_{m=-\infty}^{\infty} f[m] \cdot g[n - m]
]

`

Any work around to this?

@justforuse
Copy link
Owner

Do you have a demo link? If this occurs every time, I think it related to cache or something else, maybe not related to this library

@sysads
Copy link
Author

sysads commented Sep 27, 2024

Hi this is one of the links, if you scroll down, first check if the equations or formula are displayed correctly. If not then refresh and see if it changes.

https://pixelroyals.com/exponential-growth-calculator

@justforuse
Copy link
Owner

I can not open your link

image

@sysads
Copy link
Author

sysads commented Sep 27, 2024

Wow I was working on this issue all day long yesterday and it later worked on my desktop so I thought all good. This is concerning and still can't understand why its not working.

@sysads
Copy link
Author

sysads commented Sep 27, 2024

Pls check now. Looks like I have fixed it.

@justforuse
Copy link
Owner

Same error.. are you open it in your develop machine? can u try open it on your mobile instead?

@sysads
Copy link
Author

sysads commented Sep 27, 2024

It opens on my mobile phone

@justforuse
Copy link
Owner

Neither on my mobile.. maybe need a codesanbox link or else online editor.

Is there error when not render the formula?

@sysads
Copy link
Author

sysads commented Sep 27, 2024

Let me find a solution to this and will get back to you. Thanks

@sysads
Copy link
Author

sysads commented Sep 27, 2024

Pls can you check one more time below link for my website. Its a temp site my hosting just created for me to find out what might be wrong.

https://fa6e97d4.sitepreview.org/

@justforuse
Copy link
Owner

I find the resource is different, if open the homepage, them direct to formula page, the networks sources is:
image

But, if you open the formula page directly, https://fa6e97d4.sitepreview.org/square-root-calculator it have more resources:
image

Maybe related to this..

@sysads
Copy link
Author

sysads commented Sep 29, 2024 via email

@justforuse
Copy link
Owner

Yes, I can open the page yesterday.

But not now..

@sysads
Copy link
Author

sysads commented Sep 30, 2024

Sorry but others can view website including Google. Pls do me one more favor, clear cache and try again. Also I see what you mean, if I navigate to the formula page via homepage, it does not show but directly access page, it shows. So in the direct access, I see 4 libraries from MathJax so just wondering why navigating from home isn't loading these extra libraries.

Homepage: Only these libraries are loaded

https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_HTML
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/config/TeX-AMS_HTML.js?V=2.7.2

But Navigating to formula page from here does not load the following

https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/jax/output/HTML-CSS/jax.js?V=2.7.2
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/jax/output/HTML-CSS/fonts/TeX/fontdata.js?V=2.7.2

So what could cause this?

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

No branches or pull requests

2 participants