Next.js Discord

Discord Forum

Long loading times

Unanswered
Blue Picardy Spaniel posted this in #help-forum
Open in Discord
Blue Picardy SpanielOP
When I make a change why does it take this long to show up?

7 Replies

Blue Picardy SpanielOP
everything is up to date including all packages and my pc
my wifi is fine too
Blue Picardy SpanielOP
my network tab:
next config:
/** @type {import('next').NextConfig} */
const nextConfig = {
  transpilePackages: ["lucide-react"],
  images: {
    remotePatterns: [
      {
        protocol: "https",
        hostname: "cdn.discordapp.com"
      }
    ]
  },
  redirects: () => {
    return [
      {
        source: "/dashboard/:guild_id",
        destination: "/dashboard/:guild_id/general",
        permanent: true
      }
    ];
  }
};

export default nextConfig;
this issue only started today
Blue Picardy SpanielOP
also restarted my pc and force killed the port
Blue Picardy SpanielOP
the issue was dynamic icons with lucide-react