We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406d390 commit 30f308eCopy full SHA for 30f308e
packages/live-elements-web-server/lib/web-server.mjs
@@ -474,7 +474,8 @@ export default class WebServer extends EventEmitter{
474
data = functionResult instanceof Promise ? await functionResult : functionResult
475
} catch ( e ) {
476
if ( e instanceof PageNotFoundError ){
477
- next()
+ return res.redirect('/') //TEMP
478
+ // next()
479
return
480
} else {
481
log.e(e)
0 commit comments