"Next" button when creating a project does nothing
Opened this issue · 8 comments
Howdy, Interesting project!
I went to try it out but it seems the "next" button when creating a project doesn't do anything?
The logs don't show any request or errors:
Ragbuilder is deployed with your official container image (ashwinzyx/ragbuilder:latest - sha256:42bbaafed11135574edd1f340f5079aa9d10b87d05e48d93576cab4a6c5d8f5a), I did notice when pulling the image it was built for ARM rather than AMD64:
! ragbuilder The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested 0.0s
@sammcj , We have updated the docker image to support AMD64. Could you try pulling the docker image again and run. You can join out discord channel https://discord.com/channels/1234780320600166460/1234780321078181984 if thats easier to communicate.
Thanks the architecture warning is now gone 👍
The next button still does nothing though - in the browser network logs I see:
22:16:21.580 Loading failed for the <script> with source “https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/7.3.2/mdb.min.js”. ragbuilder.my.internal.domain:899:82
22:16:21.580 Blocked loading mixed active content "http://ragbuilder.my.internal.domain/static/main.js"
ragbuilder.my.internal.domain
22:16:21.583
GET
http://ragbuilder.my.internal.domain/static/main.js
Mixed Block
22:16:21.583 Loading failed for the <script> with source “http://ragbuilder.my.internal.domain/static/main.js”. ragbuilder.my.internal.domain:900:56
22:16:21.599
GET
https://ragbuilder.my.internal.domain/favicon.ico
[HTTP/2 404 5ms]
Is there an undocumented environment variable to set the allowed origins / tell the app that it's behind HTTPS? (traefik in my case)
Any ideas what could be causing this @ashwinzyx ?
Hey @sammcj , Thanks for your patience! I think I know why this is happening, and have a fix. Currently testing it out, shall get back to you in a day or so.
Hey @sammcj, this PR should fix your issue hopefully. @ashwinzyx will confirm once the docker build is done, and then you can test it and confirm back.
Oh that’s good news! I’ll try to give it a go again tomorrow - sorry this week has been nothing short of insane at work 😅