Skip to content
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

Getting exception while trying to run quirrel #1135

Open
kayurattribe opened this issue May 8, 2023 · 1 comment
Open

Getting exception while trying to run quirrel #1135

kayurattribe opened this issue May 8, 2023 · 1 comment

Comments

@kayurattribe
Copy link

kayurattribe commented May 8, 2023

Bug Report

Current Behavior
Getting technical exception while trying to enqueue using quirrel.

Input Code

  • REPL or Repo link if applicable:
ReminderQueue.enqueue(
          {
            body,  
            email: investorEmail,
          },
          {
            runAt: dayjs(courseType.startDate).subtract(60, 'minutes').toDate(),
            retry: ['5min'],
          },
        );

Expected behavior/code
No Errors. We expect the queue to fire without any issues.

Environment

  • Quirrel version: [e.g. v1.0.3] - 1.13.1
  • Node/npm version: [e.g. Node 14/npm 6] 16.13.2/ 8.10.0

Possible Solution

Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
quirrel error

@Skn0tt
Copy link
Member

Skn0tt commented May 8, 2023

Hi @kayurattribe! The error you're seeing is because by default, Quirrel tries to work with the api.quirrel.dev server, which has been discontinued.

You need to self-host a server and configure your backend to point to that. If you haven't done that yet, take a look here: https://docs.quirrel.dev/deploying#how-to-deploy-your-own-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants