The last three attempts to deploy my project (https://github.com/unterkoefler/xcuseme) to IHPCloud failed with several different errors.
First, for this commit one week ago there was this error when auto-deploying:
RecordNotFoundException {…
I need details on deploying an IHP app using docker on AWS EC2. Specifically I need to know where the SSL Certificate should be. The link from the deploy doc to http://harlambert.co.uk/ihp_notes/ appears to be broken. Thanks for any help…
Hi!
I'm new to Haskell and I'm really impressed by the modelling power of discriminating unions. Fex a zapier clone might do something like this
Zap = new Record {id, trigger, actions}
data trigger = timerTrigger | httpTriger ... et…
I’d like to pull the data from the IHPCloud deployed instance into my local database. I tried
pg_dump "postgresql://…?host=database-cloud.cephcue7lnqe.eu-central-1.rds.amazonaws.com" | make psql
but the output isn’t promising:
SE…
Hello. How should we set the configuration to allow CORS? I followed the examples in the API documentation by adding "option Cors.simpleCorsResourcePolicy" but couldn't make it work. Can anyone please show how to do it correct…
Tailwind CSS can now be used without Node (details: https://tailwindcss.com/blog/standalone-cli). Other frameworks like Phoenix and Rails already provide support for this new Node-less Tailwind, with Rails creator DHH being particulary exci…
Should I just manually add a meta tag to Web/View/Layout.hs, or is there something more idiomatic?
(An answer to that question might be useful on https://ihp.digitallyinduced.com/Guide/helpful-tips.html)
…
Command I'm running to upgrade to latest IHP:
nix-shell --run 'make -B .envrc build/ihp-lib'
Error I'm getting:
error: cycle detected in build of '/nix/store/jqfx8z69709v0mh0qg4ybiahiwzv5zlb-ghcid-0.8.7.drv' in the r…
Hi everyone,
I'm getting an issue when I try to create a post with a foreign key relationship to the users table. The user_id column has a default value of ihp_user_id().
I can create posts again when I remove the column.
This is the…