SeoulSKY
SSolara
•Created by SeoulSKY on 3/12/2025 in #questions-issues
Custom Page for 404 Not Found
Based on the pull request here, I attempted to run the following code:
After running the solara:
If I visit the http://localhost:8765/invalid, it still shows "Page not found by Solara router" instead of "My custom 404". How to fix this code to make it work?
2 replies
SSolara
•Created by SeoulSKY on 1/30/2025 in #questions-issues
How to add an event listener to reacton.ipyvuetify.FileInput?
The following code correctly renders the FileInput component.
However, selecting a file doesn't trigger any lambda functions. I want to call an event listener when a file is selected. Does anyone know how to add a listener properly?
4 replies