graasp / graasp-library

Discover collections of online educational resources.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Improve referencing #187

Open pyphilia opened 1 year ago

pyphilia commented 1 year ago

I've tried to search for some libraries and got these results:

Screenshot 2022-10-27 at 11 40 15
spaenleh commented 1 year ago

There seems to be a problem with the server side rendering of the library. The only part that is pre-rendered is the footer. Investigating why the whole page is not pre-rendered by the server should improve the referencing issues.

codeofmochi commented 1 year ago

It definitely seems so, here's the raw html source when you first get the library home page:

Expand to see page source ```html Graasp Library

©2023 Graasp Association
```

So we clearly have some hydration data, but they are clearly not SSR'd into the original html.

pyphilia commented 3 months ago