IHP 1.1 is out now!
Create a new thread +
IHP Release: 13.12.2020
marc PRO
Time for the next release of IHP: v20201213 🎉 Major Changes Job Queue: We added a new job queue system that allows you to schedule jobs that are going to be executed outside the normal request-response cycle by a job worker running in the…
Add Response
IHP Release: 27.11.2020
marc PRO
It's time for the next release of IHP: v20201030 🎉 This release mainly focus on improving existing functionality and making things more stable :) Since the last release we also reached an important milestone: IHP is now the second bigge…
Add Response
Compile error on 'StaticControllerinstance'
hansw
Hi, I'm following the First App tutorial and I'm running into this error when creating a controller named 'Posts'. What could have gone wrong? And how can I get going again? To reproduce: sudo ihp-new blog sudo chown -R …
Add Response
IHP Release: 30.10.2020
marc PRO
It's time for the next release of IHP: v20201030 🎉 This release mainly focus on improving existing functionality and making things more stable :) Major Changes Database Connection Pool: IHP now comes with a new database connection poo…
Add Response
My app went into "maintenance mode", not sure why?
Tom
Title sort of says it all, I didn't change anything about the app lately. When I toggle "deactivate maintenance mode" it activates it again right-away without any explanation. ihp-todo.ihpapp.com …
Add Response
Setting IHP_EDITOR environment variable
chrisstephenson
I have the latest version of VS Code (on Ubuntu Linux) and I am trying to follow the instructions in the recent video about Haskell integration to VS code. But when I try to get the command to set the environment variable as described in th…
Add Response
IHP Release: 16.10.2020
marc PRO
It's time for the next release of IHP: v20201016 🎉 Major Changes Haskell Language Server Support: You can now get cool IDE features by using Haskell Language Server. It works mostly out of the box after updating to this IHP version. C…
Add Response
Problems using composite primary keys
twahtera
I'm trying to model a many-to-many relationship with containers containing items which can belong to multiple containers with the help of a container_items table defined like so: CREATE TABLE container_items ( container_id UUID NOT …
Add Response
Updating error
chrisstephenson
When running the update I get these error lines: Warning: haddock-interfaces: /nix/store/fvbcnk8xbq5kqzd4ibywgk5cgvklilny-bytestring-builder-0.10.8.2.0/share/doc/x86_64-linux-ghc-8.8.3/bytestring-builder-0.10.8.2.0/html/bytestring-builder.h…
Add Response
IHP Release: 02.10.2020
marc PRO
It's time for the next release of IHP: v20201002 🎉 Major Changes Realtime UI Updates with IHP AutoRefresh: Whenever a INSERT, UPDATE or DELETE happens to the records used by your action IHP will rerun your action on the serverside. Wh…
Add Response