Replies: 3 comments 17 replies
-
How does your express endpoint look like? |
Beta Was this translation helpful? Give feedback.
13 replies
-
@gumarm someone posted this to my question on stackoverflow but haven't tested it yet. If you test and get it working can you reply back so I know it works? |
Beta Was this translation helpful? Give feedback.
3 replies
-
@gumarm yeah I'm using gcloud too. You raise an even more compelling argument against what I suggested. If I find a solution I'll try to remember to update this ticket. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a crawler that is called via an expressjs call.
When I call the same route again, my crawler runs again but shows that all routes have already finished. I'm even removing the './storage' folder
I read the documentation but can't seem to get the
purgeDefaultStorages()
to work.How would I go about "resetting" crawlee so that there's not cached results?
Beta Was this translation helpful? Give feedback.
All reactions