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
Is it possible to serve an Ember app using fastboot-app-server but turning off the SSR? I would like to start serving a legacy app using fastboot-app-server following lightning workflow, but this legacy app is not compatible to FastBoot right now.
The text was updated successfully, but these errors were encountered:
I can't make the app compatible to FastBoot right now, so I would like to split this migration in two steps:
Configure the deploy/server strategy (use ember-cli-deploy following lightning strategy with S3 downloader and notifier for fastboot-app-server) with SSR turned off
Make the compatible to FastBoot and turn SSR on.
I have multiple subdomains to the same Ember app. With a configured server, I could write a afterware to replace the app.css URL to a client specific CSS file or other client specific logic to index.html. That's why I would like the benefit of the server without the SSR.
Hi!
Is it possible to serve an Ember app using fastboot-app-server but turning off the SSR? I would like to start serving a legacy app using fastboot-app-server following lightning workflow, but this legacy app is not compatible to FastBoot right now.
The text was updated successfully, but these errors were encountered: