Resolving Promises in forgo

As of yesterday, I was able to fetch for external data and display it in my forge app. Today, for some reason, with the exact same code, the same functionality is not working. I tried to put log statements inside of the Promise and these logs are not executing. Please help! Thanks.

1 Like

Hi

Some sanity checks.
Are the Promises being awaited correctly?

The external data you’re fetching. It’s still present? From your local machine you can fetch the data?

When running in forge tunnel do you see the same problem?

While you get this information I’ll ask the team involved with Forge apps/external fetches.