I want to learn/play with Pier.
Starting with Pharo 20500 image, I loaded seaside30 and pier3 from the configurations browser. (ignored some warnings).
Then I do:
PRPierFrame registerAsApplication: 'emptyPier' kernel: PRPierFrame exampleEmpty .
but I get WARequestContextNotFound error.