Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created October 24, 2022 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/d92c97eed214260a5c756b9606f0079e to your computer and use it in GitHub Desktop.
Save amitaibu/d92c97eed214260a5c756b9606f0079e to your computer and use it in GitHub Desktop.
DEBUG=1 ./start
direnv: loading ~/Sites/Haskell/ihp/ihp-simple-seat-reservation/.envrc
direnv: export ~PATH
IHP Version: 0.20.0
Opening in existing browser session.
GET /
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Status: 302 Found 0.002388625s
[("ihpVersion","0.20.0"),("os","linux"),("arch","x86_64"),("projectId","02f68fafb04ff896261af0ac082ec9f688c950e1d1b6612e3a5f304a5cfc91c6dc7e6cd27c08d0aea4c5dba559bc041e98ee90fdfce8c83d69208692adef74b7")]
===> AppState {postgresState = NotStarted, appGHCIState = NotStarted, statusServerState = NotStarted, databaseNeedsMigration = (..), lastSchemaCompilerError = (..)}
UpdateStatusServerState Started
===> AppState {postgresState = NotStarted, appGHCIState = NotStarted, statusServerState = Started, databaseNeedsMigration = (..), lastSchemaCompilerError = (..)}
GHCI: :script build/ihp-lib//applicationGhciConfig
GHCI: :set prompt ""
GHCI: import qualified ClassyPrelude
UpdateAppGHCIState Loading
===> AppState {postgresState = NotStarted, appGHCIState = Loading, statusServerState = Started, databaseNeedsMigration = (..), lastSchemaCompilerError = (..)}
UpdatePostgresState Started
===> AppState {postgresState = Started, appGHCIState = Loading, statusServerState = Started, databaseNeedsMigration = (..), lastSchemaCompilerError = (..)}
IHP Telemetry is activated. This can be disabled by setting env variable IHP_TELEMETRY_DISABLED=1
GET /ShowTable
Params: [("tableName","venues")]
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Status: 200 OK 0.004169213s
GET /EditColumn
Params: [("tableName","venues"),("columnId","0")]
Accept: text/html, application/xhtml+xml
Status: 200 OK 0.008339826s
GET /ShowTable
Params: [("tableName","events")]
Accept: text/html, application/xhtml+xml
Status: 200 OK 0.008415168s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment