Skip to content

Link not working when app is deployed to Cloudflare Pages #878

Open
@lukeclifton

Description

@lukeclifton

I have a Link on my app page which when running my app locally works as it should:

import { Link } from "@remix-run/react";
<Link variant="primary" to={`/app/discount-function/${id}/create`}>Create Discount</Link>

However when I deploy the app to Cloudflare Pages, this link does not work. Just nothing happens when it's clicked.

Anyone have any thoughts or ideas as to what is causing this?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions