Open AlanMcCann opened 4 years ago
The main issue appears to have been using secure: true locally without https. Removing that allows for everything to be working as a standalone. I did learn that my rails 5.2 config has a the signing secret created with :aes_256_cbc and the secret with :aes_256_gcm so figuring that out next.
Has anyone been able to get this working with LiveView or have any recommendations as to how I might debug this issue...
I am starting with https://github.com/dersnek/chirp as a working application
I get the following errors after setting everything up per the instructions... it seems like everything is as it should be
My endpoint.ex file has the following sections: