Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live View from Edit Page is not possible #28278

Closed
erickgonzalez opened this issue Apr 17, 2024 · 3 comments · Fixed by #28300
Closed

Live View from Edit Page is not possible #28278

erickgonzalez opened this issue Apr 17, 2024 · 3 comments · Fixed by #28300

Comments

@erickgonzalez
Copy link
Contributor

Parent Issue

#25275

Problem Statement

After the redesign of the Edit Page, the live view tab was removed. As of now, there is no way to access this view. However, the "Open in a new Tab" option opens in Preview Mode.

redesigning

Steps to Reproduce

STR:
1- Open any page (e.g Index)
2- Click Edit
3- Edit any content but just save (not publish)
4- Click Preview
5- You can see the changes (Expected)
6- Click over Open in a New Tab
7- You can see the changes (Not Expected)

Screen.Recording.2024-04-17.at.10.31.22.AM.mov

Acceptance Criteria

The "Open in a new Tab" option should open in Live Mode.

dotCMS Version

Agile Releases since 23.08.16.

Not Applies to LTS since Flag was turn on until

Proposed Objective

Core Features

Proposed Priority

Priority 1 - Show Stopper

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@josemejias11
Copy link

Failed: Tested on trunk_9e49acb, Docker, macOS 13.0, FF v124.0.2

Open in a new tab redirects to the "Welcome" portlet

Screen.Recording.2024-04-19.at.2.22.35.PM.mov

@bryanboza
Copy link
Member

bryanboza commented Apr 23, 2024

Looking both videos here, the main problem is caused by the new EMA, seems this feature is affecting the functionality and this is not working in the new editor. In order to reproduce the reported error you need to add your EMA configuration.
How to configure:

  • Login as admin
  • Go to the apps portlet
  • In the EMA Next option add the following configuration
{
  "config": [
    {
      "pattern": ".*",
      "url": "https://nextjs-example-sigma-five.vercel.app"
    }
  ]
}

@josemejias11
Copy link

Approved: Tested on trunk_239b434, Docker, macOS 13.0, FF v124.0.2

Fixed while using the normal edit mode.
Screenshot 2024-04-23 at 10 36 29 AM

Issue related while using Edit Mode v2 #28220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants