I can try recreating but it also adds the random strings
I can try recreating but it also adds the random strings

something is available lol. nice!.pages.dev domain. You can use bulk redirects to make sure people don't access the main .pages.dev domain



Exceeded CPU Limits errors (requests range from 50ms to 2000ms), I thought I would just get billed extra for the additional time, but it's breaking my app
something.pages.dev.pages.devRequestError [HttpError]: Resource not accessible by integration
at /home/runner/work/_actions/cloudflare/pages-action/v1.5.0/index.js:5857:25
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async createGitHubDeployment (/home/runner/work/_actions/cloudflare/pages-action/v1.5.0/index.js:22110:24)
at async /home/runner/work/_actions/cloudflare/pages-action/v1.5.0/index.js:22173:26 {
status: 403,
response: {
url: 'https://api.github.com/repos/<my gh account>/<my repo>/deployments',
status: 403,
.................jobs:
push_migration_to_db_staging:
........... <push migrations to supabase>
deploy_to_cf_staging:
needs: [push_migration_to_db_staging]
env:
<a bunch of environment variables>
steps:
..... some steps
- name: build next for CF
run: npx @cloudflare/next-on-pages@1
- name: Deploy to CF pages
uses: cloudflare/pages-action@v1.5.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: <proj name>
directory: .vercel/output/static
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: dev