jobsync icon indicating copy to clipboard operation
jobsync copied to clipboard

Error while updating company images

Open devrimfidan opened this issue 7 months ago • 0 comments

Thank you for the tool. It looks great. I set it up on my local and am trying now. Two things I noticed. First one to change the starting date from Sunday to Monday. For that, I added weekStartsOn {1} DatePicker.tsx, but I also think of adding a preference on the display settings page.

The second thing is that the company images do not show, and when you try to upload one, it shows an error message.

I changed it to show external images on next.config.js /** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: 'https', hostname: '', port: '', pathname: '', }, ], }, }

module.exports = nextConfig image

devrimfidan avatar May 16 '25 13:05 devrimfidan