Describe the bug:
I started a new project and choose a ssr build with postgres (see image):
I put in my postgres local test db link in config and start the project and I keep getting the error:
"Error: Message("Failed to add FTL resources to the bundle")" (see image 2)
I cannot find any info on how to fix this.
Your Example Website or App:
New app with "Loco New"
Steps to Reproduce the Bug or Issue:
Start a new project with "Loco new"
Put in an App Name.
For "What would you like to build? " choose "Saas App with server side rendering".
For "Select a DB Provider ›" choose "Postgres"
For "Select your background worker type ›" choose "Async (in-process tokio async tasks)"
Put in a valid postgres link in config
Use "cargo loco start" to start the server
Screenshots or Videos
Image 1:

Image 2:

Expected behavior:
Server start up and you can go to scaffold homepage/ fallback page.
Platform:
Ubuntu 25
Additional context:
I don't get this issue with I choose client side rendering, only ssr.
Describe the bug:
I started a new project and choose a ssr build with postgres (see image):
I put in my postgres local test db link in config and start the project and I keep getting the error:
"Error: Message("Failed to add FTL resources to the bundle")" (see image 2)
I cannot find any info on how to fix this.
Your Example Website or App:
New app with "Loco New"
Steps to Reproduce the Bug or Issue:
Start a new project with "Loco new"
Put in an App Name.
For "What would you like to build? " choose "Saas App with server side rendering".
For "Select a DB Provider ›" choose "Postgres"
For "Select your background worker type ›" choose "Async (in-process tokio async tasks)"
Put in a valid postgres link in config
Use "cargo loco start" to start the server
Screenshots or Videos


Image 1:
Image 2:
Expected behavior:
Server start up and you can go to scaffold homepage/ fallback page.
Platform:
Ubuntu 25
Additional context:
I don't get this issue with I choose client side rendering, only ssr.