Replies: 4 comments 2 replies
-
|
THis is a bug. I launched a codespace here, ran Still investigating. |
Beta Was this translation helpful? Give feedback.
-
|
@VictorioBerra can you provide the logs from the pocketbase running instance? Enable debug mode if necessary please. |
Beta Was this translation helpful? Give feedback.
-
|
Yeah guys this is such a corner case I don't think we really need to address it in the core. I changed the datastar starter kit as follows: <script server>
// Allow admin requests through
if (request.url.pathname.startsWith('/_')) {
return request.event.next()
}
const { roomName } = params
const messages = store(`room_${roomName}`) || []
</script>
<%- include('chat.ejs', { roomName, messages }) %> |
Beta Was this translation helpful? Give feedback.
-
|
Fixed in 5bc48d4 @chadams Please delete and re-install the starter, it should pick up this change. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m not able to access the dashboard after creating from starter.
navigate to ‘/_/‘ and you get the root page instead?
Beta Was this translation helpful? Give feedback.
All reactions