Skip to main content

So I’ve setup Zapier CLI with refresh token and everything was working fine. 

 

Recently, I’ve made some changes and I started getting this. It means the auth token is getting expired.

The changes I’ve made were not even related to authentication even.

 

Any idea why this is happening?



For reference:

Earlier

```
module.exports = {
perform: perform,

….
}

```

My changes:

``` 
module.export = {
perform : (z, bundle) => someFunction(z, bundle, perform)
...
}
```

Hi there @iambatman22 ,

Hm, based on what you’ve shared I can’t figure out what would have broken. I don’t see any apps on your account...is this the account you’ve built the app on.

Can you share more information, and/or re-post the question logged in as the user with the app at developer.zapier.com?

Note that you can also get specific help on apps or Zaps by contacting our developer support team](https://platform.zapier.com/docs/export).