-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Version
v0.6.4
In which part of the application does the error occur?
Frontend
Current Behavior
Opening will redirect to http://127.0.0.1:3000/?status=open
Closing will redirect to http://127.0.0.1:3000/?status=closed
Expected Behavior
Opening will redirect to https://mysite.com/?status=open
Closing will redirect to https://mysite.com/?status=closed
Steps To Reproduce
docker:
docker run --name modmail-viewer -p 3000:80
--env "MODMAIL_VIEWER_MONGODB_URI="
--env "MODMAIL_VIEWER_URL=https://mysite.com"
--env "MODMAIL_VIEWER_DISCORD_OAUTH_CLIENT_ID="
--env "MODMAIL_VIEWER_DISCORD_OAUTH_CLIENT_SECRET="
--env "MODMAIL_VIEWER_DISCORD_GUILD_ID="
--env "MODMAIL_VIEWER_SECRETKEY=***"
-d ghcr.io/khakers/modmail-viewer:latest
Environment
- OS:Ubuntu 20.04
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working