-
Notifications
You must be signed in to change notification settings - Fork 0
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
#53 - Question fetcher finished #58
Conversation
…ated with the rest of the app
…lude invalid item labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything works as expected but the saving part. After fixing that, the branch will be merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create the folder before saving the images just in case the folder doesn't exist on the host machine, add something like:
// Set up image directory with proper permissions
await fs.mkdir('./public/images', { recursive: true, mode: 0o755 });
|
The question fetcher is finished. Have a look at the issue, where everything is well explained