I have a public URL for an app (xxx.anvil.app), but I can’t remember which app it is.
How can I find it?
I have a public URL for an app (xxx.anvil.app), but I can’t remember which app it is.
How can I find it?
I guess if you open the page source or dev tools you’ll see the id somewhere
I tried https://anvil.works/ide/apps, but didn’t find it, even for the Apps I have published. If it ends in .anvil.app, then domain is probably null. You might have better luck if it ends in something else.
So, run the app in the browser, then open dev tools.
Then search in dev tools for
window.anvilAppInfo
then the app ID is in
{"id":"xxx",...}
and if you search for that in the apps in the IDE it finds it.