Shubham Singh
05/31/2025, 9:37 PMS.
05/31/2025, 9:44 PMS.
05/31/2025, 9:45 PMShubham Singh
05/31/2025, 9:45 PMS.
05/31/2025, 9:47 PMShubham Singh
05/31/2025, 9:48 PMS.
05/31/2025, 9:55 PMlocation
, one way to fix that is via an error handler
@InitKobweb
fun initKobweb(ctx: InitKobwebContext) {
ctx.router.setErrorHandler {
YourApp()
}
}
the other way is by using silk-widgets only which requires a bit of manual setup mentioned in the link you foundShubham Singh
06/01/2025, 6:05 AM