chiefonboarding / ChiefOnboarding

Free and open-source employee onboarding platform. Onboard new hires through Slack or the web portal.
https://chiefonboarding.com
GNU Affero General Public License v3.0
640 stars 119 forks source link

Render - Setup - CSRF verification failed. Request aborted. #402

Closed JonasMe closed 8 months ago

JonasMe commented 8 months ago

Hi,

Are you on the latest version of ChiefOnboarding? We only give support for version 2.x. Deployed from "Render" button on website using master branch

What browser are you using? Chrome and Edge

What did you do? Deployed to render.com ref. documentation. Filled out the "Setup" form and clicked Submit image

What did you expect to see? The setup to complete and possibility to utilize ChiefOnboarding

What did you see instead? CSRF Verification failed screen image

Utilizing https? Yes default through Render image

Looking much forward to hearing from you :) Thanks in advance

GDay commented 8 months ago

Hey, I just deployed one myself on Render and it seems to work fine for me. Can you check that the "ALLOWED_HOSTS" (environment variable) is the same as your domain name (without the https://. For me, I have entered chiefonboarding.onrender.com, but yours should be slightly different.

JonasMe commented 8 months ago

Thanks for responding. Something is definitely up with the ALLOWED_HOSTS enviornmental variable. I've added multiple entries to the list, and now after seeing your message, i've removed all but the onrender url, and now it seems to work.

Thanks a lot for replying