No badges yet
No accepted solutions yet
Deploying svelte kit with flask as backend in one single project
i solved the issue by renaming main to index and adding "/api/" before every route in the flask python code and removing the static and template folder stuff in app params
Deploying svelte kit with flask as backend in one single project
i deployed svelte kit (which works) with API folder that has main.py using flask which is used for all API routes but whenever i use it i get 404 error (from vercel not sveltekit)...