Skip to content

Buzz Event Web Link Returns 404 on Website #195

@Mihirdhami7

Description

@Mihirdhami7

While testing the Buzz Event doctype, the web link generated from the form leads to a 404 page on the website.

Current Implementation

File:
apps/buzz/buzz/events/doctype/buzz_event/buzz_event.js

if (frm.doc.route && frm.doc.is_published) {
frm.add_web_link(/events/${frm.doc.route});
}

Problem

The link is correctly added in the form.
However, when opening the generated URL (/events/), it returns a 404 error.

Image Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions