clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
1.04k stars 235 forks source link

ReferenceError: Request is not defined #3970

Closed Imgopz closed 2 weeks ago

Imgopz commented 3 weeks ago

Preliminary Checks

Reproduction

NOT

Publishable key

NO

Description

ReferenceError: Request is not defined at file:///C:/..../backend/node_modules/@clerk/backend/dist/chunk-7MCVPSU7.mjs:1691:20 at ModuleJob.run (node:internal/modules/esm/module_job:198:25) at async Promise.all (index 0) at async ESMLoader.import (node:internal/modules/esm/loader:385:24) at async loadESM (node:internal/process/esm_loader:88:5) at async handleMainPromise (node:internal/modules/run_main:61:12)

file:///C:/..../backend/node_modules/@clerk/backend/dist/chunk-7MCVPSU7.mjs:1691 var ClerkRequest = class extends Request { ^

ReferenceError: Request is not defined at file:///C:/.../node_modules/@clerk/backend/dist/chunk-7MCVPSU7.mjs:1691:20 at ModuleJob.run (node:internal/modules/esm/module_job:198:25) at async Promise.all (index 0) at async ESMLoader.import (node:internal/modules/esm/loader:385:24) at async loadESM (node:internal/process/esm_loader:88:5) at async handleMainPromise (node:internal/modules/run_main:61:12)

Environment

ReferenceError: Request is not defined
    at file:///C:/..../backend/node_modules/@clerk/backend/dist/chunk-7MCVPSU7.mjs:1691:20
    at ModuleJob.run (node:internal/modules/esm/module_job:198:25)
    at async Promise.all (index 0)
    at async ESMLoader.import (node:internal/modules/esm/loader:385:24)
    at async loadESM (node:internal/process/esm_loader:88:5)
    at async handleMainPromise (node:internal/modules/run_main:61:12)

file:///C:/.../backend/node_modules/@clerk/backend/dist/chunk-7MCVPSU7.mjs:1691
var ClerkRequest = class extends Request {
                   ^

ReferenceError: Request is not defined
    at file:///C:/.../backend/node_modules/@clerk/backend/dist/chunk-7MCVPSU7.mjs:1691:20
    at ModuleJob.run (node:internal/modules/esm/module_job:198:25)
    at async Promise.all (index 0)
    at async ESMLoader.import (node:internal/modules/esm/loader:385:24)
    at async loadESM (node:internal/process/esm_loader:88:5)
    at async handleMainPromise (node:internal/modules/run_main:61:12)
anagstef commented 3 weeks ago

Hello! Thank you for reaching out! We’d love to help you resolve the problem, but we need a bit more information to do so. Could you please provide more details?

clerk-cookie commented 2 weeks ago

Hello 👋

In an effort to keep our GitHub issues clean and focused, we close any issues that are awaiting a reproduction after 8 days on inactivity, and it has been 7 days. This issue will be closed tomorrow unless a reproduction is provided. If it takes longer than this to get a reproduction, that's ok, just drop a comment and we will remove the Stale label.

How to create a minimal reproduction

Thanks for being a part of the Clerk community! 🙏

clerk-cookie commented 2 weeks ago

After 8 days without a reproduction being supplied, we are closing this issue. Keep in mind, I'm just a robot, so if I've closed this issue in error, please reply here and my human colleagues will reopen it. Likewise if a reproduction is prepared after it has been closed.