Azure / Azure/static-web-apps

deployment_token provided was invalid in bitbucket

Open
#1,629 13 comments 1 reaction 0 assignees View on GitHub
Dominant language
No language data
Stars
346
Forks
67
PR merge metrics
No merged PRs in 30d

Description

Hello, I want to deploy to azure static web app using bitbucket pipeline. I am getting:

**

Verbose logging enabled
deployment_token provided was invalid.
An unknown exception has occurred
Failed to record upload telemtry.

**

I am reopening this issue as I am facing this issue from the last 3 days, new pipe line does not work.

```
pipelines:
branches:
main:
- step:
name: Deploy to production
deployment: production
script:
- pipe: microsoft/azure-static-web-apps-deploy:main
variables:
APP_LOCATION: '$BITBUCKET_CLONE_DIR'
OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/.next'
API_TOKEN: $deployment_token
```

I varified the token many times and reset as well but no success.

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.