Can't post statuses after domain transfer

My app will post statuses and retrieve those statuses upon page load.

I made a lot of progress so I purchased a domain for my netlify instance. The app url was something like wizardly-williams-2345.netlify.com but it looks like myapp.com now.

However, in myapp.com I can no longer call putFile() or getFile().

The issue is, myapp /home.html is different than wizardly-williams / home.html - they have the same code but myapp / home.html doesn’t access files in gaia. However, the netlify url still works fine.

Is this related to appDomain in appConfig? I can’t think what else could be the issue.

Different domain names means different “gaia buckets”.

What does it mean exactly?

I figured it out, thanks!