Accidently deleted app from ionic dashboard

Hi,

I accidently deleted app from ionic dashboard, now when i created new app in dashboard and tried to upload from my laptop, i get following error.

? App ID 2e682642 is already set up with this app. Would you like to link it toY
? App ID 2e682642 is already set up with this app. Would you like to link it to
a different app? Yes
× Looking up your apps - failed!
Request: GET https://api.ionicjs.com/apps?page=1&page_size=100
Response: 401
Body:
{ link: null, type: ‘Unauthorized’, message: ‘Invalid Token’ }

Please help me.

Thanks,

1 Like

Is 2e682642 the new app id or the old one?

I guess your local Ionic project still has some data. Try to find out where this “token” is saved and remove it. (Probably some .ionic folder)

Hi @Sujan12, Thanks for reply, 2e682642 is old one and I don’t have any folder named .ionic

Try logging out and logging in again in the Ionic CLI, or just logging in again.

1 Like