Hi, we have Confluence 7.5.0 running. Do code macros have a bug in this version ?
I have been attempting to document some code snippets in the code macro and I keep getting an error that says "Can't connect to the server... looks like your session expired. Log in again to keep working." in the top right corner.
Steps to repoduce:
1. create a new page. Leave off the title.
2. add a macro with the code. leave off the title.
3. later add the title and make collapsible.
4. attempt to move the code block to another part of the page.
Here is the text I am putting in to a code block.
This is AWS's YAML like code.
name: Yumupdater
description: This runs a yum update.
schemaVersion: 1.0
phases:
- name: build
steps:
- name: Yumupdater
action: ExecuteBash
inputs:
commands:
- sudo yum -y update