Replies: 1 comment
-
Hey! Ah yes, I was also able to reproduce this. I've submitted a PR with a fix for this here: thedevdojo/auth#140 This functionality is handled by the auth package itself. Thank you for reporting this bug! - Bobby |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a problem with the background image for the auth views. More specifically, after authentication as the admin, when navigating to https://wave.devdojo.com/auth/setup/appearance?tab=background, the current background image path is wrong, resulting in a 404 exception in the browser's dev tools.

Considering the fact that the Auth Setup resources are located in the
/vendor
dir, and that there are no publishable resources for them, what's the recommended approach in order to fix this problem?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions