Question

Zapier CLI not refreshing auth token

  • 1 June 2022
  • 1 reply
  • 77 views

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)
...
}
```


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 6
Badge +8

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).