radio-crestin / radio-crestin-backend

A directory of Christian Radio Stations.
https://www.radio-crestin.com
Other
3 stars 1 forks source link

Console errors/warnings #60

Closed EliseiNicolae closed 1 year ago

EliseiNicolae commented 1 year ago
image image
EliseiNicolae commented 1 year ago

Problem: On the server the page is prepared in one way, and on the client it is in another way. The reason for this is because we've caleld imediatily the API (/api/v1/stations) to get stationsMetadata (stations, station_groups).

Possible solution: Call the API after the DOM is ready, and 5-10 seconds have passed.