Regarding by default Modern interface

mail2bishnoi2 years ago

How can I access the old web interface after setting the modern interface as a default interface?

I have followed the steps

  1. Build the modern interface with Home attribute = https://example.com in package.json
  2. Change the path to ./web/modern/
Anton Tananaev2 years ago

You would probably have to modify some code.

mail2bishnoi2 years ago

Which code, can you please give me some direction?

Anton Tananaev2 years ago

You can't just change the path. You need to switch the two interfaces. Then you need to update all API calls that the old app does to match the new location.

mail2bishnoi2 years ago

ok. Now I understood.

Thank you