Skip to content

chore: Move ADaaS template repo FAQ to public docs #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 17, 2025
19 changes: 19 additions & 0 deletions fern/docs/pages/adaas/faq.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Here are a few commonly asked questions about ADaaS snap-in development.

## ADaaS template repository

#### Q: I'm getting a `Conflict` error after the `Creating snap-in package...` message when running `make deploy`

A: A snap-in package with the same slug already exists.
Override the `SNAP_IN_SLUG` variable by explicitly updating the variable in `scripts/vars.sh`.

#### Q: Snap-in version `build/deployment failed` after the `Waiting for snap-in version to be ready...` message

A: The snap-in version could not be built.
Check the logs by running the DevRev CLI command `devrev snap_in_package logs`.
For prettier UI, pipe the output to `jq`.

### Q: `Token is expired` when deploying or cleaning up

A: Authentication token to the `DEV_ORG` has expired.
Run `make auth` to reconnect to the organization.
Loading