Problems adding components in App structure

OS info

  • Operating System : Windows 10.0.18362
  • Wappler Version : 2.3.5

Problem description

.After the last update, I keep getting error in my code. I can not add components and server connects. They do not show up in the app strukture before I refresh it, and even if some componets, sush as browser and state manager is implementet in the code, I can not access their properties, and the do not show up in app strukture.

Steps to reproduce

  1. Add component
  2. Save page
  3. refresh app strukture


Page: Page in question

Hello, we need the debug log to be able to find the issue on your page:

Please follow the instructions and attach the debug log to this topic.
Please add more clear titles to your topics!

report_2019-10-21_12-59-13.zip (209.7 KB)

That’s just a screenshot, not the debug log. Please follow the manual procedure and attach it here, after such an issue happens when you restart Wappler in debug mode.

Also - i see errors in your source code. Why is the navbar code outside of the <body> tag? The navbar must be inside the body tag, as any other component on the page.
Please first fix this problem and try adding components.

That fixed the problem, thanks. That’s what I get from cut and paste. Sorry about that

You need to be extremely careful when cutting and pasting across your pages.

This was from last version, made in Dreamviewer, tought I just removed all DW code, but I must have done some mistake when adding the menubar from another wappler page. I will use server side inklude from now :slight_smile: