GSA / challenges-and-prizes

Other
11 stars 13 forks source link

javascript console errors - challenges and prizes #2025

Closed ryanwoldatwork closed 1 month ago

ryanwoldatwork commented 2 months ago

Javascript errors are occurring in the console of several pages. Here's a couple:

Screenshot 2024-09-13 at 9 38 29 PM
jdonis commented 2 months ago

@kkrug the issue is because this is a Blog page and is using the code from the React App and is looking for this link to the "data-api-url" just adding a validation will do the trick.

var apiUrl = rootElement.getAttribute('data-api-url');

ryanwoldatwork commented 2 months ago

👏

awesome. thanks!