#ActionRetrier docs

13 messages · Page 1 of 1 (latest)

gusty temple
#

Is the ActionRetrier still being actively maintained? I'm trying to look for documentation but can't seem to find a unything up to date

summer fogBOT
#

Thanks for posting in #1088161997662724167.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.

    - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
    - Use [search.convex.dev](https://search.convex.dev) to search Docs, Stack, and Discord all at once.
    - Additionally, you can post your questions in the Convex Community's #1228095053885476985 channel to receive a response from AI.
    - Avoid tagging staff unless specifically instructed.

    Thank you!
gaunt siren
gusty temple
#

That's weird though i'm following those docs and trying to import { components } from "./convex/_generated/server"; and im gettting thrown an error saying that "components" is not exported from that file

#

Did the file change?

gaunt siren
#

darn yes we need to update the docs apparently

#

it's import { components } from "./convex/_generated/api";

gusty temple
#

Do you know which file I should be exporting from?

#

Ah thank you

gaunt siren
gusty temple
#

Hi anyone who's having this same issue, the example might be a bit outdated at this time, convex/_generated/api doesn't seem to export components in 1.18.2. To fix this I simply just did import componentsGeneric; const components = componentsGeneric() in my convex action instead

gaunt siren
#

if you're running npx convex dev, the generated file will be updated

gusty temple
#

hmm might be an issue on my end then because I tried deleting _generated and running npx convex dev multiple times and it didn't change