|
Hi, I am just migrating all projects from What is the equivalent way to do this in I have tried the config below. The initial loading of the app works (e.g. Regards nskydb |
Replies: 4 comments 2 replies
|
Sorry, I didn't get what the real question was. The For the fallback issue, I think server.htmlFallback and html.historyApiFallback should be a solution. |
|
Thanks for your reply! You are right, I mixed things up. For now, the problem is with the dev server. I did not touch |
|
Seems like it is not fully solved yet. Now there is an issue with assets served from the In a React component, I reference a file like this: Any advice on how to fix it? |
|
Hi, I solved it like this: and reference the image in the React component like this: Thanks for your support! Regards nskydb |
Hi,
I solved it like this: