You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, ai am building a static website with the use of flet_route, but i have stumbled upon issues as follow:
I am compiling with hash routing because when i try to use path routing i get error 404, page not found. This could also be because of flet_route, but thats not my main concern.
Standard Homepage with hash routing and flet_route:
When i try go to a page with a param:
When i am on page and clicked a button that adds a param:
Going to other page directly with using path routing:
This is why i am using hash routing at the moment, with path routing i can't directly go to url
Hi, ai am building a static website with the use of flet_route, but i have stumbled upon issues as follow:
I am compiling with hash routing because when i try to use path routing i get error 404, page not found. This could also be because of flet_route, but thats not my main concern.
Standard Homepage with hash routing and flet_route:
When i try go to a page with a param:
When i am on page and clicked a button that adds a param:
Going to other page directly with using path routing:
This is why i am using hash routing at the moment, with path routing i can't directly go to url
Flet Static Website Url:
https://flet.dev/docs/guides/python/publishing-static-website/#web-renderer
The text was updated successfully, but these errors were encountered: