File tree Expand file tree Collapse file tree 1 file changed +23
-18
lines changed Expand file tree Collapse file tree 1 file changed +23
-18
lines changed Original file line number Diff line number Diff line change 1
1
## Airdrop template repository
2
-
3
- #### I'm getting a ` Conflict ` error after the ` Creating snap-in package... ` message when running ` make deploy `
4
-
5
- > A snap-in package with the same slug already exists .
6
- Override the `` SNAP_IN_SLUG `` variable by explicitly updating the variable in ` scripts/vars.sh ` .
7
-
8
- #### Deployment or building of a snap-in version failed after the ` Waiting for snap-in version to be ready... ` message
9
-
10
- > The snap-in version could not be built.
11
- > Check the logs by running the DevRev CLI command. For prettier UI, pipe the output to ` jq ` .
12
- > ```
13
- > devrev snap_in_package logs | jq
14
- > ```
2
+ < AccordionGroup >
3
+ < Accordion title = " Getting a `Conflict` error when running `make deploy`" >
4
+ A snap-in package with the same slug already exists.
5
+ Override the ` SNAP_IN_SLUG ` variable by explicitly updating the variable in ` scripts/vars.sh ` .
6
+ </ Accordion >
7
+ < Accordion title = " Deployment of snap-in failed after `Waiting for snap-in version to be ready...` message " >
8
+ The snap-in version could not be built.
9
+ Check the logs by running the DevRev CLI command. For prettier UI, pipe the output to ` jq ` .
10
+ ```bash
11
+ devrev snap_in_package logs | jq
12
+ ```
13
+ </ Accordion >
14
+ </ AccordionGroup >
15
15
16
16
## Token handling
17
+ <AccordionGroup >
18
+ <Accordion title = " `Token is expired` when deploying or cleaning up" >
19
+ Authentication token to the ` DEV_ORG ` has expired. Reauthenticate the organization by running.
20
+ ```bash
21
+ make auth
22
+ ```
23
+ </Accordion >
24
+ </AccordionGroup >
25
+
26
+ ## Metadata extraction
17
27
18
- #### `Token is expired` when deploying or cleaning up
19
28
20
- > Authentication token to the `DEV_ORG` has expired. Reauthenticate the organization by running.
21
- > ```
22
- > make auth
23
- > ```
You can’t perform that action at this time.
0 commit comments