Zsolt
Zsolt

Reputation: 43

TiddlyServer on Azure App Services not saving tiddlers and not uploading files

Inspired by the Tutorial for Running Node.js TW5 on Microsoft Azure for Free I'd like to host TiddlyServer on Azure. As a first attempt I followed the instructions in the tutorial and was successful in getting Node.js TW5 working on Azure.

I deployed TiddlyServer on my desktop without any difficulty.

Then I did the following to get TiddlyServer running on Azure, but got stuck. What am I doing wrong?

  1. I downloaded tiddlyserver-2.2.0-alpha-3.zip and tiddlywiki-production-5.1.22.zip from TiddlyServer's Github and placed the tiddlyserver files in the wwwroot, and the tiddlywiki-production files in the tiddlywiki folder. I also created a data folder and I moved my tiddlers there.

enter image description here

  1. I edited the package.json adding "scripts" to the end:

enter image description here

  1. I edited the settings.json with client keys, _datafoldertarget and bindInfo

enter image description here

  1. I deployed to Azure

  2. I navigated to the web page and logged in following the TiddlyServer authentication dialogue

  3. I opened my TiddlyWiki and got the following errors, and found this in the log:

enter image description here

enter image description here

enter image description here

  1. As another test, I tried uploading a file using TiddlyServer's upload functionality but was not successful.

enter image description here

enter image description here

Upvotes: 2

Views: 162

Answers (0)

Related Questions