Another problem with Basset #1065
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@pxpm Honestly, in a production environment, for Bassett to work optimally, where should the basset disk point and how should it be configured? |
Beta Was this translation helpful? Give feedback.
-
@blondie63 that page in your screen capture looks to be the Laravel front, which is linking off to the backpack /admin login page; and, further, it looks like the laravel app is employing react on the front-end, in some capacity? Those failed template rendering issues are reminiscent of something mis-configured to create harmony among blade and react/js templating directives; and/or a failed step in the build step for that javascript front-end. |
Beta Was this translation helpful? Give feedback.
-
@emjayess I think you are correct or somewhat in the right direction, thanks for helping out 🙏 @blondie63 let me know if you still need my help here, but I don't think I would have much to add. I don't see nothing wrong with your setup. Cheers |
Beta Was this translation helpful? Give feedback.
@blondie63 that page in your screen capture looks to be the Laravel front, which is linking off to the backpack /admin login page; and, further, it looks like the laravel app is employing react on the front-end, in some capacity? Those failed template rendering issues are reminiscent of something mis-configured to create harmony among blade and react/js templating directives; and/or a failed step in the build step for that javascript front-end.