johnRedden / TextbookProject

Textbook project start.
0 stars 0 forks source link

[Bug Report] Large post in editor causes an http:500 error. #8

Closed FelixVicis closed 8 years ago

FelixVicis commented 8 years ago
FelixVicis commented 8 years ago

Ah, the joys of bugs.. So, the issue arose from an error in writing the datastore options for the structs. I wrote datastore:,noindex" but apparently this is not recognized by the datastore as a well formed option. What I really wanted was datastore:",noindex"

Such silly issues making some really tense moments.

Fixed and closed.

johnRedden commented 8 years ago

heh... nice catch.

On Mon, Apr 18, 2016 at 1:11 PM, Allen Mills notifications@github.com wrote:

Ah, the joys of bugs.. So, the issue arose from an error in writing the datastore options for the structs. I wrote datastore:,noindex" but apparently this is not recognized by the datastore as a well formed option. What I really wanted was datastore:",noindex"

Such silly issues making some really tense moments.

Fixed and closed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/johnRedden/TextbookProject/issues/8#issuecomment-211555124