Skip to content

Official Supabase Puppeteer example does not work locally #210

Open
@StefanVDWeide

Description

@StefanVDWeide

Bug report

Describe the bug

I'm trying to follow the official puppeteer example but Puppeteer requires Deno to be run with the --unstable flag. See the documentation here:

deno run -A --unstable example.js

However, it seems that the Supabase CLI does not support passing additional parameters so running the official example locally does not work.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Init a new Supabase project
  2. Follow the steps as described here: official puppeteer example
  3. Run the example locally using the supabase functions serve command
  4. See error

Expected behavior

For the example to work locally so that it can be tested before deploying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions