heyform not loading
Hello I am new here I installed Dokploy to use heyform I installed redis and mongodb I added into the file and the website will not load
24 Replies
for me is working fine
I'm using the mongo db off the website
That is my thing password was taken out for reasons
why don't use the template we have?
I am
I tested five mins agoa dn is working fine
That is the template
http://cubecloud-heyform-5bbba6-92-113-100-72.traefik.me
Website loads gateway timeout
for me is working http://jenkins-heyform-0eb446-5-161-87-31.traefik.me/workspace/NdRVg7bN/project/LayoZsRS
I didn't change nothing
I only changed the mongodb link
As I needed to make that
I'll redo it and try again
Anyother thoughts?
No idea sorry, I have tried it and it works
Could I add you to mine and you can see it
Timmy - is the issue that you're not exposing it to the dokploy-network?
How can I check this
change from:
to
and the definition from:
to
and see if it resolves your issue
Okay I will try that
That worked, is there any admin or anything for this?
.
So I can have others not making forms or anything
Sorry I can't really help you with HeyForm, I've never used it
Oh okay
It is working although thank you
Generally speaking you need your host exposed on the dokploy-network in order for traffic to reach it properly
Ah okay
So If I am having issues with others I should do the same
where should i add the smtp server? In the Environment Variables does not work.
they should work in the environment. Your compose still has env_file in it I assume
Here are my settings:
I want to send over my smpt server from all-inkl.com.
Any Idea?
Update now these settings works:
SMTP-Konfiguration fΓΌr Heyform
SMTP_FROM="HeyForm <[email protected]>"
SMTP_HOST="w0199343.kasserver.com"
SMTP_PORT=587
[email protected]
SMTP_PASSWORD=
I think I face the same issue with @chris86tian , currently I can not send email at all with this template, I can be sure my credentials correct, I also updated the
dokploy-network


I used Cline to find the solution. Ha ha ha.
I cloned the HeyForm source code, ask Cline (using Deepseek R1 model) to read it and show it my problem.
TLDR: Change
SMTP_SECURE
to false
and it works!