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
I have SSR enabled angular 18 project when i add capacitor integration it is showing error that index.html not found.
Platforms
iOS
Android
Web
Request or proposed solution
There should an option to update index.html file name in capacitor.config.ts file
Error i am getting:
The web assets directory (./dist/app/server) must contain an index.html file.
The web assets directory (./dist/app/browser) must contain an index.html file.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Description
I have SSR enabled angular 18 project when i add capacitor integration it is showing error that index.html not found.
Platforms
Request or proposed solution
There should an option to update
index.html
file name incapacitor.config.ts
fileError i am getting:
app/server generates
index.server.html
app/browser generates
index.csr.html
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: